document.write( "Question 952048: How many different 5-digit even numbers can be formed using the numerals 1, 2, 3, 4 and 5 if the numerals can be repeated \n" ); document.write( "
Algebra.Com's Answer #581451 by luke94(89)![]() ![]() ![]() You can put this solution on YOUR website! the answer is 5 factorial or in terms of numbers \"5!\"\r \n" ); document.write( "\n" ); document.write( "factorial basically means all numbers before and inclusive of the number are multiplied, in this case it is \"5!\" therefore..\r \n" ); document.write( "\n" ); document.write( "5*4*3*2*1 = 120 combinations \n" ); document.write( " |