document.write( "Question 85114: How many seven-digit phone numbers can be formed if the first digit cannot be 0 and \r
\n" );
document.write( "\n" );
document.write( "a)repetition of digits is not permitted?\r
\n" );
document.write( "\n" );
document.write( "b)if repetition of digits is permitted?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #61332 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! How many seven-digit phone numbers can be formed if the first digit cannot be 0 and \n" ); document.write( "_ _ _ _ _ _ _ ... To complete this .. you must know how many numbers CAN be used ... \n" ); document.write( "a)repetition of digits is not permitted? \n" ); document.write( "First Digit can not be 0 and another nummer -> 8 \n" ); document.write( "Second Digit can not be the chosen number -> 9 \n" ); document.write( "8 * 9 * 8 * 7 * 6 * 5 * 4 \n" ); document.write( "483,840 \n" ); document.write( "b)if repetition of digits is permitted? \n" ); document.write( "8 * 10 * 10 * 10 * 10 * 10 * 10 \n" ); document.write( "8,000,000 \n" ); document.write( " |