All Core Topics · Authentic Difficulty · Instant Feedback
20
Questions
60
Minutes
8
Topics
5★
Difficulty
⏱60:00
Core Concepts & Formulas
01
Pre-Algebra & Number Theory
Topic 1
Memorize: Order of operations (PEMDAS), LCM/GCF, percent formula: Part = Percent × Whole, absolute value |x| = distance from 0.
Percent Change = ((New − Old) / Old) × 100%
Example
A shirt costs $40. After a 25% discount, what is the sale price?
✓ Sale price = 40 × (1 − 0.25) = 40 × 0.75 = $30
02
Algebra: Linear & Quadratic
Topic 2
Memorize: Slope = (y₂−y₁)/(x₂−x₁); Slope-intercept: y = mx + b; Quadratic formula: x = [−b ± √(b²−4ac)] / 2a; FOIL for (a+b)² = a²+2ab+b²
Quadratic Formula: x = [−b ± √(b² − 4ac)] / 2a
Example
Solve: x² − 5x + 6 = 0
✓ Factor: (x−2)(x−3) = 0 → x = 2 or x = 3
03
Functions & Graphs
Topic 3
Memorize: f(g(x)) = composite function; Domain: all valid x values; Range: all resulting y values; Vertex of parabola: x = −b/2a; Transformations: f(x)+k shifts up, f(x−h) shifts right.
Vertex: x = −b/(2a), y = f(−b/2a)
Example
If f(x) = 2x + 3 and g(x) = x², find f(g(2)).
✓ g(2) = 4, f(4) = 2(4)+3 = 11
04
Plane Geometry
Topic 4
Memorize: Triangle angles sum = 180°; Pythagorean theorem: a²+b²=c²; Special triangles: 30-60-90 (1:√3:2) and 45-45-90 (1:1:√2); Circle area = πr², circumference = 2πr.
Find the 8th term of the sequence: 3, 6, 12, 24, ...
✓ Geometric, r=2: a₈ = 3·2⁷ = 3·128 = 384
Practice Questions
📐 Pre-Algebra & Number Theory
01
Pre-Algebra · Percentages
Easy
A store is offering a 30% discount on a jacket originally priced at $120. After the discount, a 10% sales tax is applied. What is the final price of the jacket?
3Since a = −2 < 0, parabola opens down, so vertex is a maximum. Max value = 5
Vertex x = −b/(2a) | If a < 0, vertex is maximum
📐 Plane Geometry
08
Geometry · Triangles
Easy
In triangle ABC, angle A = 45°, angle B = 75°. A line segment from vertex C to side AB is drawn perpendicular to AB, creating two smaller triangles. What is the measure of angle C in the original triangle?
1Sum of angles in a triangle = 180°
2Angle C = 180° − 45° − 75° = 180° − 120° = 60°
3Correct answer: A) 60°
A + B + C = 180° for any triangle
09
Geometry · Circles
Medium
A circle has a circumference of 20π inches. A sector of this circle subtends a central angle of 72°. What is the area of this sector in square inches?
In a right triangle, the side opposite to angle θ is 5 units and the side adjacent to angle θ is 12 units. What is the value of sin θ + cos θ?
1Hypotenuse = √(5²+12²) = √(25+144) = √169 = 13
2sin θ = opp/hyp = 5/13
3cos θ = adj/hyp = 12/13
4sin θ + cos θ = 5/13 + 12/13 = 17/13
sin = opp/hyp | cos = adj/hyp | tan = opp/adj
14
Trigonometry · Identities
Hard
If sin θ = 3/5 and θ is in the first quadrant, what is the value of tan θ?
1sin θ = 3/5, so opp = 3, hyp = 5
2adj = √(5²−3²) = √(25−9) = √16 = 4
3tan θ = opp/adj = 3/4. In Q1, tan is positive → 3/4
4Correct answer: B) 3/4
tan θ = sin θ / cos θ = (3/5)/(4/5) = 3/4
📊 Statistics & Probability
15
Statistics · Mean & Median
Medium
Six students scored: 72, 85, 90, 68, 95, and 80 on a test. If a 7th student joins and the mean score increases to 83, what did the 7th student score?
1Sum of 6 scores = 72+85+90+68+95+80 = 490
2New mean of 7 students = 83, so total sum = 83×7 = 581
37th student's score = 581 − 490 = 91
4Correct answer: C) 91
New score = (new mean × new count) − (old sum)
16
Probability · Compound Events
Hard
A bag contains 4 red, 3 blue, and 5 green marbles. Two marbles are drawn without replacement. What is the probability that both marbles are the same color?
1Total marbles = 4+3+5 = 12. Total ways to choose 2: C(12,2) = 66
The 3rd term of a geometric sequence is 12 and the 6th term is 96. What is the 1st term of the sequence?
1a₃ = 12, a₆ = 96. a₆/a₃ = r³ = 96/12 = 8 → r = 2
2a₃ = a₁ × r² → 12 = a₁ × 4 → a₁ = 3
3Verify: 3, 6, 12, 24, 48, 96 ✓
4Correct answer: A) 3
aₙ = a₁ · rⁿ⁻¹ | r = ⁿ√(aₙ/a₁)
18
Advanced Algebra · Exponents
Hard
If 4^(x+1) = 8^(x−1), what is the value of x?
1Rewrite both sides as powers of 2: 4 = 2², 8 = 2³
22^(2(x+1)) = 2^(3(x−1)) → 2^(2x+2) = 2^(3x−3)
3Equate exponents: 2x+2 = 3x−3 → x = 5
4Check: 4^6 = 4096; 8^4 = 4096 ✓. Answer: B) 5
Convert to same base → equate exponents
19
Advanced Algebra · Logarithms
Hard
If log₂(x) + log₂(x − 2) = 3, what is the positive value of x?
1Combine logs: log₂(x(x−2)) = 3
2x(x−2) = 2³ = 8 → x²−2x−8 = 0
3Factor: (x−4)(x+2) = 0 → x = 4 or x = −2
4x = −2 is rejected (log of negative undefined). x = 4
5Verify: log₂(4)+log₂(2) = 2+1 = 3 ✓. Answer: B) 4
log(a) + log(b) = log(ab) | log₂(8) = 3
20
Mixed · Complex Word Problem
Hard
A rectangular swimming pool measures 20 meters long and 10 meters wide. A uniform tile border of width x meters is built around the pool. If the total area including the border is 2.5 times the area of the pool alone, what is the width x of the border?