How many 4-digit codes can be formed by using the digits 1,2,3,4,5,6,7 without repetition?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
nice
hm... let we see it..
There are 7 numbers to choose from in forming the four digit code.
For the first digit, you would have seven choices (any number from 1 to 7).
For the second digit, you would have 7 - 1 = 6 choices, since there is no repetition allowed. The number disclosed from this selection is the number chosen for the first digit, regardless of what the first digit was.
Similarly, you would have 7 - 2 = 5 choices for the third digit, excluding the first two distinct digits already chosen.
For the last digit, you would have 7 - 3 = 4 choices.
Take note that digit order would not matter (whether you choose the first or third digit of the code first) since each time you are already excluding the choice previously made.
As such, there would be 7 6 5*4 = 840 solutions possible.
The rationale for multiplying? Well, note that I have 7 choices for the first digit and 6 choices for the second.
For any of the 7 digits I picked for the first digit, I would still have 6 choices for the second digit. E.g. If I picked 4 for the first digit, I could choose 1,2,3,5,6,7 for the second digit. If the picked 7, I could choose 1,2,3,4,5,6 for the second digit.
I have seven possible ways to end up with 6 choices, thus the need for multiplication.
Doing the same for the third and fourth digits, the solution arrived at is 840 possible codes.
The main aim of this problem was to improve permutation and combination skills
can you solve it into short solving method ???
We can just use permutation to make things easier :)
There are seven digits, but I only need four. So, I divided the factorial of the seven digits by the factorial of the seven digits minus the four gaps. It is as simple as: 7! / (7-4)! = 7! / 3! = 5040 / 6 = 840
n!/(n-r)! is the formula & n=7,r=4 ie., 7!/(7-4)!=5040/6=840
let we take permutations is easy 7p4 =840
to select a no. at unit place there are 7 ways and to fill next digit there are 6 ways similarly for next there are 5 ways and for last place there are 4 ways so total ways 7 6 5 4 = 840
There are 7 digits that can be used to form the 4-digit codes. To find the no. of such codes that can be formed, we need to find permutations of the 7 digits taken 4 at a time.
So, total no. of ways = 7 P 4 = 7 × 6 × 5 × 4 = 4 2 × 2 0 = 8 4 0
7 x 6 x 5 x 4 = 20 * 42 = 840. "n.(n-1).(n-2).(n-3)" or using Parmutation ---> 7P4 = 7!/(7-4)! = 7.6.5.4.3!/3! = 7.6.5.4 = 840. Answer : 840
why making it so complicated, we have to make 4-digits number without repetition, with 1,2,3,4,5,6,7, we ill use first 1,2,3,4 we can make 24 numbers with these so the sum of final numbers using 1,2,3,4,5,6,7 will be multiple of 24, and from those only 840 is the one we search for
and sorry for that english!!
Log in to reply
what if they make 2 choices that divisible by 24 and the numbers are too great to be choosen randomly (i.e. nearly infinite)
Problem Loading...
Note Loading...
Set Loading...
The problem says repetition does matter so that means you have to use the permutations formula...
( n − r ) ! n !
And to help you decide which of the numbers is n and r you can use the term " Out of n terms pick r terms".So in his problem the n is 7( or the number of numbers) and the r is 4 because you have to choose 4 numbers to make the 4-digit code. And from there you can solve the equation...
( 7 − 4 ) ! 7 ! ................ 6 5 0 4 0 ................. 5 0 4 0 / 6 = 8 4 0