| Your Results | Global Average | |
|---|---|---|
| Questions | 5 | 5 |
| Correct | 0 | 3.53 |
| Score | 0% | 71% |
Which of the following is not a part of PEMDAS, the acronym for math order of operations?
addition |
|
division |
|
exponents |
|
pairs |
When solving an equation with two variables, 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.)
Factor y2 - y - 2
| (y + 2)(y - 1) | |
| (y - 2)(y + 1) | |
| (y - 2)(y - 1) | |
| (y + 2)(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 -2 as well and sum (Inside, Outside) to equal -1. For this problem, those two numbers are -2 and 1. Then, plug these into a set of binomials using the square root of the First variable (y2):
y2 - y - 2
y2 + (-2 + 1)y + (-2 x 1)
(y - 2)(y + 1)
A(n) __________ is two expressions separated by an equal sign.
problem |
|
expression |
|
formula |
|
equation |
An equation is two expressions separated by an equal sign. The key to solving equations is to 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.
Which of the following expressions contains exactly two terms?
monomial |
|
quadratic |
|
binomial |
|
polynomial |
A monomial contains one term, a binomial contains two terms, and a polynomial contains more than two terms.
Solve for a:
a2 + 6a - 49 = 3a + 5
| 1 or -8 | |
| -2 or -6 | |
| 6 or -9 | |
| 6 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:
a2 + 6a - 49 = 3a + 5
a2 + 6a - 49 - 5 = 3a
a2 + 6a - 3a - 54 = 0
a2 + 3a - 54 = 0
Next, factor the quadratic equation:
a2 + 3a - 54 = 0
(a - 6)(a + 9) = 0
For this expression to be true, the left side of the expression must equal zero. Therefore, either (a - 6) or (a + 9) must equal zero:
If (a - 6) = 0, a must equal 6
If (a + 9) = 0, a must equal -9
So the solution is that a = 6 or -9