document.write( "Question 433578: A four-digit number is formed from the digits 1, 2, 3, 4, 5, 6, and 7, with no repetitions. How many of these four digit numbers will have a number value between 1000 and 5000? \n" ); document.write( "
Algebra.Com's Answer #300589 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Thousands place--> 4 ways
\n" ); document.write( "Hundreds place-->6 ways
\n" ); document.write( "Tens place-->5 ways
\n" ); document.write( "Ones place--> 4 ways
\n" ); document.write( "==> 4*6*5*4 = 480 four digit numbers will have a number value between 1000 and 5000.
\n" ); document.write( "
\n" );