Problem |
Solution |
1) Charlie's class has 28 students in it (including himself). Of the 28 students, 15 have dogs, 12 have cats, and 6 have both. How many students have neither a cat nor a dog? |
Method 1: Use a Venn diagram
1. Draw a Venn diagram of the two classes of students and fill in the numbers. The number that don't have a cat or a dog are members of the Universal set that don't fall into either circle.
Your Venn diagram should look like this:
1. Compute the sum of the 3 parts =
    9 + 6 + 6 = 21.
2. 28 - 21 = 7 students.
Method 2: Use logic:
1. If 6 have both cats and dogs and there are 12 students that have cats then there are 6 students that have cats only. (12 - 6 = 6)
2. If 6 have both cats and dogs and there are 15 students that have dogs, then there are 9 students that have dogs only. (15 - 6 = 9)
3. Compute the sum of
    both dogs and cats 6,
    dogs only 9 and
    cats only = 6
    sum = (9 + 6 + 6) = 21
4. Subtract this from 28 = 28 - 21 = 7 students
|
2) Evaluate the following equation:
    If x = 4.7, y = 6.2, z = 8.3;
(Express to the nearest hundredth.)
3xy - 4y + 2 (z - 1.9) = ? |
Substitute the values for x, y, and z into the equation and solve.
    3 (4.7) (6.2) - 4(6.2) + 2(8.3 - 1.9) =
    87.42 - 24.8 + 2(6.4) =
    62.62 + 12.8 = 75.42
|
3) Mira's friend is having a birthday this month, but Mira always forgets the exact birthday. Mira's
friend reminds her that 1/3 of the birth date plus 52 equals two times as much as the birth date. What
is her friend's birthday? |
Let D be the birth date.
Solve the equation (1/3)D + 52 = 2 X D.
    D/3 + 25 = 2D
    2D - D/3 = 25
    5D/3 = 25
    5D = 75;   D = 15
|