In how many ways can you form a 5-digit number such that:
If the total number of ways is , submit your answer as .
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.
You must strictly need all numbers in 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 = 2 ! 5 ! Now, the last digit can be filled in 4 ways ⟹ Total no of ways to form such 5 digit number = 2 ! 5 ! × 4 = 2 4 0