| Your Results | Global Average | |
|---|---|---|
| Questions | 5 | 5 |
| Correct | 0 | 3.27 |
| Score | 0% | 65% |
A triathlon course includes a 400m swim, a 40.8km bike ride, and a 14.4km run. What is the total length of the race course?
| 55.6km | |
| 54.6km | |
| 48.1km | |
| 52.5km |
To add these distances, they must share the same unit so first you need to first convert the swim distance from meters (m) to kilometers (km) before adding it to the bike and run distances which are already in km. To convert 400 meters to kilometers, divide the distance by 1000 to get 0.4km then add the remaining distances:
total distance = swim + bike + run
total distance = 0.4km + 40.8km + 14.4km
total distance = 55.6km
If \(\left|a\right| = 7\), which of the following best describes a?
a = 7 or a = -7 |
|
a = -7 |
|
a = 7 |
|
none of these is correct |
The absolute value is the positive magnitude of a particular number or variable and is indicated by two vertical lines: \(\left|-5\right| = 5\). In the case of a variable absolute value (\(\left|a\right| = 5\)) the value of a can be either positive or negative (a = -5 or a = 5).
A menswear store is having a sale: "Buy one shirt at full price and get another shirt for 30% off." If Charlie buys two shirts, each with a regular price of $38, how much will he pay for both shirts?
| $26.60 | |
| $47.50 | |
| $11.40 | |
| $64.60 |
By buying two shirts, Charlie will save $38 x \( \frac{30}{100} \) = \( \frac{$38 x 30}{100} \) = \( \frac{$1140}{100} \) = $11.40 on the second shirt.
So, his total cost will be
$38.00 + ($38.00 - $11.40)
$38.00 + $26.60
$64.60
Solve for \( \frac{3!}{4!} \)
| \( \frac{1}{4} \) | |
| \( \frac{1}{1680} \) | |
| 30 | |
| 840 |
A factorial is the product of an integer and all the positive integers below it. To solve a fraction featuring factorials, expand the factorials and cancel out like numbers:
\( \frac{3!}{4!} \)
\( \frac{3 \times 2 \times 1}{4 \times 3 \times 2 \times 1} \)
\( \frac{1}{4} \)
\( \frac{1}{4} \)
What is the next number in this sequence: 1, 5, 13, 25, 41, __________ ?
| 66 | |
| 53 | |
| 54 | |
| 61 |
The equation for this sequence is:
an = an-1 + 4(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 + 4(6 - 1)
a6 = 41 + 4(5)
a6 = 61