document.write( "Question 181139: Conditional probability: Basic
\n" );
document.write( "At a certain college, 47% of the students are female, and 21% of the students major in finance. Furthermore, 12% of the students both are female and major in finance. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(a) What is the probability that a randomly selected finance major is female? Round your answer to 2 decimal places.
\n" );
document.write( "(b) What is the probability that a randomly selected female student majors in finance? Round your answer to 2 decimal places. \r
\n" );
document.write( "\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 #135833 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Conditional probability: Basic \n" ); document.write( "At a certain college, 47% of the students are female, and 21% of the students major in finance. Furthermore, 12% of the students both are female and major in finance. \r \n" ); document.write( "\n" ); document.write( "(a) What is the probability that a randomly selected finance major is female? Round your answer to 2 decimal places. \n" ); document.write( "--- \n" ); document.write( "P(female|finance major) = [P(female AND finance major)] / P[finance major]\r \n" ); document.write( "\n" ); document.write( "= 0.12/0.21 = 0.5714... \n" ); document.write( "================================= \n" ); document.write( " \n" ); document.write( "(b) What is the probability that a randomly selected female student majors in finance? Round your answer to 2 decimal places. \n" ); document.write( "--- \n" ); document.write( "P(majors in finance|female) = P(majors in fin AND female) / P(female) \n" ); document.write( "= 0.12/0.47 = 0.2553.. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |