document.write( "Question 754597: How many odd numbers less than 1000 can be formed by using the digits 0, 3, 5, 7 when repetition of digits is not allowed? \n" ); document.write( "
Algebra.Com's Answer #459190 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many odd numbers less than 1000 can be formed by \n" ); document.write( "using the digits 0, 3, 5, 7 when repetition of digits is not allowed? \n" ); document.write( "-------------- \n" ); document.write( "Pattern for \"less than 1000\": h..t..u \n" ); document.write( "----- \n" ); document.write( "# of ways to choose u: 3 \n" ); document.write( "# of ways to choose h: 2 \n" ); document.write( "# of ways to choose t: 2 \n" ); document.write( "--- \n" ); document.write( "Total # that meet the condition: 3*2*2 = 12 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " \n" ); document.write( " |