High-Yield Problems · Instant Explanations · Score Tracker
📖 개념 → 예제 → 실전문제 → 해설 순서로 진행됩니다
오답률 높은 8개 단원 핵심 정리
If x² − 5x + 6 = 0, what are the values of x?
Factor: (x−2)(x−3) = 0
Line through (1,3) and (3,9): find slope.
m = (9−3)/(3−1) = 6/2 = 3 → y = 3x
A circle has radius 6. What is the arc length of a 60° sector?
Arc = (60/360)·2π·6 = (1/6)·12π = 2π
Data: {2, 4, 4, 6, 8, 100}. Mean vs Median?
Mean = (2+4+4+6+8+100)/6 = 124/6 ≈ 20.7; Median = (4+6)/2 = 5
If f(x) = 2x+1 and g(x) = x², find f(g(3)).
g(3) = 9, then f(9) = 2(9)+1 = 19
If 3 workers complete a job in 12 days, how many days for 9 workers? (inverse variation)
3×12 = 9×d → d = 36/9 = 4
Solve: |2x − 3| ≤ 7
−7 ≤ 2x−3 ≤ 7 → −4 ≤ 2x ≤ 10 → −2 ≤ x ≤ 5
A population of 500 grows at 20% per year. Population after 3 years?
y = 500 × (1.2)³ = 500 × 1.728 = 864
Here's your performance summary