document.write( "Question 1090587: How many numbers less than 5,000 of 4 different digits each can be formed from 0,1,2,3,4,5,6,7? \n" ); document.write( "
Algebra.Com's Answer #705062 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
So the first number can only be a 0,1,2,3, or 4.
\n" ); document.write( "Assuming you can repeat digits,
\n" ); document.write( "\"N=5%2A8%2A8%2A8=2560\"
\n" ); document.write( "Assuming you cannot repeat digits,
\n" ); document.write( "\"N=5%2A7%2A6%2A5=1050\"
\n" ); document.write( "
\n" );