in Combinatory
1,275 views
1 vote
1 vote
How many permutations of the 10 digits either begin with the 3 digits 987, contain the digits 45 in the fifth and sixth positions, or end with the 3 digits 123?
in Combinatory
by
1.3k views

1 comment

edited by
5158 ?
0
0

2 Answers

4 votes
4 votes
numbers starting with 978 => 987_ _ _ _ _ _ _ => 7!
numbers having 45 in 5th and 6th position => _ _ _ _ 45_ _ _ _ => 8!
numbers ending with 123=7!

numbers starting with 978 and having 45 in 5th and 6th position=98745_ _ _ _ _ =>5!
numbers starting with 978 and ending with 123 => 978 _ _ _ _ 123 =>4!
numbers having 45 in 5th and 6th position and ending with 123 => _ _ _ 45 _ _ 123 =>5!

numbers starting with 978, having 45 in 5th and 6th position and ending with 123 => 98745_ _ 123 =>2!

7!+8!+7!-5!-4!-5!+2!

=50,138
1 vote
1 vote
$($begin with the 3 digits 987, contain the digits 45 in the fifth and sixth positions$)$ $or$ $($end with the 3 digits 123 $)$

let the $10$ digits be represented as _ _ _ _ _ _ _ _ _ _

987_ 45_ _ _ _  = $5!$

_ _ _ _ _ _ _ 123 = $7!$

987_45_ 123   = $2!$

$N(A\cup B)$

= $N(A)+N(B)-N(A\cap C)$

= $5! +7! -2!$

=$120 +5040 - 2$

=$5158$
edited by

4 Comments

i think u interpreted it wrongly
1
1

So what would have been written in the question for the way which i have solved ? and how did you came to know that there are three cases not two ? @aditi19

0
0
nothing could be written. The question is itself slightly ambiguous
2
2

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true