Hard word problems · Key topics · Multiple choice · Instant feedback
0 of 20 answered
⭐ Score: 0 / 20
Chapter 1 · Functions & Transformations
01
FunctionsHard
⚡ Quick Memory Point
f(x−h) → shift RIGHT h | f(x+h) → shift LEFT h −f(x) → reflect OVER x-axis | f(−x) → reflect OVER y-axis
A water park designs a slide whose height (in meters) above the ground is modeled by
h(t) = −2(t − 3)² + 18, where t is seconds after launch.
A second slide is built with the model g(t) = h(−t + 5).
What single transformation maps h to g, and what is g's maximum height?
Hint: rewrite g(t) by substituting (−t + 5) into h.
📘 Worked Mini-Example
If f(x)=x², then f(−x+2) = (−x+2)² = (x−2)² — reflected over y-axis AND shifted right 2. Always factor out the negative first!
02
Domain & RangeHard
⚡ Quick Memory Point
EVEN root → radicand ≥ 0 | Denominator → ≠ 0 Combine restrictions with AND (intersection)
A biologist models population density as
f(x) = √(4x − 8)x² − 9
where x represents kilometers from a river.
What is the domain of f(x)?
03
Inverse FunctionsHard
⚡ Quick Memory Point
f⁻¹(f(x)) = x | Swap x↔y then solve for y Domain of f = Range of f⁻¹ (and vice versa)
A chemist converts Celsius to Kelvin with K(C) = C + 273.15.
She then applies a pressure-scaling model: P(K) = 3K² − 5 for K ≥ 0.
What is (P ∘ K)⁻¹(x)? (the inverse of the composite function)
An engineer models beam deflection with
D(x) = −2x(x − 4)²(x + 1)³
where x is position in meters.
At which x-values does the beam cross the x-axis (deflection changes sign), and at which does it only touch?
05
Remainder TheoremMedium-Hard
⚡ Quick Memory Point
Remainder Theorem: f(a) = remainder when f(x) ÷ (x−a) Factor Theorem: f(a)=0 ↔ (x−a) is a factor
A factory's profit (in thousands) over t years is modeled by
P(t) = 2t³ − 7t² + kt − 3.
When the factory was 2 years old, the profit remainder upon dividing by (t − 2) was 5.
Find k, then determine whether (t − 2) is a factor of P(t).
06
Polynomial InequalitiesHard
⚡ Quick Memory Point
Sign chart: find zeros → test intervals → check ≥ or > Always include endpoints when ≥ or ≤
During which time interval(s) is A(t) ≥ 0? (i.e., the projectile is at or above ground)
Chapter 3 · Rational Functions
07
AsymptotesHard
⚡ Quick Memory Point
HA: compare degrees (top vs bottom) deg↑>deg↓ → oblique asy (do long division!) VA: denominator = 0 AND doesn't cancel
A drone's speed (m/s) relative to wind resistance is modeled by
S(w) = 2w² − 3w + 1w − 2.
Find all asymptotes of S(w) and classify each.
08
Rational InequalitiesHard
⚡ Quick Memory Point
NEVER multiply both sides by variable (sign unknown!) Move everything to ONE side → sign chart
A car's fuel efficiency (km/L) must satisfy:
x + 3x − 1 > 2
Solve the inequality for x.
Chapter 4 · Exponential & Logarithmic Functions
09
Exponential GrowthHard
⚡ Quick Memory Point
Doubling time T: A = A₀·2^(t/T) Continuous: A = A₀·eᵏᵗ | k = ln(2)/T
A bacterial colony starts with 500 cells and doubles every 3 hours.
A second colony starts 6 hours later with 4000 cells and grows continuously at a rate of k = ln(2)/3 per hour.
After how many hours from the start (t = 0) do both colonies have equal population?
10
Logarithm LawsHard
⚡ Quick Memory Point
log(AB)=logA+logB | log(A/B)=logA−logB log(Aⁿ)=n·logA | Change of base: log_b(x)=ln(x)/ln(b)
An earthquake's Richter magnitude is given by M = log10(I/I₀).
Earthquake A is magnitude 5.2 and earthquake B is magnitude 7.8.
How many times MORE intense is earthquake B compared to earthquake A? (exact form)
10^(7.8 − 5.2) = 10^2.6 ≈ ?
11
Log EquationsHard
⚡ Quick Memory Point
ALWAYS check: argument of log must be > 0 Extraneous solutions often appear — verify!
A sound engineer uses: log₂(x − 3) + log₂(x + 1) = 5 to model audio signal x (watts).
Solve for x and state whether any solutions must be rejected.
Chapter 5 · Trigonometry
12
Sinusoidal ModelsHard
⚡ Quick Memory Point
y = A·sin(Bx−C)+D | A=amplitude | Period=2π/B Phase shift = C/B | Midline = D
Ocean tides at a harbor follow: max depth = 12 m at 2:00 AM, min depth = 4 m at 8:00 AM.
Write the sinusoidal model D(t), then find the depth at t = 5 AM.
13
Trig IdentitiesHard
⚡ Quick Memory Point
sin²θ+cos²θ=1 → sin²θ=1−cos²θ Work on ONE side only. Convert to sin/cos first.
A physics student needs to simplify a wave equation and encounters:
1 − cos²θsinθ + sin²θ1 + cosθ
What does this expression simplify to?
14
Trig EquationsHard
⚡ Quick Memory Point
General solution: sin=k → θ = arcsin(k) + 2πn OR π−arcsin(k) + 2πn cos=k → θ = ±arccos(k) + 2πn
An electrical engineer solves for current zero-crossings using:
2sin²x − sinx − 1 = 0, where 0 ≤ x < 2π.
Find all solutions in [0, 2π).
Chapter 6 · Sequences & Series
15
Geometric SeriesHard
⚡ Quick Memory Point
Infinite Geo Sum: S = a/(1−r), only if |r| < 1 Finite: Sₙ = a(1−rⁿ)/(1−r)
A bouncing ball drops from 10 m. Each bounce reaches 60% of the previous height.
What is the TOTAL distance the ball travels (up AND down), including the initial drop?
Two radio towers are 26 km apart and located at the foci of a hyperbola.
A ship receives signals such that the difference in distances to the two towers is always 10 km.
Write the standard form equation of the hyperbola (center at origin, foci on x-axis).
Chapter 8 · Combinatorics & Binomial Theorem
19
Binomial TheoremHard
⚡ Quick Memory Point
General term: T(r+1) = C(n,r)·aⁿ⁻ʳ·bʳ To find specific term: set the power you want → solve for r
A pharmaceutical company models drug concentration using the expansion of
(2x − 1x)⁸.
Find the term that is independent of x (the constant term) in the expansion.
T(r+1) = C(8,r) · (2x)^(8−r) · (−1/x)^r
20
Permutations & CombinationsHard
⚡ Quick Memory Point
ORDER matters → Permutation P(n,r)=n!/(n−r)! ORDER doesn't matter → Combination C(n,r)=n!/r!(n−r)!
A committee of 5 must be chosen from 7 men and 6 women.
The committee must include at least 2 women.
How many such committees are possible?
💡 Strategy Hint
Use complementary counting OR add up cases: exactly 2W, exactly 3W, exactly 4W, exactly 5W.
Cases: (2W+3M), (3W+2M), (4W+1M), (5W+0M). Add all.