document.write( "Question 800954: using the digits 0,1,2,2,3 how many numbers greater than 20000 can be made ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #483550 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! Assuming digits are to be used only once then as long as the first digit is greater than 1, any number formed will be greater than 20000: \n" ); document.write( "3*4*3*2*1=72 \n" ); document.write( " |