Bibi wants to send invitations to some of her friends to come to her birthday party. She has contact information for 37 friends stored on her phone, but she only wants to invite 21 of those people to her party. She tries to send out a message to the 21 people, but her phone malfunctions and sends the message to three random contacts (uniformly chosen). The probability that exactly one person who got the invitation was not supposed to be invited to the party can be expressed as b a , where a and b are positive, coprime numbers. What is the value of a + b ?
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.
She does not want to invite 16 of the 37 people. So, exactly one from them is 16C1. The remaining are selected from 21 i.e. 21C2. So, the answer is: (16C1*21C2)/(37C3) = 16/37. Hence, a=16, b=37 => a+b = 53.
total list of friends=37, selected friends 21, unselcted friends =16 so we are interested in group of 3 friends such that 1 is from the list of unselected and 2 from the other list hence total no of such groups=(16 C 1) X (21 C 2) total nos of groups of 3 friends from total list of 37=(37 C 3) so from definition, the probability that exactly one person who got the invitation was not supposed to be invited= (16 C 1) X (21 C 2) / (37 C 3) =16/37
so the answer is 16+37=53
total contacts = 37 , friends to be invited = 21, left over contacts = 37 -21 = 16 all 16 having the probability to receive the invitation out of total contacts. Hence the probability is 16/37, which gives a = 1 6 , b = 3 7 , a + b = 1 6 + 3 7 = 5 3 .
There are ( 3 3 7 ) possible sets of three people that the message could have gone to. The number of ways the message could go to 2 invited people and one uninvited person is ( 2 2 1 ) ( 1 1 8 ) . Thus, the probability that exactly one person got the invitation that shouldn't have is: ( 3 3 7 ) ( 2 2 1 ) ( 1 1 6 ) = 3 × 2 3 7 × 3 6 × 3 5 2 2 1 × 2 0 × 1 6 = 3 7 1 6 Therefore a + b = 1 6 + 3 7 = 5 3 .
The probability of the phone selecting one person from the three is 1. The probability of the phone selecting exactly one friend who was not supposed to be invited is 3 7 2 1 . Therefore the probability of the phone selecting a person that was not intended to attend the party is as follows: 1- 3 7 2 1 = 3 7 1 6
The total of a + b is therefore 16 + 37 = 53 .
Problem Loading...
Note Loading...
Set Loading...
As we have to select 3 person, out of which 2 are from 21 person (who were supposed to be invited), and 1 is from 16 (who were not supposed to be invited) to ensure that exactly one person who got the invitation was not supposed to be invited to the party. So favorable event =(21C2)*(16). Also total possible 3 selection are (37C3). Thus we get ans=16/37 or a+b=53