document.write( "Question 84121: How many different two-digit numbers can be formed using the digits 1, 3, 4, and 5. Repetition of digits is allowed. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "How many 7-digit phone numbers can be formed if the first digit cannot be 0 and repetition of digits is allowed?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #60542 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many different two-digit numbers can be formed using the digits 1, 3, 4, and 5. Repetition of digits is allowed. \n" ); document.write( "------ \n" ); document.write( "4*4 = 16 two-digit numbers \n" ); document.write( "================= \r \n" ); document.write( "\n" ); document.write( "How many 7-digit phone numbers can be formed if the first digit cannot be 0 and repetition of digits is allowed? \r \n" ); document.write( "\n" ); document.write( "------- \n" ); document.write( "ways to choose the first digit = 9 \n" ); document.write( "ways to choose remaining 6 digits = 10^6 \n" ); document.write( "------- \n" ); document.write( "Total number of 7-digit phone numbers = 9*10^6 = 9 million\r \n" ); document.write( "\n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |