In how many ways can 5 letters be posted in 10 post boxes, if each of (2024)

In how many ways can 5 letters be posted in 10 post boxes, if each of (2)

L

Bunuel

Math Expert

Joined: 02 Sep 2009

Posts: 94087

In how many ways can 5 letters be posted in 10 post boxes, if each of[#permalink]08 Jan 2021, 02:19

2

Kudos

5

Bookmarks

Expert Reply

';$(this).html(tpl);});};}function store_answer( answer ){var timer_duration = 0;//timer_offset = 0;if(timer_stop_time !== null && timer_start_time !== null){timer_duration = Math.floor( ( timer_stop_time.getTime() - timer_start_time.getTime() ) / 1000);}var url = "/forum/timer.php?topic_id=344768&user_id=1&timer_duration=" + timer_duration + "&timer_answer=" + answer + "&r=" + Math.random() + "&sid=a4f0f5cd84d3898ddcf8ea658f560b42";sendAjax( "GET", url, callbackStoreAnswer );}var timer_offset = 0;function timer_click(){if ( timer_id == 0 ){//document.getElementById('timer_button').src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/timer_stop.png";document.getElementById('timer_button').src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/timer_pause_btn.png";document.getElementById('timer_message').innerHTML = "";var i = 0;$('.statisticWrap').each(function() {var sumbol = '', value = 0;switch(i){case 0:{sumbol = 'a';value = 11;}break;case 1:{sumbol = 'b';value = 12;}break;case 2:{sumbol = 'c';value = 13;}break;case 3:{sumbol = 'd';value = 14;}break;case 4:{sumbol = 'e';value = 15;}break;}$(this).removeClass('correctAnswer');var tpl = '

'+sumbol.toUpperCase()+'

';$(this).html(tpl);i++;});timer_start_time = new Date();timer_start_time.setTime(timer_start_time.getTime() - timer_offset);document.getElementById('timer_display').classList.add('playing');if(timer_offset > 0)timer_loop();elsedocument.getElementById('timer_display').innerHTML = "00:00";timer_id = setInterval( timer_loop, 200 );selected_answer = null;//document.getElementById('timer_button').style.visibility = 'hidden';//document.getElementById('timer_abcde_block').style.display = 'none';}else{timer_stop_time = new Date();timer_offset = timer_stop_time.getTime() - timer_start_time.getTime();clearInterval( timer_id );timer_id = 0;document.getElementById('timer_button').src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/timer_play_btn.png";document.getElementById('timer_display').classList.remove('playing');if(selected_answer !== null)store_answer(0);}}function blink_right_answer(){var element = document.getElementById( 'timer_answer_'+'Official Answer and Stats are available only to registered users.Register/Login.'.toLowerCase() );if ( element != null ){if( element.style.visibility == "hidden" ){element.style.visibility = "visible";} else {element.style.visibility = "hidden";}}}function timer_loop(){var current_time = new Date();var timer_elapsed = 0;var timer_minutes = 0;var timer_seconds = 0;timer_elapsed = current_time.getTime() - timer_start_time.getTime();timer_elapsed = Math.floor(timer_elapsed / 1000);timer_minutes = Math.floor(timer_elapsed / 60);timer_seconds = timer_elapsed - timer_minutes * 60;if( timer_minutes < 10 ){timer_minutes= "0" + timer_minutes;}if( timer_seconds < 10 ){timer_seconds = "0" + timer_seconds;}document.getElementById('timer_display').innerHTML = timer_minutes + ":" + timer_seconds;}function write_timer_message( message ){document.getElementById( 'timer_message' ).innerHTML = message;}/*** !!!*/function write_timer_difficulty( percentile ){// console.log( 'write_timer_difficulty - in_percentile = ' + percentile);if(percentile > 0){var tpl_status = '';if(percentile>0 && percentile<=29){tpl_status += 'In how many ways can 5 letters be posted in 10 post boxes, if each of (6)';tpl_status += 'In how many ways can 5 letters be posted in 10 post boxes, if each of (7)';tpl_status += 'In how many ways can 5 letters be posted in 10 post boxes, if each of (8)';}else if(percentile>=30 && percentile<=69){tpl_status += 'In how many ways can 5 letters be posted in 10 post boxes, if each of (9)';tpl_status += 'In how many ways can 5 letters be posted in 10 post boxes, if each of (10)';tpl_status += 'In how many ways can 5 letters be posted in 10 post boxes, if each of (11)';} else if(percentile>=70 && percentile<=99){tpl_status += 'In how many ways can 5 letters be posted in 10 post boxes, if each of (12)';tpl_status += 'In how many ways can 5 letters be posted in 10 post boxes, if each of (13)';tpl_status += 'In how many ways can 5 letters be posted in 10 post boxes, if each of (14)';}var tpl = '';tpl += '

Difficulty:

';tpl += '

';tpl += '';tpl += tpl_status;tpl += '';tpl += '';tpl += ''+getLabelPercentile(percentile)+' ('+getLabelPercentileStatus(percentile)+')';tpl += '

';document.getElementById( 'timer_difficulty' ).innerHTML = tpl;}}/*** !!!*/function getLabelPercentileStatus(in_percentile){var status = 'low';if(in_percentile >= 0 && in_percentile <= 29) {status = 'low';}else if(in_percentile >= 30 && in_percentile <= 69){status = 'medium';} else if(in_percentile >= 70 && in_percentile <= 99){status = 'hard';}return status;}function getLabelPercentile( in_percentile ){var percentile = '0%';if(in_percentile >= 0 && in_percentile <= 9){percentile = '5%';} else if(in_percentile >= 10 && in_percentile <= 19){percentile = '15%';}else if(in_percentile >= 20 && in_percentile <= 29){percentile = '25%';}else if( in_percentile >= 30 && in_percentile <= 39){percentile = '35%';}else if( in_percentile >= 40 && in_percentile <= 49){percentile = '45%';}else if(in_percentile >= 50 && in_percentile <= 59){percentile = '55%';}else if(in_percentile >= 60 && in_percentile <= 69){percentile = '65%';}else if(in_percentile >= 70 && in_percentile <= 79){percentile = '75%';}else if(in_percentile >= 80 && in_percentile <= 89){percentile = '85%';}else if(in_percentile >= 90 && in_percentile <= 99){percentile = '95%';}return percentile;}function enable_timer_answer_group(){if ( show_answer_id != 0 ){clearInterval( show_answer_id );show_answer_id = 0;}var element = document.getElementById( 'timer_answer_' + 'Official Answer and Stats are available only to registered users.Register/Login.'.toLowerCase() );if ( element != null ){element.style.visibility = "visible";}//document.getElementById('timer_button').style.visibility = 'visible';//document.getElementById('timer_abcde_block').style.display = 'block';if( document.getElementById( 'timer_answer_1' ) ){document.getElementById( 'timer_answer_1' ).disabled = false;}if( document.getElementById( 'timer_answer_2' ) ){document.getElementById( 'timer_answer_2' ).disabled = false;}if( document.getElementById( 'timer_answer_3')){document.getElementById( 'timer_answer_3').disabled = false;}if ( document.getElementById( 'timer_answer_a' ) ){document.getElementById( 'timer_answer_a' ).src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/buttons/a_white.png";document.getElementById( 'timer_answer_a' ).onclick = function() { timer_answer( 11 ) };}if ( document.getElementById( 'timer_answer_b' ) ){document.getElementById( 'timer_answer_b' ).src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/buttons/b_white.png";document.getElementById( 'timer_answer_b' ).onclick = function() { timer_answer( 12 ) };}if ( document.getElementById( 'timer_answer_c' ) ){document.getElementById( 'timer_answer_c' ).src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/buttons/c_white.png";document.getElementById( 'timer_answer_c' ).onclick = function() { timer_answer( 13 ) };}if ( document.getElementById( 'timer_answer_d' ) ){document.getElementById( 'timer_answer_d' ).src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/buttons/d_white.png";document.getElementById( 'timer_answer_d' ).onclick = function() { timer_answer( 14 ) };}if ( document.getElementById( 'timer_answer_e' ) ){document.getElementById( 'timer_answer_e' ).src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/buttons/e_white.png";document.getElementById( 'timer_answer_e' ).onclick = function() { timer_answer( 15 ) };}}/* Timer Mod End-------------- */

Difficulty:

In how many ways can 5 letters be posted in 10 post boxes, if each of (17)In how many ways can 5 letters be posted in 10 post boxes, if each of (18)In how many ways can 5 letters be posted in 10 post boxes, if each of (19)55%(hard)

Question Stats:

50%(01:04)correctIn how many ways can 5 letters be posted in 10 post boxes, if each of (20)50%(01:27) wrongIn how many ways can 5 letters be posted in 10 post boxes, if each of (21)based on102sessions

HideShowDIFFICULTY AND TIMER STATISTICS

In how many ways can 5 letters be posted in 10 post boxes, if each of the post boxes can take more than 5 letters?

A. 50
B. 5!
C. 10!
D. 10^5
E. 5^10

Show Spoiler

In how many ways can one post 5 letters in 10 different letter boxes?

ShowHide Answer

Official Answer

Official Answer and Stats are available only to registered users.Register/Login.

_________________

New to the GMAT CLUB Forum?

    Posting Rules: QUANTITATIVE | VERBAL.
    Guides and Resources: QUANTITATIVE | VERBAL | Ultimate GMAT Quantitative Megathread | All You Need for Quant
    Questions' Bank By Tags and Difficulty: GMAT Club's Complete Questions' Bank

My Signature Questions' Collection:

    Bunuel's Signature Questions' Collection


What are GMAT Club Tests?
Extra-hard Quant Tests with Brilliant Analytics

Signature Read More

In how many ways can 5 letters be posted in 10 post boxes, if each of (24)

S

anjanita

Manager

In how many ways can 5 letters be posted in 10 post boxes, if each of (25)

Joined: 14 May 2010

Posts: 57

Location: India

Concentration: Strategy, Marketing

WE:Management Consulting (Consulting)

Re: In how many ways can 5 letters be posted in 10 post boxes, if each of[#permalink]08 Jan 2021, 02:30

2

Kudos

1

Bookmarks

I think the answer is D

Since each letter can be posted in any one of the 10 letter boxes. So, a letter can be posted in 10 ways. Since there are 5 letters and each letter can be posted in 10 ways. So, total number of ways in which all the five letters can be posted =10*10*10*10*10 = 10^5

In how many ways can 5 letters be posted in 10 post boxes, if each of (28)

L

unraveled

CEO

In how many ways can 5 letters be posted in 10 post boxes, if each of (29)

Joined: 07 Mar 2019

Posts: 2608

Location: India

WE:Sales (Energy and Utilities)

Re: In how many ways can 5 letters be posted in 10 post boxes, if each of[#permalink]04 Mar 2021, 22:14

1

Bookmarks

Bunuel wrote:

In how many ways can 5 letters be posted in 10 post boxes, if each of the post boxes can take more than 5 letters?

A. 50
B. 5!
C. 10!
D. 10^5
E. 5^10

Show Spoiler

In how many ways can one post 5 letters in 10 different letter boxes?

As each box can take more than 5 letters, the 5 letters can be posted at once in each box or each of the letters can be posted separately in different boxes.
So, each letter has 10 ways to post because each box can take 5 letters at least.

Hence, ways to post 5 letters = \(10^5\)

Answer D.

Had it been the case that each post box can take less than 5 letters the answer would have changed accordingly.
_________________

Pain + Reflection = Progress | Ray Dalio
Good Books to read prior to MBA

Signature Read More

In how many ways can 5 letters be posted in 10 post boxes, if each of (31)

bumpbot

Non-Human User

Joined: 09 Sep 2013

Posts: 33869

Re: In how many ways can 5 letters be posted in 10 post boxes, if each of[#permalink]30 Jan 2024, 16:45

Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
_________________

GMAT Books | GMAT Club Tests | Best Prices on GMAT Courses | GMAT Mobile App | Math Resources | Verbal Resources

Signature Read More

In how many ways can 5 letters be posted in 10 post boxes, if each of (33)

gmatclubot

Re: In how many ways can 5 letters be posted in 10 post boxes, if each of[#permalink]

30 Jan 2024, 16:45

In how many ways can 5 letters be posted in 10 post boxes, if each of (2024)
Top Articles
The importance of hearing, vision and dental care
The Download: paradigm-shifting supershoes, and AI-powered NPCs
Where are the Best Boxing Gyms in the UK? - JD Sports
Dr Doe's Chemistry Quiz Answer Key
Trade Chart Dave Richard
Displays settings on Mac
Ecers-3 Cheat Sheet Free
Orlando Arrest and Public Records | Florida.StateRecords.org
Athens Bucket List: 20 Best Things to Do in Athens, Greece
Hair Love Salon Bradley Beach
Dit is hoe de 130 nieuwe dubbele -deckers -treinen voor het land eruit zien
Craiglist Tulsa Ok
Sam's Club La Habra Gas Prices
Kiddle Encyclopedia
Publix Super Market At Rainbow Square Shopping Center Dunnellon Photos
Hdmovie 2
Wbiw Weather Watchers
Phoebus uses last-second touchdown to stun Salem for Class 4 football title
SuperPay.Me Review 2023 | Legitimate and user-friendly
At&T Outage Today 2022 Map
Coomeet Premium Mod Apk For Pc
Papa Johns Mear Me
Mta Bus Forums
Ticket To Paradise Showtimes Near Cinemark Mall Del Norte
As families searched, a Texas medical school cut up their loved ones
Table To Formula Calculator
Delta Township Bsa
Intel K vs KF vs F CPUs: What's the Difference?
Kqelwaob
Japanese Emoticons Stars
25Cc To Tbsp
Soiza Grass
Solarmovie Ma
Mega Millions Lottery - Winning Numbers & Results
Seymour Johnson AFB | MilitaryINSTALLATIONS
USB C 3HDMI Dock UCN3278 (12 in 1)
Bitchinbubba Face
Joey Gentile Lpsg
SF bay area cars & trucks "chevrolet 50" - craigslist
F9 2385
Mychart Mercy Health Paducah
Pain Out Maxx Kratom
Panolian Batesville Ms Obituaries 2022
Az Unblocked Games: Complete with ease | airSlate SignNow
How To Customise Mii QR Codes in Tomodachi Life?
Ratchet And Clank Tools Of Destruction Rpcs3 Freeze
Headlining Hip Hopper Crossword Clue
Evil Dead Rise - Everything You Need To Know
Helpers Needed At Once Bug Fables
March 2023 Wincalendar
Famous Dave's BBQ Catering, BBQ Catering Packages, Handcrafted Catering, Famous Dave's | Famous Dave's BBQ Restaurant
Qvc Com Blogs
Latest Posts
Article information

Author: Ouida Strosin DO

Last Updated:

Views: 6254

Rating: 4.6 / 5 (56 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Ouida Strosin DO

Birthday: 1995-04-27

Address: Suite 927 930 Kilback Radial, Candidaville, TN 87795

Phone: +8561498978366

Job: Legacy Manufacturing Specialist

Hobby: Singing, Mountain biking, Water sports, Water sports, Taxidermy, Polo, Pet

Introduction: My name is Ouida Strosin DO, I am a precious, combative, spotless, modern, spotless, beautiful, precious person who loves writing and wants to share my knowledge and understanding with you.