document.write( "Question 221931: How do I solve this?
\n" );
document.write( "In a survey of 100 college students, 35 were registered in college algebra, 52 were registered in history 1, and 18 were registered in both courses. How many students were registered in college algebra or history 1. And how many were not registered in either course. thank you \n" );
document.write( "
Algebra.Com's Answer #166298 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! Since 35 students are in algebra, and 18 are in both, this means that 35-18=17 students are in algebra only. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also, because 52 students are in history, and 18 in both classes, there are 52-18=34 students in just history alone.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now add up the number of students in algebra only (17), the number of students in history only (34), and the number of students in both (18) to get: 17+34+18=69\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are 69 students in either class or both. Now subtract this figure from 100 to find the number of students who are in neither class: 100-69=31\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are 31 students in neither class. \n" ); document.write( " |