Problem |
Solution |
3) In a class of 30 students, exactly 5/6 have cell phones, exactly 2/5 have pocket calculators, and exactly 3/10 have both. How many of the students have neither? |
1. Compute the number of students that have cell phones:
    (5/6) x 30 = 25,
    the number that have calculators (2/5) x 30 = 12
    and the number that have both (3/10) x 30 = 9.
2. Compute the number who have cell phones but no calculators as the number who have cell phones - the number that have both =
    25 - 9 = 16.
3. Add this to the number that have calculators =
    16 + 12 = 2.
4. Subtract this from the total number of students =
    30 - 28 = 2 students
|
4) The sum of two positive integers is 30 and their product is 216. Find the positive distance between the two numbers. |
1. factor 216 into primes = 3 x 3 x 3 x 2 x 2 x 2
2. Notice that there are only 2 distinct primes in this list.
3. Combine the factors in groups of 2 or 3 until you find 2 that add to 30 = 12 (3x2x2) and 18(3x3x2)
4. Their difference is 6
|
5) Emmalee wrote 6 different numbers, one on each side of 3
cards, and laid the cards on a table as shown below. The sums
of the two numbers on each of the three cards are equal. The
three numbers on the hidden sides are prime numbers. What
are the hidden numbers behind each card? List them in order:
what number goes with 44, what number goes with 59 and
what number goes with 38?
|
Here are the primes up to 100:
    2 3 5 7 11 13 17 19 23 29 31 37 41
    43 47 53 59 61 67 71 73 79 83 89 97
1. Start with the largest number, 59, and add primes to it, starting at the lowest. Compute the sum and subtract the first card's value from it =
    (59 + 2) - 44 = 17.
2. If this is prime, do the same for the 3rd card =
    61 - 38 = 23
3. Repeat this process, going up through the primes until the number you add to 44 and the number you add to 38 are both prime.
4. The 3 numbers (left to right) are 17, 2, and 23
|