document.write( "Question 478995: how many four digit numbers can you get from 0 - 9 and what are all the outcomes \r
\n" );
document.write( "\n" );
document.write( "please take your time \n" );
document.write( "
Algebra.Com's Answer #328219 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how many four digit numbers can you get from 0 - 9 and what are all the outcomes \n" ); document.write( "--- \n" ); document.write( "# of ways to pick the 1000 digit: 9 \n" ); document.write( "# of ways to pick each of the other 3 digits: 10 \n" ); document.write( "---- \n" ); document.write( "Total # of 4 digit numbers: 9*10^3 = 9000 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |