document.write( "Question 1019578: 66% of students In a class are boys and rest are girls it is known that the probability of a girl getting a first class is 0.25 and that a boy getting first class in 0.28 find the probability that a student selected at random will get first class marks in the subject \n" ); document.write( "
Algebra.Com's Answer #635561 by mathmate(429) You can put this solution on YOUR website! \n" ); document.write( "Question: \n" ); document.write( "66% of students In a class are boys and rest are girls it is known that the probability of a girl getting a first class is 0.25 and that a boy getting first class in 0.28 find the probability that a student selected at random will get first class marks in the subject \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "Hint: use law of total probability. \n" ); document.write( "Proportion of boys (B): 66% \n" ); document.write( "proportion of girls (G): 100-66=34% \n" ); document.write( "Let \n" ); document.write( "F=event of getting first class, then \n" ); document.write( " \n" ); document.write( "P(F|B)=0.28 (probability of getting first class given that it's a boy) \n" ); document.write( "P(F|B)=P(F∩B)/P(B), therefore P(F∩B)=0.28*0.66=0.1848 \n" ); document.write( " \n" ); document.write( "P(F|G)=0.25 (probability of getting first class given that it's a girl) \n" ); document.write( "P(F|G)=P(F∩G)/P(G), therefore P(F∩G)=0.25*0.34=0.085 \n" ); document.write( " \n" ); document.write( "Therefore probability of getting first class out of the whole class \n" ); document.write( "P(F) \n" ); document.write( "=P(F∩(B∪G)) \n" ); document.write( "=P(F∩B)+P(F∩G) [since boys and girls are mutually exclusive] \n" ); document.write( "=0.1848+0.085 \n" ); document.write( "=0.2698 \n" ); document.write( " |