document.write( "Question 549963: How many four digit numbers greater than 5000 can be formed by using the digits 3, 4,5,6,7, 8? \n" ); document.write( "
Algebra.Com's Answer #358424 by mathstutor458(57)\"\" \"About 
You can put this solution on YOUR website!
given numbers are 3,4,5,6,7,8
\n" ); document.write( "the resulting number should be greater than 5000
\n" ); document.write( "first place number shuold be 5,6,7,8
\n" ); document.write( "Remaining places we can fill with any remaining numbers.
\n" ); document.write( "number of 4 digit numbers greater than 5000 = 4*6*6*6 (because they didnt mention numbers are not repeting,if they are not repeting then answer is 4*5*4*3)
\n" ); document.write( "
\n" );