document.write( "Question 266210: Suppose that a certain college class contains 65 students. Of these, 36 are freshmen, 34 are economics 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 freshman and an economics major?\r
\n" );
document.write( "\n" );
document.write( " (b) Given that the student selected is a economics major, what is the probability that she is also an freshman? \r
\n" );
document.write( "\n" );
document.write( "Write your responses as fractions. \n" );
document.write( "
Algebra.Com's Answer #195619 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that a certain college class contains 65 students. Of these, 36 are freshmen, 34 are economics 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 freshman and an economics major? \n" ); document.write( "---- \n" ); document.write( "P(frosh and econ) = P(frosh) + P(econ) - P(frosh or econ) \n" ); document.write( "= 36/65 + 34/65 - (65-9)/65 \n" ); document.write( "--- \n" ); document.write( "= (36 + 34 - 56)/65 \n" ); document.write( "--- \n" ); document.write( "= 14/65 \n" ); document.write( "----------------------------------------- \n" ); document.write( "(b) Given that the student selected is a economics major, what is the probability that she is also an freshman? \n" ); document.write( "P(frosh|econ) = P(frosh and econ)/P(econ) = (14/65)/(34/65) = 14/34 = 7/17 \n" ); document.write( "============================================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |