document.write( "Question 1043360: The table below shows the number of male and female students enrolled in nursing at a particular university for a recent semester.
\n" );
document.write( "(a) Find the probability that a randomly selected student is male, given that the student is a nursing major.
\n" );
document.write( "(b) Find the probability that a randomly selected student is a nursing major, given that the student is male.
\n" );
document.write( "Nursing Majors
\n" );
document.write( "Non-nursing majors
\n" );
document.write( "Total
\n" );
document.write( "
\n" );
document.write( " Nursing Majors Non nursing majors Total
\n" );
document.write( "Males 98 1141 1239
\n" );
document.write( "Females 742 1672 2396
\n" );
document.write( "Total 822 2813 3635
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #658512 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Males 98 1141 1239 \n" ); document.write( "Females 742 1672 2414 (notice the change--addition error in problem) \n" ); document.write( "Total 840 2813 3653 (change here, too) \n" ); document.write( "Given that a student is a nursing major (840), the probability the student is male is 98/840 or 0.117 \n" ); document.write( "Given that a student is male (1239) the probability the student is a nursing major is 98/1239 or 0.079 \n" ); document.write( " |