document.write( "Question 778845: How many numbers greater than 5000 can be formed from the digits 1, 2, 3, 4 & 5 using each digit only once in each number? \n" ); document.write( "
Algebra.Com's Answer #475109 by Jahleellah(1)![]() ![]() You can put this solution on YOUR website! i. forming 4-digit number \n" ); document.write( "thousand- 1 \n" ); document.write( "hundred- 4 \n" ); document.write( "tens- 3 \n" ); document.write( "ones- 2 \n" ); document.write( "which is equal to 24 numbers by multiplying all the numbers\r \n" ); document.write( "\n" ); document.write( "ii. forming 5-digit number \n" ); document.write( "ten thousand- 5 \n" ); document.write( "thousand- 4 \n" ); document.write( "hundred- 3 \n" ); document.write( "tens- 2 \n" ); document.write( "ones- 1 \n" ); document.write( "which is equal to 120 numbers by multiplying\r \n" ); document.write( "\n" ); document.write( "Adding the two products, we can conclude that there are 144 numbers that can be formed using the given condition. \n" ); document.write( " |