| Your Results | Global Average | |
|---|---|---|
| Questions | 5 | 5 |
| Correct | 0 | 3.83 |
| Score | 0% | 77% |
Which of the following is not an integer?
\({1 \over 2}\) |
|
-1 |
|
0 |
|
1 |
An integer is any whole number, including zero. An integer can be either positive or negative. Examples include -77, -1, 0, 55, 119.
A menswear store is having a sale: "Buy one shirt at full price and get another shirt for 10% off." If Frank buys two shirts, each with a regular price of $10, how much will he pay for both shirts?
| $19.00 | |
| $12.50 | |
| $1.00 | |
| $9.00 |
By buying two shirts, Frank will save $10 x \( \frac{10}{100} \) = \( \frac{$10 x 10}{100} \) = \( \frac{$100}{100} \) = $1.00 on the second shirt.
So, his total cost will be
$10.00 + ($10.00 - $1.00)
$10.00 + $9.00
$19.00
a(b + c) = ab + ac defines which of the following?
commutative property for division |
|
commutative property for multiplication |
|
distributive property for multiplication |
|
distributive property for division |
The distributive property for multiplication helps in solving expressions like a(b + c). It specifies that the result of multiplying one number by the sum or difference of two numbers can be obtained by multiplying each number individually and then totaling the results: a(b + c) = ab + ac. For example, 4(10-5) = (4 x 10) - (4 x 5) = 40 - 20 = 20.
Which of the following is a mixed number?
\({7 \over 5} \) |
|
\({5 \over 7} \) |
|
\(1 {2 \over 5} \) |
|
\({a \over 5} \) |
A rational number (or fraction) is represented as a ratio between two integers, a and b, and has the form \({a \over b}\) where a is the numerator and b is the denominator. An improper fraction (\({5 \over 3} \)) has a numerator with a greater absolute value than the denominator and can be converted into a mixed number (\(1 {2 \over 3} \)) which has a whole number part and a fractional part.
What is the next number in this sequence: 1, 9, 17, 25, 33, __________ ?
| 43 | |
| 41 | |
| 46 | |
| 33 |
The equation for this sequence is:
an = an-1 + 8
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 + 8
a6 = 33 + 8
a6 = 41