| Your Results | Global Average | |
|---|---|---|
| Questions | 5 | 5 |
| Correct | 0 | 3.06 |
| Score | 0% | 61% |
If side a = 4, side b = 8, what is the length of the hypotenuse of this right triangle?
| \( \sqrt{98} \) | |
| \( \sqrt{74} \) | |
| \( \sqrt{113} \) | |
| \( \sqrt{80} \) |
According to the Pythagorean theorem, the hypotenuse squared is equal to the sum of the two perpendicular sides squared:
c2 = a2 + b2
c2 = 42 + 82
c2 = 16 + 64
c2 = 80
c = \( \sqrt{80} \)
The dimensions of this cube are height (h) = 5, length (l) = 4, and width (w) = 8. What is the volume?
| 160 | |
| 54 | |
| 3 | |
| 48 |
The volume of a cube is height x length x width:
v = h x l x w
v = 5 x 4 x 8
v = 160
Factor y2 + 7y - 18
| (y - 2)(y + 9) | |
| (y + 2)(y + 9) | |
| (y - 2)(y - 9) | |
| (y + 2)(y - 9) |
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 -18 as well and sum (Inside, Outside) to equal 7. For this problem, those two numbers are -2 and 9. Then, plug these into a set of binomials using the square root of the First variable (y2):
y2 + 7y - 18
y2 + (-2 + 9)y + (-2 x 9)
(y - 2)(y + 9)
Solve for c:
8c + 9 = -9 - 5c
| -2\(\frac{1}{2}\) | |
| -\(\frac{4}{9}\) | |
| -1 | |
| -1\(\frac{5}{13}\) |
To solve this equation, repeatedly do the same thing to both sides of the equation until the variable is isolated on one side of the equal sign and the answer on the other.
8c + 9 = -9 - 5c
8c = -9 - 5c - 9
8c + 5c = -9 - 9
13c = -18
c = \( \frac{-18}{13} \)
c = -1\(\frac{5}{13}\)
Solve for y:
y2 - 7y + 4 = 2y - 4
| 8 or -7 | |
| 1 or 8 | |
| 5 or -7 | |
| 7 or -4 |
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 - 7y + 4 = 2y - 4
y2 - 7y + 4 + 4 = 2y
y2 - 7y - 2y + 8 = 0
y2 - 9y + 8 = 0
Next, factor the quadratic equation:
y2 - 9y + 8 = 0
(y - 1)(y - 8) = 0
For this expression to be true, the left side of the expression must equal zero. Therefore, either (y - 1) or (y - 8) must equal zero:
If (y - 1) = 0, y must equal 1
If (y - 8) = 0, y must equal 8
So the solution is that y = 1 or 8