Extracted text: COLLEGE ADMISSIONS OFFICE ENROLL NOW Suppose you are contacted by the Dean of Enrollment at Arizona State University. A survey was taken of students at the university concerning their enrollment in liberal arts courses. Each of the 600 students was asked to answer yes or no to each of the questions: 1. Are you enrolled in a humanities course? 2. Are you enrolled in a natural science course? 3. Are you enrolled in a social science course? The following data from the survey have been tabulated on all students surveyed. 250 of the students surveyed are enrolled in a natural science course. 100 are enrolled both in a humanities course and a social science course. 130 are enrolled in a natural science course but not in a humanities course. • 120 are enrolled only in a social science course. • 30 are enrolled in all three course areas. • 270 are enrolled in a social science course. • 300 are enrolled in only one of the three areas. The dean would like to better understand this data, as it is a bit messy. Namely, he would like to know how many students fit into each course category. More formally, if we think about the ordered triple (or tuple as it is called in Python programming), (humanities, natural science, social science) as consisting of either "yes" or "no", then (yes,yes,no) would exemplify the group of students who are taking a humanities course and a natural science course, but who are not taking a social science course.
Extracted text: 1. Are you enrolled in a humanities course? 2. Are you enrolled in a natural science course? 3. Are you enrolled in a social science course? The following data from the survey have been tabulated on all students surveyed. • 250 of the students surveyed are enrolled in a natural science course. • 100 are enrolled both in a humanities course and a social science course. 130 are enrolled in a natural science course but not in a humanities course. 120 are enrolled only in a social science course. • 30 are enrolled in all three course areas. 270 are enrolled in a social science course. • 300 are enrolled in only one of the three areas. The dean would like to better understand this data, as it is a bit messy. Namely, he would like to know how many students fit into each course category. More formally, if we think about the ordered triple (or tuple as it is called in Python programming), (humanities, natural science, social science) as consisting of either "yes" or "no", then (yes,yes,no) would exemplify the group of students who are taking a humanities course and a natural science course, but who are not taking a social science course. Questions to Address: 1. Using a Venn Diagram, determine how many students fall into each of these categories. 2. Using set notation, label each region. For instance, H ONOS Would be the set of all students who are taking a humanities course and a natural science course, but who are not taking a social science course. This is a fun problem! We may not all agree on the values we come up with, though there is only one correct solution. The goal is for us to learn to make clear judgments about information and to use the idea of sets and Venn Diagrams to sort through it.