Combinations I must find how many 7 digit registration numbers can start with 1, when the digits available are 0, 1, 2, 3, 4, 5, 6, 7, 9, the registration numbers are issued in ascending order and you cannot have 6 and 9 in the same line,
looks same q ?
|dw:1376205294402:dw|
you fixed first space wid 1, you're left wid 6 spaces to fill - and you have a constraint that 6 and 9 cannot coexist. Is that right ?
First, calculate the number of combinations without including the 6th digit.
yes that is right
yes thats a good idea, first calculate number of permutations without 6 digit
k
c= 7!/(7-6)! c = 5040
Correct ! thats the total permuations with out digit 6.
k
Next, find total permutations with out 9, and with 6 those will be c = 7!/(7-6)! = 5040 but there are some repititions here
how do u get rid of the repetitions.
repititions = permutations that doesnt have both 6 and 9 = 6!
so it is the same?
so total permutations starting wid 1 w/o 6 and 9 coexisting = 5040 + 5040 - 6!
this is same as the solution we worked in your previous q, 7! + 6x6!
here:
dont ignore the factorial sign \(\color{red}{!}\)
oh yeah oops
ha otherwise, it looks good.. replace 6! with 720
c=9360
9360 = \(\large \color{red}{\checkmark}\)
Join our real-time social learning platform and learn together with your friends!