Number of combinations

Probability Level pending

In how many ways can you form a 5-digit number such that:

  • All digits in the number is only from the set {2, 4, 6, 8}; that is 26842 is acceptable whereas 12468 is unacceptable.
  • Every number in {2, 4, 6, 8} must occur at least once; that is 24684 is acceptable whereas 24664 is unacceptable.

If the total number of ways is C C , submit your answer as C C .


The answer is 240.

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.

2 solutions

Viki Zeta
Oct 13, 2016

You must strictly need all numbers in 2 , 4 , 6 , 8 {2, 4, 6, 8} . Therefore minimum of 4 digit in 5 digit number is filled.

First 4 digit is filled, and last digit is chosen at random, so the number would be in the form a b c d ( a / b / c / d ) a, b, c, d can choose all 4 numbers in 2, 4, 6, 8 and d can choose any 1 number from 2, 4, 6, 8 Total no of ways to form 5 digit number = 5 ! Now the digits can be repeated, in first 4 digits and last digits together. So, when digits repeat 2 times we have No of ways = 5 ! 2 ! Now, the last digit can be filled in 4 ways Total no of ways to form such 5 digit number = 5 ! 2 ! × 4 = 240 \text{First 4 digit is filled, and last digit is chosen at random, so the number would be in the form} \\ \boxed{\text{a}}\boxed{\text{b}}\boxed{\text{c}}\boxed{\text{d}}(\boxed{a/b/c/d}) \\ \text{a, b, c, d can choose all 4 numbers in {2, 4, 6, 8} and d can choose any 1 number from {2, 4, 6, 8}} \\ \therefore \text{Total no of ways to form 5 digit number = } 5! \\ \text{Now the digits can be repeated, in first 4 digits and last digits together. So, when digits repeat 2 times we have} \\ \text{No of ways = } \dfrac{5!}{2!} \\ \text{Now, the last digit can be filled in 4 ways} \\ \boxed{\implies \text{Total no of ways to form such 5 digit number } = \dfrac{5!}{2!} \times 4 = 240}

Hmmm i must have made in typo then. I found 480 as answer too, but had to try again. So probably stupid fout:/

Peter van der Linden - 4 years, 8 months ago

Log in to reply

Uh. I edit that perform how did it revert?

Viki Zeta - 4 years, 8 months ago

Log in to reply

It says you viewed the solution. But i see there are reports on the answer with other outcomes 2.

Peter van der Linden - 4 years, 8 months ago

I requested to mark all who answered 480 as correct

Viki Zeta - 4 years, 8 months ago
Md Zuhair
Oct 16, 2016

we have to put all the digits for this number. Then for the set = { 2,4,6,8} we need to have all the digits and one digit would be extra in all. So the numbers will have all the 4 digits from {2,4,6,8} and another from the same set but only one like 22648 ... now this type of number with two two's can be permutated in 5!/2! ways... isnt it? Then for two fours we have 5!/2! and for the all four we have the same. Hence Total ways = 5!/2! x 4 = 240 .... And C= 240.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...