| Your Results | Global Average | |
|---|---|---|
| Questions | 5 | 5 |
| Correct | 0 | 2.98 |
| Score | 0% | 60% |
For this diagram, the Pythagorean theorem states that b2 = ?
c2 - a2 |
|
c2 + a2 |
|
a2 - c2 |
|
c - a |
The Pythagorean theorem defines the relationship between the side lengths of a right triangle. The length of the hypotenuse squared (c2) is equal to the sum of the two perpendicular sides squared (a2 + b2): c2 = a2 + b2 or, solved for c, \(c = \sqrt{a + b}\)
What is the area of a circle with a diameter of 8?
| 4π | |
| 49π | |
| 7π | |
| 16π |
The formula for area is πr2. Radius is circle \( \frac{diameter}{2} \):
r = \( \frac{d}{2} \)
r = \( \frac{8}{2} \)
r = 4
a = πr2
a = π(42)
a = 16π
Solve for y:
y2 - 15y + 25 = -5y + 1
| 3 or 1 | |
| 7 or -1 | |
| 4 or -8 | |
| 4 or 6 |
The first step to solve a quadratic expression that's not set to zero is to solve the equation so that it is set to zero:
y2 - 15y + 25 = -5y + 1
y2 - 15y + 25 - 1 = -5y
y2 - 15y + 5y + 24 = 0
y2 - 10y + 24 = 0
Next, factor the quadratic equation:
y2 - 10y + 24 = 0
(y - 4)(y - 6) = 0
For this expression to be true, the left side of the expression must equal zero. Therefore, either (y - 4) or (y - 6) must equal zero:
If (y - 4) = 0, y must equal 4
If (y - 6) = 0, y must equal 6
So the solution is that y = 4 or 6
If a = c = 4, b = d = 7, what is the area of this rectangle?
| 45 | |
| 28 | |
| 24 | |
| 20 |
The area of a rectangle is equal to its length x width:
a = l x w
a = a x b
a = 4 x 7
a = 28
Factor y2 - 3y - 4
| (y + 4)(y + 1) | |
| (y - 4)(y - 1) | |
| (y - 4)(y + 1) | |
| (y + 4)(y - 1) |
To factor a quadratic expression, apply the FOIL method (First, Outside, Inside, Last) in reverse. First, find the two Last terms that will multiply to produce -4 as well and sum (Inside, Outside) to equal -3. For this problem, those two numbers are -4 and 1. Then, plug these into a set of binomials using the square root of the First variable (y2):
y2 - 3y - 4
y2 + (-4 + 1)y + (-4 x 1)
(y - 4)(y + 1)