| Your Results | Global Average | |
|---|---|---|
| Questions | 5 | 5 |
| Correct | 0 | 3.00 |
| Score | 0% | 60% |
What is the next number in this sequence: 1, 3, 7, 13, 21, __________ ?
| 34 | |
| 31 | |
| 40 | |
| 29 |
The equation for this sequence is:
an = an-1 + 2(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 + 2(6 - 1)
a6 = 21 + 2(5)
a6 = 31
If a rectangle is twice as long as it is wide and has a perimeter of 48 meters, what is the area of the rectangle?
| 162 m2 | |
| 50 m2 | |
| 18 m2 | |
| 128 m2 |
The area of a rectangle is width (w) x height (h). In this problem we know that the rectangle is twice as long as it is wide so h = 2w. The perimeter of a rectangle is 2w + 2h and we know that the perimeter of this rectangle is 48 meters so the equation becomes: 2w + 2h = 48.
Putting these two equations together and solving for width (w):
2w + 2h = 48
w + h = \( \frac{48}{2} \)
w + h = 24
w = 24 - h
From the question we know that h = 2w so substituting 2w for h gives us:
w = 24 - 2w
3w = 24
w = \( \frac{24}{3} \)
w = 8
Since h = 2w that makes h = (2 x 8) = 16 and the area = h x w = 8 x 16 = 128 m2
What is \( \frac{6\sqrt{28}}{3\sqrt{7}} \)?
| 2 \( \sqrt{4} \) | |
| \(\frac{1}{4}\) \( \sqrt{\frac{1}{2}} \) | |
| \(\frac{1}{2}\) \( \sqrt{4} \) | |
| 2 \( \sqrt{\frac{1}{4}} \) |
To divide terms with radicals, divide the coefficients and radicands separately:
\( \frac{6\sqrt{28}}{3\sqrt{7}} \)
\( \frac{6}{3} \) \( \sqrt{\frac{28}{7}} \)
2 \( \sqrt{4} \)
\({b + c \over a} = {b \over a} + {c \over a}\) defines which of the following?
distributive property for multiplication |
|
commutative property for division |
|
distributive property for division |
|
commutative property for multiplication |
The distributive property for division helps in solving expressions like \({b + c \over a}\). It specifies that the result of dividing a fraction with multiple terms in the numerator and one term in the denominator can be obtained by dividing each term individually and then totaling the results: \({b + c \over a} = {b \over a} + {c \over a}\). For example, \({a^3 + 6a^2 \over a^2} = {a^3 \over a^2} + {6a^2 \over a^2} = a + 6\).
The total water usage for a city is 15,000 gallons each day. Of that total, 29% is for personal use and 61% is for industrial use. How many more gallons of water each day is consumed for industrial use over personal use?
| 15,000 | |
| 3,450 | |
| 4,800 | |
| 9,900 |
61% of the water consumption is industrial use and 29% is personal use so (61% - 29%) = 32% more water is used for industrial purposes. 15,000 gallons are consumed daily so industry consumes \( \frac{32}{100} \) x 15,000 gallons = 4,800 gallons.