| Your Results | Global Average | |
|---|---|---|
| Questions | 5 | 5 |
| Correct | 0 | 3.24 |
| Score | 0% | 65% |
Charlie loaned Bob $300 at an annual interest rate of 7%. If no payments are made, what is the interest owed on this loan at the end of the first year?
| $40 | |
| $1 | |
| $60 | |
| $21 |
The yearly interest charged on this loan is the annual interest rate multiplied by the amount borrowed:
interest = annual interest rate x loan amount
i = (\( \frac{6}{100} \)) x $300
i = 0.07 x $300
i = $21
If a mayor is elected with 72% of the votes cast and 53% of a town's 21,000 voters cast a vote, how many votes did the mayor receive?
| 7,346 | |
| 8,125 | |
| 8,014 | |
| 9,906 |
If 53% of the town's 21,000 voters cast ballots the number of votes cast is:
(\( \frac{53}{100} \)) x 21,000 = \( \frac{1,113,000}{100} \) = 11,130
The mayor got 72% of the votes cast which is:
(\( \frac{72}{100} \)) x 11,130 = \( \frac{801,360}{100} \) = 8,014 votes.
Christine scored 85% on her final exam. If each question was worth 4 points and there were 240 possible points on the exam, how many questions did Christine answer correctly?
| 64 | |
| 51 | |
| 61 | |
| 48 |
Christine scored 85% on the test meaning she earned 85% of the possible points on the test. There were 240 possible points on the test so she earned 240 x 0.85 = 204 points. Each question is worth 4 points so she got \( \frac{204}{4} \) = 51 questions right.
a(b + c) = ab + ac defines which of the following?
commutative property for division |
|
commutative property for multiplication |
|
distributive property for division |
|
distributive property for multiplication |
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.
What is the next number in this sequence: 1, 4, 10, 19, 31, __________ ?
| 47 | |
| 53 | |
| 46 | |
| 42 |
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