| Your Results | Global Average | |
|---|---|---|
| Questions | 5 | 5 |
| Correct | 0 | 3.47 |
| Score | 0% | 69% |
If c = 3 and z = 8, what is the value of c(c - z)?
| 70 | |
| -15 | |
| -28 | |
| -315 |
To solve this equation, replace the variables with the values given and then solve the now variable-free equation. (Remember order of operations, PEMDAS, Parentheses, Exponents, Multiplication/Division, Addition/Subtraction.)
c(c - z)
1(3)(3 - 8)
1(3)(-5)
(3)(-5)
-15
What is 2a8 + 4a8?
| 6a16 | |
| -2a16 | |
| 6a8 | |
| 8a8 |
To combine like terms, add or subtract the coefficients (the numbers that come before the variables) of terms that have the same variable raised to the same exponent.
2a8 + 4a8 = 6a8
A right angle measures:
360° |
|
180° |
|
45° |
|
90° |
A right angle measures 90 degrees and is the intersection of two perpendicular lines. In diagrams, a right angle is indicated by a small box completing a square with the perpendicular lines.
When two lines intersect, adjacent angles are __________ (they add up to 180°) and angles across from either other are __________ (they're equal).
vertical, supplementary |
|
supplementary, vertical |
|
acute, obtuse |
|
obtuse, acute |
Angles around a line add up to 180°. Angles around a point add up to 360°. When two lines intersect, adjacent angles are supplementary (they add up to 180°) and angles across from either other are vertical (they're equal).
Solve for x:
x2 - 6x - 19 = -2x + 2
| 9 or 8 | |
| -3 or 7 | |
| 7 or 1 | |
| 3 or -7 |
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:
x2 - 6x - 19 = -2x + 2
x2 - 6x - 19 - 2 = -2x
x2 - 6x + 2x - 21 = 0
x2 - 4x - 21 = 0
Next, factor the quadratic equation:
x2 - 4x - 21 = 0
(x + 3)(x - 7) = 0
For this expression to be true, the left side of the expression must equal zero. Therefore, either (x + 3) or (x - 7) must equal zero:
If (x + 3) = 0, x must equal -3
If (x - 7) = 0, x must equal 7
So the solution is that x = -3 or 7