document.write( "Question 353141: From a group of 100 students, 30 are taking math, 20 are taking chemistry, and of those totals 10 are taking both. What is the probability that a randomly selected student is taking math or chemistry?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #252363 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! From a group of 100 students, 30 are taking math, 20 are taking chemistry, and of those totals 10 are taking both. What is the probability that a randomly selected student is taking math or chemistry?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let set A = all students = 100 students \n" ); document.write( "let set M = math students = 30 students \n" ); document.write( "let set C = chemistry students = 20 students \n" ); document.write( "probability of just math = 30/100 = 30% \n" ); document.write( "probability of just chemistry = 20/100 = 20% \n" ); document.write( "probability of both math and chemistry = 10/100 = 10% \n" ); document.write( "probability of math or chemistry but not both = (30 - 10)/100 + (20 - 10)/100 \n" ); document.write( "probability of math or chemistry but not both = 20/100 + 10/100 = 30/100 = 30% \n" ); document.write( " \n" ); document.write( " |