document.write( "Question 766577: The number of five digit telephone numbers having atleast one of their digits repeated is
\n" );
document.write( "a)900000 b)100000 c)30240 d)65760 \n" );
document.write( "
Algebra.Com's Answer #467049 by ramkikk66(644)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Please check - doesn't look like any of the 4 choices is correct.\r \n" ); document.write( "\n" ); document.write( "Here is the solution:\r \n" ); document.write( "\n" ); document.write( "How many 5 digit telephone numbers are there in total? \n" ); document.write( "From 10000 through 99999, there are 90000 of them. \n" ); document.write( "Let us see - how many have all 5 digits different? \n" ); document.write( "If all 5 have to be different, \n" ); document.write( "1) The first digit can be filled in 9 ways (it cannot be 0) \n" ); document.write( "2) Second can be filled in 9 ways (since 0 can be the second digit) \n" ); document.write( "3) 3rd can be filled 8 ways, 4th in 7 ways and 5th in 6 ways. (Because we cannot reuse a digit)\r \n" ); document.write( "\n" ); document.write( "So total number of 5 digit phone numbers with all the digits different is \n" ); document.write( "9*9*8*7*6 = 27216.\r \n" ); document.write( "\n" ); document.write( "Now, it is clear that all the other 5 digit phone numbers must have at least 1 digit repeating, since only 27216 of them have all the 5 digits as different!\r \n" ); document.write( "\n" ); document.write( "So, the number of 5 digit phone numbers with at least 1 repeating digit = 90000 - 27216 = 62784.\r \n" ); document.write( "\n" ); document.write( ":) \n" ); document.write( " |