SOLUTION: How many different 4-Digit numbers can be formed from digits 1-4 if the digits can repeat? if they cant?
Algebra
->
Permutations
-> SOLUTION: How many different 4-Digit numbers can be formed from digits 1-4 if the digits can repeat? if they cant?
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 839511
:
How many different 4-Digit numbers can be formed from digits 1-4 if the digits can repeat? if they cant?
Answer by
swincher4391(1107)
(
Show Source
):
You can
put this solution on YOUR website!
If they can: There are 4 spots for each digit so 4^4 =
256 permutations
If they cant: 4 spots for the 1st digit, 3 spots for the 2nd digit ... etc
So there are 4*3*2*1 = 24 permutations.