exam 1 Flashcards
sections 8-9 review (45 cards)
[8.1] Solve for:
3 + | x | = -1
No solution/contradiction. An absolute value can not be negative.
[8.1] What is the first step to solving this equation?
(3/5x - 1/2) = (2/3x + 3/4)
Finding the least common denominator.
[8.1] Explain how you would solve this.
|x + 5| = |3x - 7|
You would first set both equations equal to each other without any changes, both sides stay the same.
x + 5 = 3x - 7
Then, you would set the second equation with both sides equal to each other but one side is set as negative and the other positive.
x + 5 = - (3x - 7)
[8.2] Explain the difference between a “trap” and an “or.”
A “trap” equation points towards the left side and is called a trap because you trap your x-value by adding another value to the left side.
EX: |x + 2| < 3
- 3 < x + 2 < 3
An “or” equation points towards the right side and your x-value must equal the opposite of the original equation OR the original equation as is.
EX: |x + 6| > 8
x + 6 < -8 OR
x + 6 > 8
[8.2] Solve for:
|x + 3| > - 5
All real numbers. An absolute value, which will always be positive, is always greater than a negative.
[8.2] Solve.
|x| = 3
x = - 3 OR x=3
[8.2] Solve.
|x| < 3
Trap equation.
-3 < x < 3
[8.2] Solve.
|x| > 3
“Or” equation.
x < -3 OR x > 3
[8.2] Solve.
|x| < - 3
No solution.
[8.2] Solve.
|x| > - 3
All real numbers.
[8.3] How do you find the x-intercept and the y-intercept of this equation?
x + 3y = 6
For the x-intercept, replace y with 0.
For the y-intercept, replace x with 0.
[8.3] What is the slope-intercept form equation for graphing?
y = mx + b
[8.3] What do the “m” and “b” represent in y = mx + b?
The “m” stands for the slope and “b” stands for the y-intercept.
[8.3] When given this slope formula “y = - 5/2x + 5” how does the negative affect the slope?
Since the slope is -5/2, the rise being -5 and the run being 2, the negative applies to the rise making it slope downward instead of up.
[8.3] What is the “run” in this slope?
f(x) = - 5x + 8
The run is 1, since the rise is a whole number, the denominator is 1.
[8.3] What is special about this slope formula?
f(x) = |x - 5|
It has a “v” shape.
[8.3] When a slope formula contains an absolute value, it has a special “v” shape when graphed, what is the bottom of the “v” called?
Vertex.
[8.3] What is the formula for a “V” graph? (absolute value)
f(x) = |x - h| + k
[8.3] In this formula, “|x - h| + k” what do the h and k stand for?
The vertex. (h, k)
EX: f(x) = |x - 2| - 4
vertex = ( 2, -4 )
[8.4] When factoring, if possible, the first step is…
to factor out the GCF. (Greatest Common Factor)
[8.4] After determining the number of terms in the polynomial, if there are 4 terms…
Factor by grouping.
[8.4] After determining the number of terms in the polynomial, if there are 3 terms…
Diamond or AC method.
Diamond: x^2 + bx + c
AC: ax^2 + bx + c
[8.4] After determining the number of terms in the polynomial, if there are 2 terms…
(HINT: 4 formulas)
Difference of squares: a^2 - b^2 = (a - b)(a + b)
Sum of squares: a^2 + b^2 = PRIME
Difference of cubes: a^3 - b^3 = (a - b)(a^2 + ab + b^2)
Sum of cubes: a^3 + b^3 = (a + b)(a^2 - ab + b^2)
[8.5] What is the best method for the following, elimination or substitution?
2x + y = 7
3x + 4y = 8
Elimination.