document.write( "Question 1047864: Giving a test to a group of students, the grades and gender are summarized below\r
\n" );
document.write( "\n" );
document.write( "A B C Total
\n" );
document.write( "Male 16 11 5 32
\n" );
document.write( "Female 3 2 15 20
\n" );
document.write( "Total 19 13 20 52\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "If one student was chosen at random,\r
\n" );
document.write( "\n" );
document.write( "find the probability that the student was male.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #663442 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! ======= A=== B= C= Total \n" ); document.write( "Male 16 11 5 32 \n" ); document.write( "Female 3 2 15 20 \n" ); document.write( "Total 19 13 20 52 \n" ); document.write( "probability is 32/52=8/13 that a student chosen at random was male. \n" ); document.write( " \n" ); document.write( " |