document.write( "Question 43528: How would I do this kind of problem\r
\n" );
document.write( "\n" );
document.write( "A telephone number consists of seven digits, the first three representing the exchange. How many different telephone numbers are possible within the 537 exchange? \n" );
document.write( "
Algebra.Com's Answer #28527 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Depends, can you repeat digits? \n" ); document.write( "If you can .... \n" ); document.write( "5 - 3 - 7 \n" ); document.write( "Three numbers: \n" ); document.write( "3 * 3 * 3 = 27 different possibilites \n" ); document.write( "3 * 3 * 3 * 9 * 9 * 9 * 9 = 177,147 \n" ); document.write( "If you can not .... \n" ); document.write( "3 * 2 * 1 = 6 different possibilites \n" ); document.write( "3 * 2 * 1 * 7 * 6 * 5 * 4 = 5,040 \n" ); document.write( " |