document.write( "Question 1160041: ow many 7-digit telephone numbers are possible if the first digit cannot be six and
\n" );
document.write( "(a) only even digits may be used?
\n" );
document.write( "(b) the number must be a multiple of 10 (that is, it must end in 0)?
\n" );
document.write( "(c) the number must be a multiple of 1 comma 000?
\n" );
document.write( "(d) the first 3 digits are 192?
\n" );
document.write( "(e) no repetitions are allowed? \n" );
document.write( "
Algebra.Com's Answer #783320 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! a. Even digits are 2,4,6,8,0. \n" ); document.write( "4 ways to choose the first*5^6=62,500 \n" ); document.write( "b. then there are 10^6 or 1 million. \n" ); document.write( "c. then there are 10^4 or 10,000 \n" ); document.write( "d. then there are also 10^4 or 10,000 \n" ); document.write( "e. 10*9*8*7*6*5*4=604,800 \n" ); document.write( " |