document.write( "Question 909045: At a university 20% of the students major in business. Of the business majors, 50% are males. Of all students at the university 60% are males. If a student is selected at random from this university, what is the propability that this student:
\n" );
document.write( "a) is a male majoring in business?
\n" );
document.write( "b) is either a male or a business major?
\n" );
document.write( "c) is a female not majoring in business))
\n" );
document.write( "D) is a business major if the student is female?
\n" );
document.write( "E) is a male if the student is not a business major? \n" );
document.write( "
Algebra.Com's Answer #551542 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! a) is a male majoring in business? .50*.20 \n" ); document.write( " b) is either a male or a business major? .60 + .20 - .50*.20 \n" ); document.write( " c) is a female not majoring in business)) .40*.80 \n" ); document.write( "P(A|B) = P(A and B)/P(B) \n" ); document.write( " D) is a business major if the student is female? P(bus|F) = .50* .20/.40 \n" ); document.write( " E) is a male if the student is not a business major? P(M|not bus) = .60*.80/.80 \n" ); document.write( " |