document.write( "Question 1062501: a) how many 3-digit numbers can be formed using only 2,3,5,6,7 and 9 with no repeats?
\n" );
document.write( "b)how many of these numbers are less than 400?even?odd?multiple of5?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #677420 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! a) how many 3-digit numbers can be formed using only 2,3,5,6,7 and 9 with no repeats? \n" ); document.write( "--------- \n" ); document.write( "The 1st # is 1 of 6. \n" ); document.write( "Then 1 of 5, then 1 of 4 \n" ); document.write( "--> 6*5*4 = 120 \n" ); document.write( "=============\r \n" ); document.write( "\n" ); document.write( "b)how many of these numbers are less than 400? \n" ); document.write( "Same as above, except the 1st # is 2 or 3, --> 1 of 2 \n" ); document.write( "=============== \n" ); document.write( "even? \n" ); document.write( "Similar to above \n" ); document.write( "============= \n" ); document.write( "odd? \n" ); document.write( "multiple of 5? \n" ); document.write( " \n" ); document.write( " |