| Your Results | Global Average | |
|---|---|---|
| Questions | 5 | 5 |
| Correct | 0 | 2.81 |
| Score | 0% | 56% |
How many 2 gallon cans worth of fuel would you need to pour into an empty 20 gallon tank to fill it exactly halfway?
| 8 | |
| 5 | |
| 10 | |
| 3 |
To fill a 20 gallon tank exactly halfway you'll need 10 gallons of fuel. Each fuel can holds 2 gallons so:
cans = \( \frac{10 \text{ gallons}}{2 \text{ gallons}} \) = 5
On average, the center for a basketball team hits 30% of his shots while a guard on the same team hits 35% of his shots. If the guard takes 30 shots during a game, how many shots will the center have to take to score as many points as the guard assuming each shot is worth the same number of points?
| 20 | |
| 43 | |
| 36 | |
| 33 |
guard shots made = shots taken x \( \frac{\text{% made}}{100} \) = 30 x \( \frac{35}{100} \) = \( \frac{35 x 30}{100} \) = \( \frac{1050}{100} \) = 10 shots
The center makes 30% of his shots so he'll have to take:
shots made = shots taken x \( \frac{\text{% made}}{100} \)
shots taken = \( \frac{\text{shots taken}}{\frac{\text{% made}}{100}} \)
to make as many shots as the guard. Plugging in values for the center gives us:
center shots taken = \( \frac{10}{\frac{30}{100}} \) = 10 x \( \frac{100}{30} \) = \( \frac{10 x 100}{30} \) = \( \frac{1000}{30} \) = 33 shots
to make the same number of shots as the guard and thus score the same number of points.
A menswear store is having a sale: "Buy one shirt at full price and get another shirt for 20% off." If Alex buys two shirts, each with a regular price of $40, how much will he pay for both shirts?
| $8.00 | |
| $32.00 | |
| $60.00 | |
| $72.00 |
By buying two shirts, Alex will save $40 x \( \frac{20}{100} \) = \( \frac{$40 x 20}{100} \) = \( \frac{$800}{100} \) = $8.00 on the second shirt.
So, his total cost will be
$40.00 + ($40.00 - $8.00)
$40.00 + $32.00
$72.00
What is \( \frac{5}{8} \) - \( \frac{7}{12} \)?
| \( \frac{6}{10} \) | |
| \(\frac{1}{24}\) | |
| 2 \( \frac{5}{13} \) | |
| \( \frac{8}{24} \) |
To subtract these fractions, first find the lowest common multiple of their denominators. The first few multiples of 8 are [8, 16, 24, 32, 40, 48, 56, 64, 72, 80] and the first few multiples of 12 are [12, 24, 36, 48, 60, 72, 84, 96]. The first few multiples they share are [24, 48, 72, 96] making 24 the smallest multiple 8 and 12 share.
Next, convert the fractions so each denominator equals the lowest common multiple:
\( \frac{5 x 3}{8 x 3} \) - \( \frac{7 x 2}{12 x 2} \)
\( \frac{15}{24} \) - \( \frac{14}{24} \)
Now, because the fractions share a common denominator, you can subtract them:
\( \frac{15 - 14}{24} \) = \( \frac{1}{24} \) = \(\frac{1}{24}\)
What is the next number in this sequence: 1, 4, 10, 19, 31, __________ ?
| 46 | |
| 42 | |
| 38 | |
| 49 |
The equation for this sequence is:
an = an-1 + 3(n - 1)
where n is the term's order in the sequence, an is the value of the term, and an-1 is the value of the term before an. This makes the next number:
a6 = a5 + 3(6 - 1)
a6 = 31 + 3(5)
a6 = 46