document.write( "Question 1162354: Among the class of 100 students, 75 studied Botany, 55 studied Biology and 40 students
\n" );
document.write( "studied both of the subjects. A student is selected at random from this class what is the
\n" );
document.write( "probability that
\n" );
document.write( "i) student studied at least one subject
\n" );
document.write( "ii) student studied Botany but not Biology
\n" );
document.write( "iii) student studied Biology but not Botany
\n" );
document.write( "iv) student studied none of the subjects \n" );
document.write( "
Algebra.Com's Answer #786139 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Among the class of 100 students, \r\n" ); document.write( "So a+b+c+d = 100\r\n" ); document.write( "75 studied Botany, \r\n" ); document.write( "So a+b = 75\r\n" ); document.write( "55 studied Biology \r\n" ); document.write( "So b+c = 55\r\n" ); document.write( "and 40 students studied both of the subjects. \r\n" ); document.write( "So b=40\r\n" ); document.write( "\r\n" ); document.write( "Substituting 40 for b in b+c = 55\r\n" ); document.write( " 40+c = 55\r\n" ); document.write( " c = 15\r\n" ); document.write( "\r\n" ); document.write( "Substituting 40 for b in a+b = 75\r\n" ); document.write( " a+40 = 75\r\n" ); document.write( " a = 35\r\n" ); document.write( "\r\n" ); document.write( "Substituting a=35, b=40, and c=15 in\r\n" ); document.write( " a+b+c+d = 100\r\n" ); document.write( " 35+40+15+d = 100\r\n" ); document.write( " 90+d = 100\r\n" ); document.write( " d = 10\r\n" ); document.write( "\r\n" ); document.write( "A student is selected at random from this class what is the \n" ); document.write( "probability that \n" ); document.write( "i) student studied at least one subject \r\n" ); document.write( "All but the 10. So that's 100-10 = 90 out of 100, so the probability\r\n" ); document.write( "is 90/100 which reduces to 9/10\r\n" ); document.write( "ii) student studied Botany but not Biology \r\n" ); document.write( "That's the 35. So that's 35 out of 100, so the probability\r\n" ); document.write( "is 35/100 which reduces to 7/20\r\n" ); document.write( "iii) student studied Biology but not Botany. \r\n" ); document.write( "That's the 15. So that's 15 out of 100, so the probability\r\n" ); document.write( "is 15/100 which reduces to 3/20\r\n" ); document.write( "iv) student studied none of the subjects \r\n" ); document.write( "That's the 10 that aren't in either circle. So that's 10 out of 100, \r\n" ); document.write( "so the probability is 10/100 which reduces to 1/10.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |