document.write( "Question 907318: table shows the number of students according to the gender from two classes
\n" ); document.write( "class boys girls
\n" ); document.write( "LG1 13 7
\n" ); document.write( "LG2 12 3\r
\n" ); document.write( "\n" ); document.write( "if a student is chosen at random from class LG1 and another from the class LG2, calculate the profitability that both are boys.
\n" ); document.write( "

Algebra.Com's Answer #550281 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "recommend Table/Totals
\n" ); document.write( " B G T
\n" ); document.write( "LG1 13 7 20
\n" ); document.write( "LG2 12 3 15
\n" ); document.write( "T 25 10 35
\n" ); document.write( "P(both boys) = 13/20 + 12/15 \n" ); document.write( "
\n" );