document.write( "Question 349170: Intersection and conditional probability
\n" );
document.write( "Suppose that a certain college class contains 64 students. Of these,35 are juniors, 34 are history majors, and 9 are neither. A student is selected at random from the class. \r
\n" );
document.write( "\n" );
document.write( "(a) What is the probability that the student is both a junior and a history major?
\n" );
document.write( "(b) Given that the student selected is a history major, what is the probability that she is also a junior?
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #249623 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Intersection and conditional probability \n" ); document.write( "Suppose that a certain college class contains 64 students. Of these,35 are juniors, 34 are history majors, and 9 are neither. A student is selected at random from the class. \n" ); document.write( "(a) What is the probability that the student is both a junior and a history major? \n" ); document.write( "p(jun AND hm) = 24/45 \n" ); document.write( "--------------------------------------- \n" ); document.write( "(b) Given that the student selected is a history major, what is the probability that she is also a junior? \n" ); document.write( "P(j|hm) = 24/34 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "Draw a Venn diagram with two intersecting circles: j and hm \n" ); document.write( "Procedure \n" ); document.write( "The number of students in j+(j AND hm)+ hm = 45 - (j AND hm) \n" ); document.write( "Let # in (j AND hm) = x \n" ); document.write( "Then # if j but not in j AND m = 35-x \n" ); document.write( "And # in hm but not in j AND m = 34-x \n" ); document.write( "------------------------------------------- \n" ); document.write( "Solve for \"x\". \n" ); document.write( "I get x = 24 \n" ); document.write( "--- \n" ); document.write( "From that you can figure out the propabilities. \n" ); document.write( "======================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |