document.write( "Question 839511: How many different 4-Digit numbers can be formed from digits 1-4 if the digits can repeat? if they cant? \n" ); document.write( "
Algebra.Com's Answer #505724 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! If they can: There are 4 spots for each digit so 4^4 = \r \n" ); document.write( "\n" ); document.write( "256 permutations\r \n" ); document.write( "\n" ); document.write( "If they cant: 4 spots for the 1st digit, 3 spots for the 2nd digit ... etc\r \n" ); document.write( "\n" ); document.write( "So there are 4*3*2*1 = 24 permutations. \n" ); document.write( " |