EST Math · ClipSAT

Home
Formulas

Open a chapter to see its formulas here.

⏱ Exam Timer: 00:00
Active Recall Deck 0
Active Recall Question
Click to show flashcard
Back side
FLASHCARDS
New

EST Math

Provider · Academic Assessment Ltd. Format · EST I · 90 minutes Chapters · 8 Sections · Calculator + Non-calculator
i

Test format & strategy

🇬🇧 EST 1 Math — Domain Weightings (44 questions, 80 min)
Domain % of Test Key Topics
Heart of Algebra ~35% Linear equations, systems, inequalities, absolute value
Quadratics & Polynomials ~15% Factoring, completing the square, quadratic formula, polynomial operations
Functions & Graphs ~15% Function notation, transformations, composition, inverse
Ratios, Rates & Data ~10% Proportions, unit rates, percentages, data interpretation
Statistics & Probability ~10% Mean/median, spread, probability, data displays
Geometry ~10% Area, perimeter, volume, angle relationships, similarity
Trigonometry & Additional Topics ~5% Right triangle trig, basic identities, complex numbers

The EST I Mathematics section tests core algebraic reasoning, problem-solving, and quantitative analysis in two parts — one without a calculator and one with. It is the primary university-admissions standardised test for international and American-diploma students across the Middle East.

What to expect

The EST I Math test runs for 90 minutes across two sections: Section I (30 min, no calculator — focuses on algebra and number sense) and Section II (60 min, calculator permitted — broader topics). The test contains 45 multiple-choice questions and 13 short constructed-response items.

Duration
90 minutes total
Section I
30 min · no calculator
Section II
60 min · calculator OK
Score
200–800
▲ Three tactics that score

Master linear equations cold for the no-calculator section. On Section II, write down formulas before you compute. For constructed responses, double-check rounding — the EST often asks for exact fractions.

📝 Chapter Quiz
1

Heart of Algebra

🇬🇧 Heart of Algebra ~35%  ·  Linear equations & inequalities  ·  Systems of equations  ·  Absolute value  ·  Word problems

Linear equations, systems, and inequalities form the largest tested domain on the EST I. Fluency here is non-negotiable for a high score.

▲ Reference — Lines & systems

Slope-intercept form: \( y = mx + b \). Slope: \( m = \dfrac{y_2-y_1}{x_2-x_1} \). Solve systems by substitution or elimination. For inequalities, flip the sign when multiplying or dividing by a negative.

Slope-intercept
\( y=mx+b \)
Point-slope
\( y-y_1=m(x-x_1) \)
Absolute value
\( |x-a|=b \Rightarrow x=a\pm b \)
Slope
\( m=\dfrac{y_2-y_1}{x_2-x_1} \)
Worked example 1.A

Solve: \( 2(3x-1)=5x+4 \). \[ 6x-2=5x+4 \implies x=6. \]

Worked example 1.B

Solve the system: \( 2x+y=7 \), \( x-y=2 \).

Adding: \( 3x=9 \), so \( x=3 \), \( y=1 \).

Linear inequalities

A linear inequality such as \( 2x-3 > 7 \) is solved like an equation, but the solution is a range: \( x > 5 \). On a number line, use an open circle for strict inequalities (\( > \), \( < \)) and a closed circle for \( \geq \) or \( \leq \).

Solve the system: \(3x + 2y = 16\) and \(x - y = 2\).
From second equation: \(x = y+2\). Substitute: \(3(y+2)+2y=16 \Rightarrow 5y=10 \Rightarrow y=2, x=4\).
📝 Chapter Quiz
2

Quadratics & Polynomials

🇬🇧 Quadratics & Polynomials ~15%  ·  Factoring  ·  Completing the square  ·  Quadratic formula  ·  Discriminant

Quadratic expressions appear frequently on the EST I — in standard, vertex, and factored forms. Knowing how to move between forms and when to use each is a key skill.

▲ Reference — Quadratic forms

Standard: \( ax^2+bx+c \). Vertex: \( a(x-h)^2+k \) with vertex at \( (h,k) \). Factored: \( a(x-r_1)(x-r_2) \) with roots \( r_1, r_2 \). Quadratic formula: \( x=\dfrac{-b\pm\sqrt{b^2-4ac}}{2a} \). Discriminant \( \Delta = b^2-4ac \): positive → two real roots, zero → one root, negative → no real roots.

⊙ Explorer · Parabola in vertex forminteractive
vertex(1, -2)
roots-0.41, 2.41

Roots solve \(a(x-h)^2+k=0\), i.e. \(x=h\pm\sqrt{-k/a}\) — the vertex-form shortcut to the quadratic formula above.

Quadratic formula
\( \dfrac{-b\pm\sqrt{b^2-4ac}}{2a} \)
Vertex
\( x=-\dfrac{b}{2a} \)
Difference of squares
\( a^2-b^2=(a+b)(a-b) \)
Perfect square
\( (a+b)^2=a^2+2ab+b^2 \)
Worked example 2.A

Solve \( x^2-5x+6=0 \) by factoring. \[ (x-2)(x-3)=0 \implies x=2 \text{ or } x=3. \]

Polynomial operations

To multiply polynomials, distribute each term of the first factor across every term of the second. The key identity \( (a+b)(a-b)=a^2-b^2 \) shortcuts many EST questions. Dividing a polynomial by a linear factor \( (x-k) \) uses synthetic or long division; the Remainder Theorem states the remainder equals \( f(k) \).

Worked example — Discriminant & nature of roots

Find the values of \(k\) for which \(x^2 + kx + 9 = 0\) has two equal roots.

Equal roots when \(\Delta = 0\): \(k^2 - 4(1)(9) = 0 \Rightarrow k^2 = 36 \Rightarrow k = \pm 6\).

Solve \(2x^2 - 7x + 3 = 0\) using the quadratic formula.
\(x = \dfrac{7 \pm \sqrt{49-24}}{4} = \dfrac{7 \pm 5}{4}\). So \(x = 3\) or \(x = \dfrac{1}{2}\).
📝 Chapter Quiz
3

Functions & Graphs

🇬🇧 Functions & Graphs ~15%  ·  Function notation  ·  Graph transformations  ·  Composite & inverse  ·  Piecewise

A function assigns exactly one output to each input. The EST I tests function notation, composition, inverses, and transformations.

▲ Reference — Functions

Notation: \( f(x) \) means the output of \( f \) at input \( x \). Composition: \( (f\circ g)(x)=f(g(x)) \). Inverse: \( f^{-1} \) reverses \( f \); find it by swapping \( x \) and \( y \) and solving for \( y \). Transformation: \( f(x)+k \) shifts up, \( f(x-h) \) shifts right, \( -f(x) \) reflects over \( x \)-axis.

Composition
\( (f\circ g)(x)=f(g(x)) \)
Inverse
swap \( x,y \) then solve
Shift up k
\( f(x)+k \)
Shift right h
\( f(x-h) \)
Worked example 3.A

If \( f(x)=2x+1 \) and \( g(x)=x^2 \), find \( f(g(3)) \). \[ g(3)=9,\quad f(9)=2(9)+1=19. \]

Domain and range

The domain is all valid inputs; the range is all possible outputs. For \( f(x)=\sqrt{x-3} \), the domain is \( x\geq 3 \) (argument under the root must be non-negative). For \( f(x)=\dfrac{1}{x-2} \), exclude \( x=2 \) from the domain.

Worked example — Inverse function

Find \(f^{-1}(x)\) for \(f(x) = \dfrac{3x-1}{2}\).

Let \(y = \dfrac{3x-1}{2}\). Swap \(x\) and \(y\): \(x = \dfrac{3y-1}{2} \Rightarrow 2x+1 = 3y \Rightarrow y = \dfrac{2x+1}{3}\).

So \(f^{-1}(x) = \dfrac{2x+1}{3}\).

The graph of \(y = f(x)\) is shifted 3 units right and reflected in the \(x\)-axis. Write the new equation in terms of \(f\).
\(y = -f(x-3)\).
📝 Chapter Quiz
4

Ratios, Rates & Data

🇬🇧 Ratios, Rates & Data ~10%  ·  Proportional reasoning  ·  Percentages  ·  Unit rates  ·  Data table interpretation

The Problem-Solving and Data Analysis domain asks you to interpret tables, graphs, and real-world contexts — no formula memorisation needed, but careful reading is essential.

Ratio
\( \dfrac{a}{b} \)
Proportion
\( \dfrac{a}{b}=\dfrac{c}{d} \)
Percentage
\( \dfrac{\text{part}}{\text{whole}}\times 100 \)
Rate
\( \dfrac{\text{distance}}{\text{time}} \)
Worked example 4.A

A car travels 240 km in 3 hours. How long does it take to travel 400 km at the same speed? \[ \text{Speed}=\frac{240}{3}=80\ \text{km/h},\quad t=\frac{400}{80}=5\ \text{hours}. \]

Interpreting graphs

On the EST I, you may be given a scatterplot, bar chart, or two-way table and asked to read a value, find a percentage, or determine whether a conclusion is justified. Always identify the units on each axis before computing.

● Ratios, Rates & Percentages

Ratio: compare two quantities, e.g. \(a:b\). Rate: ratio with different units (speed, price per unit). Percentage change: \(\dfrac{\text{new}-\text{old}}{\text{old}} \times 100\%\). Proportion: two equal ratios \(\dfrac{a}{b} = \dfrac{c}{d}\). Weighted average: \(\bar{x} = \dfrac{\sum w_i x_i}{\sum w_i}\).

Worked example — Percentage increase and reverse

A price increases by 20%, then decreases by 20%. Is the final price the same as the original?

Original = 100. After 20% increase: \(120\). After 20% decrease: \(120 \times 0.8 = 96\). No — it is 4% less than original.

A car travels 240 km in 3 hours, then 180 km in 2 hours. Find the average speed for the whole journey.
Total distance \(= 420\) km. Total time \(= 5\) h. Average speed \(= 420/5 = 84\) km/h.
📝 Chapter Quiz
5

Statistics & Probability

🇬🇧 Statistics & Probability ~10%  ·  Mean, median, mode  ·  Range & IQR  ·  Probability  ·  Graphs & displays

Statistical questions on the EST I focus on measures of centre and spread, interpreting data displays, and calculating basic probability.

Mean
\( \bar{x}=\dfrac{\sum x}{n} \)
Median
middle value when sorted
Range
max \( - \) min
Probability
\( P(E)=\dfrac{\text{favourable}}{\text{total}} \)
Worked example 5.A

Find the mean of \( 4, 7, 7, 10, 12 \). \[ \bar{x}=\frac{4+7+7+10+12}{5}=\frac{40}{5}=8. \]

Counting and probability

The probability of event \( A \) AND event \( B \) (independent): \( P(A\cap B)=P(A)\cdot P(B) \). The probability of \( A \) OR \( B \): \( P(A\cup B)=P(A)+P(B)-P(A\cap B) \).

● Statistics & Probability

Mean \(=\dfrac{\sum x}{n}\); Median = middle value when ordered; Mode = most frequent. Range \(= \max - \min\). IQR \(= Q_3 - Q_1\). Probability: \(P(A) = \dfrac{\text{favourable}}{\text{total}}\); \(P(A \cup B) = P(A)+P(B)-P(A \cap B)\). Mutually exclusive: \(P(A \cap B)=0\).

Worked example — Combined probability

A bag has 4 red and 6 blue balls. Two are drawn without replacement. Find \(P(\text{both red})\).

\(P = \dfrac{4}{10} \times \dfrac{3}{9} = \dfrac{12}{90} = \dfrac{2}{15}\).

The ages of 7 students are: 14, 15, 15, 16, 16, 16, 18. A student is chosen at random. Find (a) the median age, (b) \(P(\text{age} > 15)\).
(a) 4th value = 16. (b) Ages > 15: three 16s and one 18 = 4 students. \(P = 4/7\).
📝 Chapter Quiz
6

Geometry

🇬🇧 Geometry ~10%  ·  Area & perimeter  ·  Volume  ·  Angle relationships  ·  Similarity & congruence

Geometry on the EST I covers areas, perimeters, volumes, and coordinate geometry. A reference sheet of key formulas is provided on the test.

Circle area
\( \pi r^2 \)
Circumference
\( 2\pi r \)
Pythagorean theorem
\( a^2+b^2=c^2 \)
Distance
\( \sqrt{(x_2-x_1)^2+(y_2-y_1)^2} \)
Worked example 6.A

A right triangle has legs \( 6 \) and \( 8 \). Find the hypotenuse. \[ c=\sqrt{6^2+8^2}=\sqrt{36+64}=\sqrt{100}=10. \]

⊙ Explorer · The Pythagorean theoreminteractive
a² + b²100
c² (hypotenuse²)100
c10.00

The blue and amber squares' areas always sum to the dark square's area — that's exactly \(a^2+b^2=c^2\).

Coordinate geometry

The midpoint of \( (x_1,y_1) \) and \( (x_2,y_2) \) is \( \left(\dfrac{x_1+x_2}{2},\dfrac{y_1+y_2}{2}\right) \). A circle with centre \( (h,k) \) and radius \( r \) satisfies \( (x-h)^2+(y-k)^2=r^2 \).

● Geometry — Key Formulas

Triangle area \(= \tfrac{1}{2}bh\). Circle area \(= \pi r^2\), circumference \(= 2\pi r\). Trapezoid area \(= \tfrac{1}{2}(a+b)h\). Cylinder volume \(= \pi r^2 h\). Cone volume \(= \tfrac{1}{3}\pi r^2 h\). Sphere volume \(= \tfrac{4}{3}\pi r^3\). Angle sum: triangle 180°; quadrilateral 360°; \(n\)-gon \((n-2) \times 180°\).

Worked example — Similar triangles

Triangles \(ABC\) and \(DEF\) are similar. \(AB = 6\), \(DE = 9\), \(BC = 8\). Find \(EF\).

Scale factor \(k = 9/6 = 1.5\). \(EF = 8 \times 1.5 = 12\).

A rectangle has perimeter 48 cm and length twice its width. Find its area.
Let width \(= w\). \(2(2w+w)=48 \Rightarrow 6w=48 \Rightarrow w=8\). Length \(=16\). Area \(= 128\) cm\(^2\).
📝 Chapter Quiz
7

Trigonometry & Additional Topics

🇬🇧 Trigonometry & Additional Topics ~5%  ·  SOH-CAH-TOA  ·  Pythagorean identity  ·  Complex numbers  ·  Vectors

The EST I tests right-triangle trigonometry, radian measure, and basic complex numbers. These appear mostly in Section II.

sin θ
\( \sin\theta=\dfrac{\text{opp}}{\text{hyp}} \)
cos θ
\( \cos\theta=\dfrac{\text{adj}}{\text{hyp}} \)
tan θ
\( \tan\theta=\dfrac{\text{opp}}{\text{adj}} \)
Radians
\( 180^\circ=\pi\text{ rad} \)
Worked example 7.A

In a right triangle, the hypotenuse is 13 and one leg is 5. Find \( \sin\theta \) for the angle opposite the leg of length 12. \[ \text{other leg}=\sqrt{13^2-5^2}=12,\quad \sin\theta=\frac{12}{13}. \]

⊙ Explorer · SOH-CAH-TOAinteractive
opposite5.00
adjacent8.66
sin θ / cos θ / tan θ0.500 / 0.866 / 0.577

Hypotenuse fixed at 10. SOH-CAH-TOA: \(\sin\theta=\text{opp}/10\), \(\cos\theta=\text{adj}/10\), \(\tan\theta=\text{opp}/\text{adj}\).

Complex numbers

A complex number has the form \( a+bi \) where \( i=\sqrt{-1} \). Add by combining real and imaginary parts separately: \( (3+2i)+(1-5i)=4-3i \). Multiply using FOIL and replace \( i^2 \) with \( -1 \).

● Trigonometry & Complex Numbers

SOH-CAH-TOA: \(\sin\theta = \text{opp}/\text{hyp}\), \(\cos\theta = \text{adj}/\text{hyp}\), \(\tan\theta = \text{opp}/\text{adj}\). Pythagorean identity: \(\sin^2\theta + \cos^2\theta = 1\). Exact values: \(\sin 30° = \tfrac{1}{2}\), \(\cos 30° = \tfrac{\sqrt{3}}{2}\), \(\sin 45° = \tfrac{\sqrt{2}}{2}\). Complex: \(i^2 = -1\); \(|a+bi| = \sqrt{a^2+b^2}\).

Worked example — Finding all sides of a right triangle

In right triangle, the hypotenuse is 13 and one angle is \(22.6°\). Find the other two sides.

Opposite \(= 13\sin 22.6° \approx 13 \times 0.3843 \approx 5\). Adjacent \(= 13\cos 22.6° \approx 12\).

Simplify \(\dfrac{\sin^2\theta}{1-\cos\theta}\).
Use \(\sin^2\theta = 1-\cos^2\theta = (1-\cos\theta)(1+\cos\theta)\). So \(\dfrac{(1-\cos\theta)(1+\cos\theta)}{1-\cos\theta} = 1+\cos\theta\).
📝 Chapter Quiz
8

Exponentials & Logarithms

🇬🇧 Exponentials & Logarithms ~5%  ·  Exponential growth/decay  ·  Log laws  ·  Solving exponential equations

Exponential growth and logarithms appear in the Passport to Advanced Math domain and in data-interpretation contexts on the EST I.

Exponent product
\( a^m\cdot a^n=a^{m+n} \)
Exponent quotient
\( \dfrac{a^m}{a^n}=a^{m-n} \)
Log definition
\( \log_b x = y \Leftrightarrow b^y=x \)
Log product
\( \log(ab)=\log a+\log b \)
Worked example 8.A

Solve \( 2^{x+1}=32 \). \[ 2^{x+1}=2^5 \implies x+1=5 \implies x=4. \]

Growth and decay

Exponential growth: \( A=A_0(1+r)^t \). Exponential decay: \( A=A_0(1-r)^t \). On EST I, these appear in word problems about populations, investments, or radioactive decay — identify \( A_0 \) (initial amount), \( r \) (rate), and \( t \) (time).

● Exponentials & Logarithms

\(\log_b x = y \Leftrightarrow b^y = x\). Laws: \(\log(xy) = \log x + \log y\); \(\log(x/y) = \log x - \log y\); \(\log x^n = n\log x\). Exponential growth: \(A = A_0 e^{kt}\) (or \(A_0 b^t\)). Natural log: \(\ln(e^x) = x\); \(e^{\ln x} = x\).

Worked example — Solving an exponential equation

A bacteria culture starts with 500 and doubles every 3 hours. How long until there are 4000?

\(4000 = 500 \cdot 2^{t/3} \Rightarrow 2^{t/3} = 8 = 2^3 \Rightarrow t/3 = 3 \Rightarrow t = 9\) hours.

Solve \(\log_3(x+1) + \log_3(x-1) = 3\).
\(\log_3[(x+1)(x-1)] = 3 \Rightarrow x^2-1 = 27 \Rightarrow x^2 = 28 \Rightarrow x = 2\sqrt{7}\) (reject negative).
📝 Chapter Quiz
§

Practice set

Fifty EST I Mathematics problems across all domains — algebra, quadratics, functions, data analysis, geometry and trigonometry — graded by difficulty. Click any problem to reveal the full worked solution.

1

Solve \( 3x - 7 = 14 \).

Basic
\[ 3x=21,\qquad x=7. \]
2

If \( 2x + y = 10 \) and \( x = 3 \), find \( y \).

Basic
\[ 6+y=10,\qquad y=4. \]
3

Find the slope of the line through \( (2,\,5) \) and \( (6,\,13) \).

Basic
\[ m=\dfrac{13-5}{6-2}=\dfrac{8}{4}=2. \]
4

Solve the system \( x+y=8 \), \( x-y=2 \).

Intermediate

Add the equations: \( 2x=10 \), so \( x=5 \), \( y=3 \).

\[ x=5,\quad y=3. \]
5

Write the equation of the line with slope \( -2 \) through \( (0,\,4) \).

Intermediate
\[ y=-2x+4. \]
6

Solve \( \dfrac{x}{3}+2=5 \).

Intermediate
\[ \dfrac{x}{3}=3,\qquad x=9. \]
7

Solve \( |2x-3|=7 \).

Intermediate

\( 2x-3=7 \Rightarrow x=5 \) or \( 2x-3=-7 \Rightarrow x=-2 \).

\[ x=5\text{ or }x=-2. \]
8

Solve the system \( 2x+3y=12 \), \( x-y=1 \).

Advanced

From the second: \( x=y+1 \). Substitute: \( 2(y+1)+3y=12 \Rightarrow 5y=10 \Rightarrow y=2 \), \( x=3 \).

\[ x=3,\quad y=2. \]
9

A line is perpendicular to \( y=3x-1 \). What is its slope?

Intermediate
\[ m=-\dfrac{1}{3}. \]
10

Solve the inequality \( 4x - 5 > 11 \).

Intermediate
\[ 4x>16,\qquad x>4. \]
11

Solve \( x^2 - 7x + 12 = 0 \) by factoring.

Intermediate
\[ (x-3)(x-4)=0 \Rightarrow x=3\text{ or }x=4. \]
12

Find the vertex of \( y = x^2 - 4x + 7 \).

Intermediate

\( h=-\dfrac{b}{2a}=2 \), \( k=4-8+7=3 \).

\[ (2,\,3). \]
13

Use the quadratic formula to solve \( x^2 + 2x - 8 = 0 \).

Intermediate
\[ x=\dfrac{-2\pm\sqrt{4+32}}{2}=\dfrac{-2\pm 6}{2} \Rightarrow x=2\text{ or }x=-4. \]
14

How many real solutions does \( x^2 + x + 1 = 0 \) have?

Intermediate

Discriminant \( \Delta=1-4=-3<0 \).

\[ \text{No real solutions.} \]
15

A parabola has vertex \( (3,-2) \) and passes through \( (5,6) \). Find \( a \) in \( y=a(x-3)^2-2 \).

Advanced

Substitute \( (5,6) \): \( 6=a(4)-2 \).

\[ a=2. \]
16

Expand and simplify \( (2x-3)^2 \).

Intermediate
\[ 4x^2-12x+9. \]
17

Find the roots of \( 2x^2 - 8 = 0 \).

Basic
\[ x^2=4 \Rightarrow x=\pm 2. \]
18

Factor \( 3x^2 - 12 \).

Intermediate
\[ 3(x^2-4)=3(x-2)(x+2). \]
19

If \( f(x) = 2x + 5 \), find \( f(3) \).

Basic
\[ 2(3)+5=11. \]
20

If \( f(x) = x^2 \) and \( g(x) = x + 1 \), find \( f(g(2)) \).

Intermediate
\[ g(2)=3,\quad f(3)=9. \]
21

Find the inverse of \( f(x) = 3x - 6 \).

Intermediate

Swap \( x \) and \( y \): \( x=3y-6 \).

\[ f^{-1}(x)=\dfrac{x+6}{3}. \]
22

The graph of \( f(x) \) is shifted 3 units right. Write the new function.

Intermediate
\[ f(x-3). \]
23

If \( g(x) = \dfrac{1}{x-2} \), what is the domain?

Advanced
\[ x\neq 2,\quad\text{i.e. }(-\infty,2)\cup(2,\infty). \]
24

If \( h(x)=-f(x)+2 \), describe the transformation.

Advanced

Reflect over the \( x \)-axis, then shift up 2 units.

25

A taxi charges a flat fee of 5 SAR plus 2 SAR per km. Find the cost for 12 km.

Basic
\[ C=5+2(12)=29\text{ SAR}. \]
26

Divide 120 in the ratio \( 3:5 \). Find the larger part.

Intermediate
\[ \text{Larger}=\dfrac{5}{8}\times120=75. \]
27

A price increased from 80 to 100 SAR. Find the percentage increase.

Intermediate
\[ \dfrac{100-80}{80}\times100=25\%. \]
28

A car travels 240 km at 80 km/h. How long is the trip?

Intermediate
\[ t=\dfrac{240}{80}=3\text{ hours}. \]
29

If \( 5 \) workers finish a task in \( 12 \) days, how many days for \( 3 \) workers?

Advanced

Total work \( =60 \) worker-days.

\[ t=\dfrac{60}{3}=20\text{ days}. \]
30

A shop offers a 15% discount on a 200 SAR item. Find the sale price.

Intermediate
\[ 200\times0.85=170\text{ SAR}. \]
31

Find the mean of \( 6,\,9,\,11,\,14,\,10 \).

Basic
\[ \bar{x}=\dfrac{50}{5}=10. \]
32

Find the median of \( 3,\,7,\,8,\,12,\,15,\,20 \).

Intermediate
\[ \text{Median}=\dfrac{8+12}{2}=10. \]
33

A bag has 4 red, 3 blue, 5 green balls. Find \( P(\text{blue}) \).

Intermediate
\[ P=\dfrac{3}{12}=\dfrac{1}{4}. \]
34

A data set has mean 12 and range 10. If all values are doubled, find the new mean.

Advanced
\[ \text{New mean}=2\times12=24. \]
35

Find the mode of \( 2,\,5,\,7,\,5,\,3,\,5,\,8 \).

Basic
\[ \text{Mode}=5. \]
36

Find the area of a triangle with base 10 and height 7.

Basic
\[ A=\tfrac{1}{2}\times10\times7=35. \]
37

Find the hypotenuse of a right triangle with legs 7 and 24.

Intermediate
\[ c=\sqrt{49+576}=\sqrt{625}=25. \]
38

Find the area of a circle with diameter 10.

Intermediate
\[ A=\pi r^2=\pi(5)^2=25\pi. \]
39

Two angles of a triangle are \( 55^\circ \) and \( 75^\circ \). Find the third.

Basic
\[ 180^\circ-55^\circ-75^\circ=50^\circ. \]
40

A rectangle has perimeter 36 and length 10. Find the width.

Intermediate
\[ 2(10+w)=36 \Rightarrow w=8. \]
41

Find \( \sin\theta \) if the opposite side is 5 and the hypotenuse is 13.

Intermediate
\[ \sin\theta=\dfrac{5}{13}. \]
42

A right triangle has \( \tan\theta=\dfrac{3}{4} \). Find \( \sin\theta \).

Advanced

Hypotenuse \( =\sqrt{9+16}=5 \).

\[ \sin\theta=\dfrac{3}{5}. \]
43

Simplify \( 2^3 \times 2^4 \).

Basic
\[ 2^{3+4}=2^7=128. \]
44

Solve \( 2^x = 64 \).

Intermediate
\[ 2^6=64 \Rightarrow x=6. \]
45

A population of 500 grows at 10% per year. Find it after 2 years.

Advanced
\[ 500\times(1.1)^2=500\times1.21=605. \]
46

Evaluate \( \log_2 32 \).

Intermediate
\[ 2^5=32 \Rightarrow \log_2 32=5. \]
47

Solve \( \log_3(x+1)=2 \).

Advanced
\[ x+1=3^2=9 \Rightarrow x=8. \]
48

Simplify \( \log 5 + \log 20 \).

Advanced
\[ \log(5\times20)=\log 100=2. \]
49

Find the volume of a rectangular prism \( 4\times 3\times 5 \).

Basic
\[ V=4\times3\times5=60. \]
50

A fair die is rolled twice. Find \( P(\text{both show 6}) \).

Advanced
\[ \dfrac{1}{6}\times\dfrac{1}{6}=\dfrac{1}{36}. \]

Test generator

Build a randomised EST I Math mini-test from the question bank, or generate a complete full-length paper that mirrors the official EST I Mathematics exam format — Section I (no calculator) and Section II (calculator permitted).

Full official exam paper

Generates a complete 44-question EST I Mathematics paper — 22 questions per section — formatted to resemble an official exam. Print it as a timed practice paper.

Downloads

Take the EST I Math material offline. The PDF prints straight from your browser; the Word packet contains editable OMML equations ready to customise.

PDF · ready now

EST I Math — notes & practice

All eight chapters plus every worked solution, formatted as a clean print document.

DOCX · on request

Native Word packet

Editable .docx with real Word equations (OMML) — all EST I topics ready for classroom printing.

Official · Past Papers

Past Papers & Official Tests

Officially released exams and mark schemes from the examining body.

Worksheet Library

8 original ClipSAT worksheets with full answer keys, organized by unit — free to download and print.

Loading worksheet library…

Mock Exam

--:--