document.write( "Question 1206041: Suppose there is a group of 100 students. 70 of them are in an English class, and 40 of them are in a Math class (so there are 10 students in both). \r
\n" );
document.write( "\n" );
document.write( "Suppose we select a single student at random. Let E= chosen student is in an English class and M=chosen student is in a Math class.
\n" );
document.write( "Compute the following probabilities.
\n" );
document.write( "P(M)=
\n" );
document.write( "P(E)=
\n" );
document.write( "P(M and E)=
\n" );
document.write( "P(M or E)=
\n" );
document.write( "P(M|E)=
\n" );
document.write( "Are these two events independent? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Now suppose we select two students at random. You can treat this like selecting one, then selecting another, without replacement. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "What is the probability of selecting a student only in an English class first, and then selecting a student only in a Math class second (neither is in both)? \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "What is the probability of selecting a student only in a Math class second if my first selection is a student who is only in an English class?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #843218 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "You posted too many questions. Ideally you should post one problem at a time. \n" ); document.write( "Multi-part questions are fine as long as they don't get too lengthy.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll answer the first block where it ends with \"P(M|E)\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "E = set of people taking English \n" ); document.write( "M = set of people taking Math \n" ); document.write( "n(E) = number of people taking English \n" ); document.write( "n(E) = 70 \n" ); document.write( "n(M) = 40 \n" ); document.write( "n(M and E) = 10 \n" ); document.write( "n(M or E) = n(E)+n(M) - n(M and E) ... inclusion-exclusion principle \n" ); document.write( "n(M or E) = 70+40-10 \n" ); document.write( "n(M or E) = 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(M) = probability a student takes math \n" ); document.write( "P(M) = n(M)/n(total) \n" ); document.write( "P(M) = 40/100 \n" ); document.write( "P(M) = 2/5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(E) = n(E)/n(total) \n" ); document.write( "P(E) = 70/100 \n" ); document.write( "P(E) = 7/10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(M and E) = n(M and E)/n(total) \n" ); document.write( "P(M and E) = 10/100 \n" ); document.write( "P(M and E) = 1/10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(M or E) = n(M or E)/n(total) \n" ); document.write( "P(M or E) = 100/100 \n" ); document.write( "P(M or E) = 1 \n" ); document.write( "A probability of 1 indicates 100% certainty that this event will happen. \n" ); document.write( "This is because all 100 students either take English, Math, or both.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(M | E) = P(M given E) \n" ); document.write( "P(M | E) = P(M and E)/P(E) \n" ); document.write( "P(M | E) = P(M and E) ÷ P(E) \n" ); document.write( "P(M | E) = (1/10) ÷ (7/10) \n" ); document.write( "P(M | E) = (1/10) * (10/7) \n" ); document.write( "P(M | E) = 10/70 \n" ); document.write( "P(M | E) = 1/7 \n" ); document.write( "Another approach: \n" ); document.write( "P(M | E) = n(M and E)/n(E) \n" ); document.write( "P(M | E) = 10/70 \n" ); document.write( "P(M | E) = 1/7 \n" ); document.write( "P(M given E) means we know 100% that the student takes English. \n" ); document.write( "We focus on the 70 English students. \n" ); document.write( "Of these 70 students, 10 take math as well. So 10/70 = 1/7 is the conditional probability we're after.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Summary: \n" ); document.write( "P(M) = 2/5 \n" ); document.write( "P(E) = 7/10 \n" ); document.write( "P(M and E) = 1/10 \n" ); document.write( "P(M or E) = 1 \n" ); document.write( "P(M|E) = 1/7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll give a hint about the next question. \n" ); document.write( "The following equations are true if and only if both events are independent.
\n" ); document.write( " \n" ); document.write( " |