Suppose of all possible ways to choose two representatives among 10 students in a class, there are exactly 3 0 different ways to choose one or more female as a representative. How many males are there in the class?
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.
Firstly we want to work out how many possible combinations of 2 students out of 10 there are: 1 0 C 2 = 4 5 combinations.
Now we can work out the probability of both students being boys.
L e t x b e t h e n u m b e r o f b o y s i n t h e c l a s s . P ( x = 2 ) = 4 5 4 5 − 3 0 = 4 5 1 5 = 3 1
The probability of the first selection being a boy is t o t a l n u m b e r o f s t u d e n t s i n c l a s s n u m b e r o f b o y s i n c l a s s .
Once we have selected one boy, the number of boys/students in the class available to be selected second have both been reduced by 1 (as one boy has already been picked), so the probability of selecting a boy the second time becomes t o t a l n u m b e r o f s t u d e n t s i n c l a s s − 1 n u m b e r o f b o y s i n c l a s s − 1 .
∴ we know that P ( x = 2 ) = 1 0 x × 9 x − 1 ∴ 1 0 x × 9 x − 1 = 3 1
Now we can solve this equation to find x , the number of boys in the class.
3 1 = 1 0 x × 9 x − 1 = 9 0 x × ( x − 1 ) = 9 0 x 2 − x
Multiply both sides by 90: 3 0 = x 2 − x x 2 − x + 3 0 = 0
Factorise: ( x − 6 ) ( x + 5 ) = 0 ∴ x = 6 O R x = − 5
The number of boys in the class cannot be negative, so x = − 5 .
x = 6 must be the solution, so the number of boys in the class is 6.
great did the same way............:-)
Let
x
as the number of female students. Counting all possible ways to choose one or more female from 10 students :
x
C
1
x
(
1
0
−
x
)
C
1
+
x
C
2
=
3
0
x
x
(
1
0
−
x
)
+
2
x
(
x
−
1
)
=
3
0
Solving this equation, give us
x
=
4
Thus, the number of males students are
(
1
0
−
x
)
=
6
m = number of males, f = number of females
we have the following system of equations:
1 0 = m + f
3 0 = ( 2 f ) + ( 1 f ) ( 1 m )
solving gives f = 4 , m = 6
The possible combinations that equal thirty are 1 Male (M) and 1 Female (F) or 2 Female(F). Therefore: MC1*FC1 + FC2 = 30
Note: M = 10-F
FC2 is: 2 F ( F − 1 )
This is results in: ( 1 0 − F ) F + 2 F ( F − 1 ) = 3 0
simplifying/factorizing this equation we get: ( F − 4 ) ( F − 1 5 )
Therefore, F = 4 since, F = 15 is not possible M = 10-4 = 6 which is the answer
10C2=45............45-30=15...............nC2=15 on solving gives n=6
there are two cases possible
1) 1 girl selected
2) both are selected
x(10-x)2+(10-x)(9-x)=60
in which x is equal to no of girls
so ans is 6
Let boys be x. Selecting at least 2 girls -: xC0.10-xC2 + xC1.10-xC1 = 30. x=6
10c2 - (10-x)c2=30 solve it . the logic beind this is that total cases - those in which only boys are selected.here x is the no. of girls
Problem Loading...
Note Loading...
Set Loading...
Total possible combinations = 10C2 = 45.
Exactly 30 contains one or more female => the rest 15 combinations has exactly 2 males each. Therefore, nC2 = 15 => n(n-1) = 30 => n = 6.