11 Units · 220 Quiz Questions · 62 Flashcards · Diagnostic · Worked Examples · Practice Exam · Modeled on the NY Regents
Based on this guide's real question bank — 469 practice questions across 16 units. Slide to match your situation.
Compound inequality −3 < x ≤ 5 on a number line: open circle at −3 (not included), closed circle at 5 (included).
Slope = rise/run between two points on a line. This line rises 3 for every 2 it runs, so m = 3/2.
Two lines with different slopes cross at exactly one point — that point (x, y) is the system's one solution.
Parabola y = a(x−h)² + k opening upward: vertex at the minimum, axis of symmetry through the vertex.
Exponential growth (curving upward, compounding) eventually overtakes linear growth (straight line, constant amount added).
Box plot (five-number summary): whiskers reach the min and max, the box spans Q1 to Q3, and the line inside is the median.
Solve for x: 3x + 5 = 20
3x = 15, so x = 5.
Solve for x: 2(x − 4) = 10
2x − 8 = 10 → 2x = 18 → x = 9.
Solve for x: 5x − 3 = 2x + 12
3x = 15 → x = 5.
Solve the literal equation A = ½bh for h
Multiply both sides by 2, then divide by b: h = 2A/b.
Solve the literal equation I = Prt for r
Divide both sides by Pt: r = I/(Pt).
Solve the inequality: −2x + 6 > 10
−2x > 4 → x < −2 (flip the sign when dividing by a negative).
Solve the inequality: 4x − 7 ≤ 9
4x ≤ 16 → x ≤ 4.
Which equation has infinite solutions?
2x + 3 = 2x + 3 simplifies to a true statement (3 = 3) for every x, so it has infinite solutions.
Which equation has no solution?
3x + 1 = 3x + 4 simplifies to 1 = 4, a false statement — no value of x works.
Solve |x − 2| = 7
x − 2 = 7 → x = 9, or x − 2 = −7 → x = −5.
Which interval represents |x| < 4?
|x| < a means −a < x < a, so −4 < x < 4.
Which interval represents |x| > 3?
|x| > a means x < −a or x > a.
Solve for x: −3(x + 2) = 15
−3x − 6 = 15 → −3x = 21 → x = −7.
Solve for x: 6x − 4 = 2x + 12
4x = 16, so x = 4.
Solve for x: −5x + 3 = 18
−5x = 15, so x = −3.
Solve the literal equation for w: P = 2l + 2w
P − 2l = 2w, so w = (P − 2l)/2.
Solve the inequality: 5 − 2x ≤ 11
−2x ≤ 6 → x ≥ −3 (flip the sign when dividing by a negative).
Which value of x satisfies |2x − 4| = 10?
2x−4=10 → x=7, or 2x−4=−10 → x=−3.
Solve: 3(2x − 1) = 4x + 7
6x−3=4x+7 → 2x=10 → x=5.
Graph the solution to x > 5 on a number line. What kind of circle is used at 5?
Strict inequality (>) uses an open circle, since 5 itself is not included.
Find the slope between (2, 3) and (6, 11)
m = (11 − 3)/(6 − 2) = 8/4 = 2.
Find the slope between (−1, 5) and (3, −3)
m = (−3 − 5)/(3 − (−1)) = −8/4 = −2.
What is the slope of the line y = −3x + 7?
In y = mx + b form, m = −3.
What is the y-intercept of y = 5x − 2?
In y = mx + b form, b = −2.
A line has y-intercept 4 and slope −2. What is its equation?
y = mx + b with m = −2, b = 4.
Find the equation (in y = mx + b form) of the line with slope 3 through the point (2, 1)
y − 1 = 3(x − 2) → y − 1 = 3x − 6 → y = 3x − 5.
A line is parallel to y = 4x − 1. What is its slope?
Parallel lines have the same slope.
A line is perpendicular to y = 2x + 3. What is its slope?
Perpendicular slopes are negative reciprocals: the negative reciprocal of 2 is −1/2.
Which of these lines is horizontal?
y = 5 is a constant y-value for every x — a horizontal line.
What is the slope of a vertical line?
A vertical line's slope is undefined (division by zero in the slope formula).
Find the x-intercept of 2x + 3y = 12
Set y = 0: 2x = 12 → x = 6.
Find the y-intercept of 2x + 3y = 12
Set x = 0: 3y = 12 → y = 4.
Two lines have slopes 2/3 and −3/2. What is their relationship?
(2/3)(−3/2) = −1, so the lines are perpendicular.
Find the slope between (0, 0) and (4, −8)
m = (−8−0)/(4−0) = −2.
What is the y-intercept of y = −4x + 9?
In y=mx+b form, b=9.
Write the equation of the line through (0, −3) with slope 5
y = mx+b with m=5, b=−3.
A line is parallel to x = 7. Which of these could be its equation?
Vertical lines (x=constant) are parallel to other vertical lines.
Find the x-intercept of y = 3x − 12
Set y=0: 0=3x−12 → x=4.
Two lines have slopes −4 and 1/4. What is their relationship?
(−4)(1/4) = −1, so they are perpendicular.
Write the equation, in slope-intercept form, of the line through (4, 5) and (4, −1)
Both points share x=4, making this a vertical line — it has no slope-intercept form.
Solve by substitution: y = x + 2 and 2x + y = 11
2x + (x + 2) = 11 → 3x = 9 → x = 3, y = 5.
Solve by elimination: x + y = 10 and x − y = 2
Adding the equations: 2x = 12 → x = 6, then y = 4.
Solve by substitution: y = 2x and x + y = 9
x + 2x = 9 → 3x = 9 → x = 3, y = 6.
Solve: 2x + 3y = 12 and 2x − y = 4
Subtracting: (2x+3y)−(2x−y) = 12−4 → 4y = 8 → y = 2. Then 2x − 2 = 4 → x = 3.
How many solutions does the system y = 3x + 1 and y = 3x − 4 have?
Same slope (3), different y-intercepts — the lines are parallel and never meet.
How many solutions does the system y = 2x + 5 and 2y = 4x + 10 have?
Dividing the second equation by 2 gives y = 2x + 5 — the exact same line, so infinite solutions.
How many solutions does the system x + y = 7 and x − y = 1 have?
The lines have different slopes (−1 and 1), so they cross exactly once.
A system has two equations with the same slope but different y-intercepts. What do the graphs look like?
Same slope, different intercept — always parallel, never intersecting.
Solve: x + 2y = 8 and 3x − 2y = 8
Adding the equations: 4x = 16 → x = 4. Then 4 + 2y = 8 → y = 2.
When graphing y > 2x − 1, how should the boundary line be drawn?
Strict inequality (>) means a dashed line; shade above since y is greater than the line.
How do you determine which side of a boundary line to shade?
Plug a test point (often the origin) into the original inequality — if true, shade that side.
The solution region for a system of two linear inequalities is:
A system's solution must satisfy BOTH inequalities — only the overlap works.
Solve: 4x − y = 9 and x + y = 6
Adding the equations: 5x = 15 → x = 3. Then 3 + y = 6 → y = 3.
Solve by substitution: x = 3y and 2x + y = 21
2(3y)+y=21 → 7y=21 → y=3, x=9.
Solve by elimination: 2x + y = 9 and x − y = 3
Adding: 3x=12 → x=4, then y=9−8=1.
How many solutions does x − y = 4 and 2x − 2y = 8 have?
Dividing the second equation by 2 gives x−y=4, the same line — infinite solutions.
Solve: 4x − 3y = 1 and 2x + 3y = 11
Adding: 6x=12 → x=2. Then 8−3y=1 → y=7/3.
A system has one solution. What must be true about the two lines' slopes?
Different slopes guarantee the lines cross at exactly one point.
Graphing y ≤ −x + 2, which type of boundary line and shading is used?
≤ uses a solid line (included); shade below since y is less than or equal to the line.
Solve: y = 4 − x and x + y = 4
Substituting: x + (4−x) = 4 → 4=4, always true — the equations describe the same line.
Simplify: x⁴ · x³
Product rule: add the exponents, 4 + 3 = 7.
Simplify: x⁹ / x⁴
Quotient rule: subtract the exponents, 9 − 4 = 5.
Simplify: (x³)⁴
Power rule: multiply the exponents, 3 × 4 = 12.
Simplify: x⁰ (x ≠ 0)
Any nonzero number raised to the 0 power equals 1.
Simplify: x⁻³
A negative exponent flips the base to the denominator: x⁻³ = 1/x³.
Simplify: (2x²)³
Cube both factors: 2³ = 8 and (x²)³ = x⁶, giving 8x⁶.
What is the degree of 5x³ − 2x + 7?
The degree is the highest exponent present, which is 3.
Classify x² + 3x − 1 by its number of terms
It has three terms: x², 3x, and −1.
Add: (3x² + 2x − 5) + (x² − 4x + 1)
Combine like terms: (3x²+x²)=4x², (2x−4x)=−2x, (−5+1)=−4.
Subtract: (5x² + 3x) − (2x² − x)
Distribute the negative: 5x²+3x−2x²+x = 3x²+4x.
Multiply: (x + 3)(x + 5)
FOIL: x² + 5x + 3x + 15 = x² + 8x + 15.
Multiply: (x − 4)(x + 4)
This is a difference-of-squares pattern: x² − 16.
Multiply: 3x(2x² − 5x + 1)
Distribute 3x to every term: 6x³ − 15x² + 3x.
Simplify: (3x)² · x
(3x)²=9x², then times x gives 9x³.
Simplify: x¹² / x³
Subtract exponents: 12−3=9.
Simplify: (x⁻²)³
Multiply exponents: −2×3=−6.
What is the degree of the polynomial 7x⁴y² + 3xy?
Degree of a term is the sum of its exponents; 7x⁴y² has degree 4+2=6, the highest in the polynomial.
Add: (2x² − 3x + 4) + (−x² + 5x − 6)
(2−1)x² + (−3+5)x + (4−6) = x² + 2x − 2.
Multiply: (2x − 1)(x + 5)
FOIL: 2x²+10x−x−5 = 2x²+9x−5.
Simplify: (x²)⁰
Anything nonzero to the 0 power is 1.
Factor completely: 6x² + 9x
The GCF of 6x² and 9x is 3x: 3x(2x + 3).
Factor: x² + 7x + 12
Need two numbers that multiply to 12 and add to 7: 3 and 4.
Factor: x² − 2x − 15
Need two numbers that multiply to −15 and add to −2: −5 and 3.
Factor: x² − 9x + 20
Need two numbers that multiply to 20 and add to −9: −4 and −5.
Factor: x² − 16
Difference of squares: a² − b² = (a+b)(a−b), with a=x, b=4.
Factor: 4x² − 25
Difference of squares: (2x)² − 5² = (2x−5)(2x+5).
Factor: x² + 10x + 25
This is a perfect square trinomial: (x+5)(x+5) = (x+5)².
Which expression does NOT factor over the real numbers?
A sum of squares like x² + 9 has no real-number factoring pattern.
Factor completely: 2x² + 8x + 8
Pull out the GCF of 2 first: 2(x² + 4x + 4) = 2(x+2)².
Factor by grouping: x³ + 3x² + 2x + 6
Group (x³+3x²)+(2x+6) = x²(x+3) + 2(x+3) = (x+3)(x²+2).
What should you always check for first when factoring any polynomial?
Always pull out a GCF first — it makes every later step simpler.
Factor: x² − x − 6
Need two numbers that multiply to −6 and add to −1: −3 and 2.
Factor completely: 3x² + 9x − 12
Pull out the GCF of 3: 3(x² + 3x − 4) = 3(x+4)(x−1).
Factor: x² − 25
Difference of squares: x² − 5² = (x−5)(x+5).
Factor: x² + 12x + 36
Perfect square trinomial: (x+6)(x+6) = (x+6)².
Factor: x² + x − 20
Need two numbers that multiply to −20 and add to 1: 5 and −4.
Factor completely: 5x² − 20
GCF of 5 first: 5(x²−4) = 5(x−2)(x+2).
Factor: x² − 3x − 18
Need two numbers that multiply to −18 and add to −3: −6 and 3.
Which of these is a difference of squares?
x² − 49 = x² − 7² fits the a²−b² pattern.
Factor by grouping: x³ + 5x² + 2x + 10
Group (x³+5x²)+(2x+10) = x²(x+5)+2(x+5) = (x+5)(x²+2).
Solve by factoring: x² − 5x + 6 = 0
(x−2)(x−3)=0, so x = 2 or x = 3.
Solve: x² − 9 = 0
(x−3)(x+3)=0, so x = 3 or x = −3.
Solve: x² + 4x = 0
x(x+4)=0, so x = 0 or x = −4.
Use the quadratic formula to solve x² + 2x − 8 = 0
a=1,b=2,c=−8. Discriminant = 4+32=36, √36=6. x=(−2±6)/2 → x=2 or x=−4.
Use the quadratic formula to solve x² − 4x + 4 = 0
Discriminant = 16−16=0, so there's exactly one solution: x=(4±0)/2=2.
For ax² + bx + c = 0, the discriminant is:
The discriminant is the expression under the square root: b² − 4ac.
A quadratic has discriminant = −12. How many real solutions does it have?
A negative discriminant means no real solutions (the parabola never touches the x-axis).
A quadratic has discriminant = 25. How many real solutions does it have?
A positive discriminant means two distinct real solutions.
A quadratic has discriminant = 0. How many real solutions does it have?
A discriminant of exactly 0 means one real solution (the vertex touches the x-axis).
For y = 2x² − 8x + 3, does the parabola open up or down?
Since a = 2 > 0, the parabola opens upward.
Find the axis of symmetry for y = x² − 6x + 5
Axis of symmetry: x = −b/2a = −(−6)/2(1) = 3.
Find the axis of symmetry for y = 2x² + 8x + 1
Axis of symmetry: x = −b/2a = −8/(2·2) = −2.
The vertex of a parabola is:
The vertex is the maximum point (if it opens down) or minimum point (if it opens up).
Solve: x² = 49
Taking the square root of both sides gives x = ±7.
Solve by factoring: x² + x − 12 = 0
(x−3)(x+4)=0, so x=3 or x=−4.
Solve: x² − 25 = 0
(x−5)(x+5)=0, so x=±5.
Use the quadratic formula to solve x² − 6x + 5 = 0
a=1,b=−6,c=5. disc=36−20=16, √16=4. x=(6±4)/2 → x=5 or x=1.
A quadratic has discriminant = 0. Describe its graph.
A zero discriminant means one repeated real solution — the vertex sits exactly on the x-axis.
For y = −3x² + 12x − 5, does the parabola open up or down?
Since a=−3 < 0, the parabola opens downward.
Find the axis of symmetry for y = x² + 4x − 1
x = −b/2a = −4/2 = −2.
Solve: 2x² = 32
x² = 16, so x = ±4.
Simplify √48
48 = 16 · 3, so √48 = √16 · √3 = 4√3.
Simplify √72
72 = 36 · 2, so √72 = √36 · √2 = 6√2.
Simplify √20
20 = 4 · 5, so √20 = √4 · √5 = 2√5.
Simplify: 3√2 + 5√2
Like radicals combine by adding coefficients: (3+5)√2 = 8√2.
Simplify: 7√3 − 2√3
Like radicals: (7−2)√3 = 5√3.
Which expression CANNOT be simplified by combining like radicals?
√2 and √3 have different numbers under the root — they are not like radicals.
Multiply: √3 · √12
√3 · √12 = √36 = 6.
Which expression equals x^(1/2)?
A power of 1/n equals the nth root: x^(1/2) = √x.
Which expression equals x^(2/3)?
x^(m/n) = ⁿ√(xᵐ), so x^(2/3) = ∛(x²).
Solve: √(x + 3) = 5
Square both sides: x+3=25 → x=22. Check: √25=5 ✓.
Solve: √(2x − 1) = 3
Square both sides: 2x−1=9 → x=5. Check: √9=3 ✓.
Solve: √x = −4
Squaring gives x=16, but √16=4, not −4 — this is extraneous, so there is no real solution.
Why must you check solutions to radical equations in the original equation?
Squaring both sides can create solutions that don't actually satisfy the original equation.
Simplify √75
75 = 25·3, so √75 = 5√3.
Simplify √32
32 = 16·2, so √32 = 4√2.
Simplify: 4√5 + 3√5
Like radicals: (4+3)√5 = 7√5.
Simplify: √6 · √3
√6·√3 = √18 = √(9·2) = 3√2.
Simplify x^(3/2) using radical notation
x^(3/2) = √(x³) (the denominator 2 is the root, numerator 3 is the power).
Solve √(3x) = 9
Square both sides: 3x=81 → x=27.
Solve √(x − 1) = −3
Squaring gives x=10, but √9=3≠−3 — extraneous, so there's no real solution.
A population of 500 grows 6% per year. Which equation models this?
Growth: y = a(1+r)ᵗ with a=500, r=0.06.
A car worth $20,000 depreciates 10% per year. Which equation models its value?
Decay: y = a(1−r)ᵗ with a=20000, r=0.10, so the factor is 0.9.
In y = a(1 + r)ᵗ, if r = 0.08, this represents:
r as a decimal of 0.08 means an 8% growth rate.
In y = a(1 − r)ᵗ, if r = 0.15, this represents:
Subtracting r means decay — a 15% decay rate.
Find the common difference: 4, 9, 14, 19, ...
Each term increases by 5 (9−4=5, 14−9=5).
Find the common ratio: 3, 6, 12, 24, ...
Each term is multiplied by 2 (6/3=2, 12/6=2).
Find the 10th term of the arithmetic sequence with a₁ = 3, d = 4
aₙ = a₁+(n−1)d = 3+(9)(4) = 3+36 = 39.
Find the 6th term of the geometric sequence with a₁ = 2, r = 3
aₙ = a₁·r^(n−1) = 2·3⁵ = 2·243 = 486.
Find the 5th term of the arithmetic sequence 7, 11, 15, 19, ...
d=4, a₅ = 7+(4)(4) = 23.
Is the sequence 2, 4, 8, 16, ... arithmetic or geometric?
Each term is multiplied by 2 (a constant ratio), so it's geometric.
Is the sequence 5, 8, 11, 14, ... arithmetic or geometric?
Each term increases by 3 (a constant difference), so it's arithmetic.
Which grows faster in the long run: linear growth or exponential growth?
No matter the starting values, exponential growth eventually outpaces linear growth.
The explicit formula for an arithmetic sequence is:
Arithmetic sequences add the common difference d, using (n−1) steps from the first term.
A population of 800 declines 4% per year. Which equation models this?
Decay factor is 1−0.04=0.96.
Find the common difference: 20, 15, 10, 5, ...
Each term decreases by 5.
Find the common ratio: 1, 1/3, 1/9, 1/27, ...
Each term is multiplied by 1/3.
Find the 12th term of the arithmetic sequence with a₁ = 6, d = 2
a₁₂ = 6+(11)(2) = 28.
Find the 4th term of the geometric sequence with a₁ = 5, r = 4
a₄ = 5·4³ = 5·64 = 320.
Which type of sequence corresponds to a LINEAR function?
Arithmetic sequences (constant difference) match linear functions.
In y = a(1+r)ᵗ, what does 'a' represent?
'a' is the starting amount before any growth or decay is applied.
Find the mean of 4, 7, 9, 12, 13
Sum = 45, divided by 5 values = 9.
Find the median of 3, 8, 5, 12, 9
Ordered: 3, 5, 8, 9, 12 — the middle value is 8.
Find the median of 2, 4, 6, 8
With an even count, average the two middle values: (4+6)/2 = 5.
Find the mode of 2, 3, 3, 5, 7, 3, 8
3 appears three times, more than any other value.
Find the range of 12, 5, 19, 8, 3
Range = max − min = 19 − 3 = 16.
A data set has Q1 = 10 and Q3 = 22. Find the IQR.
IQR = Q3 − Q1 = 22 − 10 = 12.
Which measure of center is LEAST affected by an outlier?
The median only depends on the middle position, not the actual size of extreme values.
In a box plot, the line inside the box represents the:
The line inside the box marks the median (Q2).
In a box plot, the box itself spans from:
The box represents the interquartile range, from Q1 to Q3.
A distribution is skewed right. Which is true?
A right-skewed tail pulls the mean higher than the median.
A distribution is skewed left. Which is true?
A left-skewed tail pulls the mean lower than the median.
Which measure of spread is MOST resistant to outliers?
IQR only uses the middle 50% of data, so extreme outliers don't affect it.
For the data set 1, 2, 3, 4, 100 — which measure of center is most affected by the outlier 100?
The mean is pulled dramatically higher by the outlier; the median stays at 3.
Find the mean of 6, 10, 14, 18, 22
Sum=70, divided by 5 = 14.
Find the median of 9, 2, 7, 4, 11, 6
Ordered: 2,4,6,7,9,11 — average the two middle values (6,7): 6.5.
Find the range of 45, 12, 38, 7, 29
Range = max − min = 45 − 7 = 38.
A data set has Q1=15 and Q3=27. Find the IQR
IQR = Q3−Q1 = 27−15 = 12.
In a box plot, what does a longer whisker on one side suggest?
A longer whisker indicates the data extends further and is more spread out on that side.
Which measure of center would be most useful for a strongly skewed data set?
The median resists the pull of extreme values, making it more representative in a skewed distribution.
A histogram has a long tail extending to the left. How does this describe the distribution?
A distribution is named for the direction its tail stretches — a left-stretching tail means skewed left.
A scatter plot shows points trending upward from left to right. This shows:
An upward trend means as x increases, y tends to increase — positive association.
A scatter plot shows points trending downward from left to right. This shows:
A downward trend means as x increases, y tends to decrease — negative association.
A correlation coefficient of r = 0.95 indicates:
r close to +1 means a strong positive linear correlation.
A correlation coefficient of r = −0.88 indicates:
r close to −1 means a strong negative linear correlation.
A correlation coefficient close to r = 0.05 indicates:
r near 0 means little to no LINEAR relationship.
Which value of r shows the STRONGEST linear relationship?
Strength depends on |r| — |−0.91| = 0.91 is closest to 1.
The line that minimizes overall distance to all points on a scatter plot is called the:
This is the regression line, or line of best fit.
A residual is:
A residual = actual y − predicted y for a given data point.
Predicting a y-value using an x-value far outside the range of the collected data is called:
Extrapolation goes beyond the collected data range and is less reliable.
A strong correlation between ice cream sales and drowning incidents does NOT mean ice cream causes drowning because:
A lurking (third) variable — like summer heat — likely drives both.
If r = 1 exactly, the data points:
r = 1 is a perfect positive linear correlation — every point lies exactly on the line.
Interpolation means predicting a value:
Interpolation stays within the range of the data already collected, so it's more reliable.
A scatter plot shows no clear pattern between x and y. What kind of association is this?
Randomly scattered points with no trend indicate no association.
Which correlation coefficient indicates the weakest linear relationship?
|0.02| is closest to 0, indicating almost no linear relationship.
A line of best fit is ŷ = −2x + 50. What does the slope tell you?
The slope −2 means y decreases by 2 units for each 1-unit increase in x.
Using ŷ = 3x + 10, predict y when x = 5
ŷ = 3(5)+10 = 25.
Which best describes a residual?
A residual measures how far off a prediction was from the actual data point.
Two variables have r = 0.91. What can you conclude?
A strong r shows correlation, not proof of causation.
Predicting a value using x far beyond the range of the collected data is risky because:
Extrapolating beyond the observed data range reduces prediction reliability.
If f(x) = 2x + 3, find f(4)
f(4) = 2(4) + 3 = 11.
If f(x) = x² − 1, find f(3)
f(3) = 3² − 1 = 9 − 1 = 8.
If f(x) = 3x − 5, find f(−2)
f(−2) = 3(−2) − 5 = −6 − 5 = −11.
If g(x) = x² + 2x, find g(−1)
g(−1) = (−1)² + 2(−1) = 1 − 2 = −1.
What does f(x) mean?
f(x) is notation for 'the output of f when the input is x' — not multiplication.
What is the domain of f(x) = 1/(x − 3)?
The denominator cannot equal 0, so x ≠ 3.
What is the domain of f(x) = √(x − 5)?
The expression under the root cannot be negative: x − 5 ≥ 0 → x ≥ 5.
Which test determines if a graph represents a function?
The Vertical Line Test: if any vertical line crosses the graph more than once, it's not a function.
A relation contains the points (2, 3), (2, 5), (4, 7). Is this a function?
x = 2 maps to both 3 and 5 — a function cannot have one input with two different outputs.
A relation contains the points (1, 4), (2, 4), (3, 6). Is this a function?
Repeated y-values are fine — a function is only broken by a repeated x-value with different outputs.
The graph of f(x) + 3 compared to f(x) is shifted:
Adding outside the function shifts the graph vertically — up 3 units.
The graph of f(x − 2) compared to f(x) is shifted:
Subtracting inside the function shifts the graph right — horizontal shifts feel backwards.
Find the average rate of change of f(x) = x² between x = 1 and x = 3
f(1)=1, f(3)=9. Average rate of change = (9−1)/(3−1) = 8/2 = 4.
If f(x) = 5x − 2, find f(0)
f(0) = 5(0)−2 = −2.
If f(x) = x² + 4, find f(−3)
f(−3) = 9+4 = 13.
What is the domain of f(x) = 3/(x+5)?
The denominator cannot be zero, so x ≠ −5.
A relation contains (1,2), (2,4), (3,6), (1,8). Is this a function?
x=1 maps to both 2 and 8, which violates the definition of a function.
The graph of g(x) = f(x) − 4 compared to f(x) is:
Subtracting outside the function shifts the graph down.
Which relation passes the Vertical Line Test?
y=x² is a function — every vertical line crosses it exactly once. The others fail the test.
Find the average rate of change of f(x) = 2x + 3 between x=1 and x=4
For a linear function, average rate of change always equals the slope: 2.
| Pattern | Form | Example |
|---|---|---|
| Greatest Common Factor | ab + ac = a(b + c) | 6x² + 9x = 3x(2x + 3) |
| Trinomial (a = 1) | x² + bx + c = (x + p)(x + q), pq=c, p+q=b | x² + 7x + 12 = (x+3)(x+4) |
| Difference of Squares | a² − b² = (a+b)(a−b) | x² − 16 = (x+4)(x−4) |
| Perfect Square Trinomial | a² + 2ab + b² = (a+b)² | x² + 10x + 25 = (x+5)² |
| Factoring by Grouping | ax³+bx²+cx+d → pair and factor | x³+3x²+2x+6 = (x+3)(x²+2) |
| Change | Effect on Graph |
|---|---|
| f(x) + k | Shifts UP k units (k > 0) |
| f(x) − k | Shifts DOWN k units |
| f(x − k) | Shifts RIGHT k units (feels backwards) |
| f(x + k) | Shifts LEFT k units |
| −f(x) | Reflects over the x-axis |
| f(−x) | Reflects over the y-axis |