+44 7782 207346WhatsApp
BlogCareersContact
TP
TestPrepEUROPE
Our ResultsAbout UsOur Team
Free Diagnostic
TP
TestPrepEUROPE

Worldwide online tutoring for SAT, ACT, GMAT, GRE, IB, AP, IELTS, TOEFL, and other international exams.

Undergraduate Admission Tests

  • SAT Prep
  • ACT Prep
  • YOS Prep
  • UCAT Prep
  • IMAT Prep
  • LNAT Prep

Graduate Admission Tests

  • GMAT Prep
  • GRE Prep
  • LSAT Prep

Language Proficiency Tests

  • IELTS Prep
  • TOEFL Prep
  • PTE Prep

High School Programmes & Boarding

  • IB Diploma Programme
  • AP Programme
  • A-Level
  • IGCSE
  • SSAT Prep

Question Banks

  • SAT QBank
  • GMAT QBank
  • GRE QBank
  • PTE QBank

Practice Tests

  • SAT Practice Tests
  • GMAT Practice Tests
  • GRE Practice Tests
  • PTE Practice Tests

Pricing

  • SAT Course Pricing
  • GMAT Course Pricing
  • GRE Course Pricing
  • IB Course Pricing
  • IELTS Course Pricing

Resources

  • Question Bank
  • Practice Tests
  • Exam Comparisons
  • Blog
  • Our Results
  • Google Reviews
  • Success Stories
  • FAQ

Company

  • About Us
  • Our Team
  • Careers
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TestPrep Europe. All rights reserved.

  1. Home
  2. /
  3. Blog
  4. /
  5. IMAT
  6. /
  7. Why Euler's method shows up on the IMAT and how to handle it under
IMAT

Why Euler's method shows up on the IMAT and how to handle it under

This guide shows how to read the prompt, set the step size, and avoid the mark-losing sign errors.

5 June 202624 min
Author: Ozan KayaReviewed by: Tolga Akman

Most candidates preparing for the IMAT meet Euler's method for the first time as an AP Calculus BC topic, then quietly meet it again inside the Science section. The two appearances look similar but behave differently. AP Calculus BC asks you to generate, interpret, and sometimes critique Euler approximations in a context where the wider syllabus is being tested. The IMAT takes a smaller slice: a single differential equation, a specified step size, and a one-minute-and-forty-second window to commit to a numerical answer. The skill that transfers is conceptual; the technique that transfers is the table of (x, y) values built by iteration. This article walks through what Euler's method actually does, how IMAT questions tend to dress it up, and how to practise it without falling into the usual sign and step-size traps.

What Euler's method is, in one paragraph a candidate can hold in their head

Euler's method is a way of generating an approximate solution to a first-order differential equation of the form dy/dx = f(x, y) with an initial condition y(x₀) = y₀. The method is brutally simple: at the current point, replace the slope of the unknown solution with the slope of the tangent line, take a small step h in the x-direction, and update y by h times that slope. Repeating this procedure produces a chain of points that, under reasonable conditions, tracks the true solution to within an error proportional to h. The reason it matters for IMAT candidates is that it is the rare AP Calculus BC topic that can be tested in the Science section without needing any of the surrounding BC machinery — no separation of variables, no logistic equilibrium, no Euler's-improvement step. The exam gives you everything you need: f, the starting point, the step size, and a target x-value.

Mathematically, one step of Euler's method is the recurrence yn+1 = yn + h · f(xn, yn), with xn+1 = xn + h. After k steps, the approximation of the true solution at x = x₀ + k·h is the value yk. For most IMAT-style prompts, k is small — between two and six — and h is a clean fraction such as 0.25, 0.5, or 1. The clean numbers are a clue. IMAT items are constructed so that a careful candidate can finish the iteration in well under two minutes, which means the discipline is not the arithmetic but the orientation: reading the prompt, choosing the right recurrence, and not dropping a minus sign at step three when attention starts to fade.

Why a small h gives a better approximation

Truncation error per step is bounded by something like (h²/2) · |y''|, and the global error after k steps grows with k · h, so halving h roughly halves the error. IMAT questions occasionally exploit this by giving you two tables — one built with h = 0.5 and one with h = 0.25 — and asking which set of values is closer to the true solution. The answer is the smaller-h table, but the educational point is to recognise that Euler's method is an approximation, not an exact formula, and that the bound tightens as h shrinks.

This conceptual layer is where the IMAT and AP Calculus BC frames diverge. AP Calculus BC will ask you to compare Euler and improved Euler, or to set up the iteration and identify the bound on the error. The IMAT usually skips the proof, gives you the iteration, and tests whether you can read it correctly. Practise the table-building drill until the muscle memory is automatic; the conceptual vocabulary can then be layered on top.

How IMAT Science questions typically dress Euler's method up

IMAT Science is a 38-question paper containing biology, chemistry, physics, and mathematics items. Mathematical items, including those testing Euler's method, tend to appear in clusters around the middle and end of the section, after the longer chemistry and biology passages. The stem is usually short — three or four lines — and the choices are equally short, with only one of them containing a numerical value. The signal that you are looking at an Euler item rather than a pure calculus item is the phrase "approximate" or "approximate value of y at" coupled with a step size h. The signal that you are looking at a related-but-different item is a question about general solutions, equilibria, or qualitative behaviour of dy/dx = f(x, y) without a numerical target. Both are worth practising, but the Euler-shaped item is the one that punishes careless candidates most.

Three step shapes dominate. The first is the direct iteration: the stem gives dy/dx = x + y, y(0) = 1, h = 0.5, and asks for y(1). The candidate simply builds the table, two steps in this case, and reads the answer. The second is the comparison shape: two tables of values are provided, the candidate must identify which one was generated with a smaller step size, and hence which is the better approximation. The third is the slope-field shape: a small slope field is drawn, and the candidate must identify which polyline of Euler steps matches the field. The first shape is by far the most common; the second and third appear once or twice each across a full paper cycle.

The phrasing that should trigger the Euler reflex

Look for the verbs "approximate," "estimate," and "use a step size of." Look for the nouns "initial value," "step size," and "Euler." Look for the construction "starting at (x₀, y₀), use Euler's method with step size h to estimate y(x₀ + k·h)." When you see two of those signals in the same stem, the item is almost certainly an Euler iteration, and the only meaningful decision is how many steps to take and which entry of the table to read. The IMAT does not tend to mix Euler with second-order equations, systems, or implicit forms; if those are present, you are in a different item family.

In my experience of walking candidates through past-paper sets, the failure mode is not the candidate who does not know Euler's method exists. The failure mode is the candidate who does know it, reads the stem, and then confidently writes down the wrong recurrence because they mis-parsed the function. For dy/dx = x − y, the step is yn+1 = yn + h(xn − yn), not yn+1 = yn + h·xn − yn. The difference is one misplaced parenthesis, and four marks vanish. Build the table on scrap paper, not in your head, even when the numbers are friendly.

Building the iteration table without dropping marks

The practical discipline is to keep three columns — n, xn, yn — and a fourth if the function f(x, y) is non-trivial, so that you can record the slope f(xn, yn) directly. The table is then read top-to-bottom, with each row feeding the next. This is mechanical, but mechanical is exactly what the IMAT rewards under time pressure. A candidate who can produce the table in forty seconds has roughly a minute to spare on the other two-thirds of the calculation, which is the difference between guessing and checking.

Consider a worked example. Let dy/dx = 2x − y, with y(0) = 1, and suppose the stem asks for the Euler approximation of y(0.5) with h = 0.25. The table starts with n = 0, x₀ = 0, y₀ = 1. The slope is f(0, 1) = 2·0 − 1 = −1. The next y is y₁ = 1 + 0.25 · (−1) = 0.75, and x₁ = 0.25. Step two: f(0.25, 0.75) = 2·0.25 − 0.75 = 0.5 − 0.75 = −0.25. Then y₂ = 0.75 + 0.25 · (−0.25) = 0.75 − 0.0625 = 0.6875. So the Euler estimate of y(0.5) is approximately 0.69. If the IMAT's choices are 0.50, 0.69, 0.78, and 1.00, the candidate who wrote out the table has a clean 0.69 to mark; the candidate who tried to do it in their head is at the mercy of a sign error.

Common pitfalls and how to avoid them

  • Forgetting to update x. Each row's slope is evaluated at the new x, not the previous one. A trivial check at the bottom: xk should equal x₀ + k·h. If it does not, the table is wrong from one of the rows, and a single error propagates.
  • Subtracting y instead of adding the step's product. The recurrence is yn+1 = yn + h · f(xn, yn). When f is negative, y goes down. When f is positive, y goes up. Candidates who write yn+1 = yn − h · f(xn, yn) silently invert every answer.
  • Choosing the wrong row. The target x is x₀ + k·h for some integer k. If the stem asks for y(0.5) with h = 0.25, the answer is the row where xn = 0.5 — that is, n = 2, not n = 1 and not n = 0.5.
  • Mixing up Euler with the exact solution. If the differential equation is separable and the exact solution is on the multiple-choice list, the Euler approximation is almost never equal to it. Mark the difference in your head: the exact answer is the trap, the Euler answer is the question.
  • Running out of rows. If h is small and the target is several steps away, the table can run to five or six rows. Build a clean three-column grid on the answer sheet and number the rows before you start filling values. The cost of an extra ten seconds of organisation is far less than the cost of an answer read from the wrong row.

The list looks obvious in print. Under exam pressure, with a chemical equation on the back of the booklet and a clock that does not slow down, every item is non-obvious. Train the table-building muscle until it is below conscious attention, and the conceptual layer — the comparison of step sizes, the slope-field reading — becomes the part your brain has spare cycles for.

Reading the differential equation correctly: where most marks are lost

The single biggest source of mark loss on Euler's method items is misreading f(x, y). The IMAT will sometimes embed the differential equation inside a science context — for instance, a model of population growth, a cooling body, or a chemical reaction rate — and the verbal wrapper can obscure the mathematical form. The candidate's job is to translate the wrapper into dy/dx = f(x, y) before any arithmetic begins. A useful habit is to write the function in the margin as a separate line, then never look at the wrapper again. The arithmetic uses f; the wrapper is just scene-setting.

Pay attention to the order of operations inside f. A common construction is dy/dx = 2x + 3y, where the candidate must compute f(xn, yn) = 2xn + 3yn. Another is dy/dx = x · y, where the multiplication is explicit. A third, more treacherous, is dy/dx = x² + y, where the square applies only to x. The IMAT sometimes uses brackets to clarify and sometimes does not. The defensive move is to copy f into your own notation with brackets around every term, so that you cannot accidentally evaluate x + y² as (x + y)² or y² as y · y with the wrong parity of factor.

Negative initial values, negative slopes, and the role of signs

When y₀ is negative, candidates often hesitate at the first step. The hesitation is wasted: the recurrence yn+1 = yn + h · f(xn, yn) does not care about the sign of yn. Plug the number in, multiply, add. If f returns a negative number, the new y is smaller (more negative or less positive). If f returns a positive number, the new y is larger. Treat the arithmetic as algebraic and you cannot go wrong; treat the sign of y as a privileged signal and you will second-guess every step.

There is a related, subtler pitfall. The Euler approximation can grow without bound if the true solution does too, and a candidate who expects a bounded answer may panic when y becomes large after a few iterations. The IMAT will not, in practice, ask you to take ten steps of Euler from a divergent differential equation; the table will be short, and the bound or divergence of the true solution is not what the item is testing. Read the question, build the table, and trust the table. If the table says the answer is 14.3, and 14.3 is in the choices, mark 14.3.

Comparative table: IMAT versus AP Calculus BC treatment of Euler's method

The way the two assessments treat Euler's method differs in four observable ways. The following table summarises the comparison and is the kind of side-by-side that helps a candidate who has studied one syllabus recognise what the other is really asking.

FeatureAP Calculus BC (BC-only)IMAT Science
Primary skill testedSet up, interpret, and critique Euler approximations within a wider differential-equation unitBuild a small Euler table under time pressure and read the correct row
Typical step count3 to 5 steps with non-trivial arithmetic2 to 4 steps with clean, friendly arithmetic
Error analysisRequired: local truncation error, global error, comparison with improved EulerUsually omitted; only occasionally a "which is closer" comparison
ContextPure mathematics, sometimes with a science wrapperScience wrapper (cooling, growth, decay) is common; the wrapper is the point, not the math
Time budget per itemSeveral minutes within a free-response questionAround 90 to 120 seconds as a multiple-choice item
Slope fieldsTested explicitly in multiple-choice and free-responseRare; usually a single diagram used to anchor a numerical answer

The table is not a list of "AP is harder, IMAT is easier." The two tests are doing different jobs. AP Calculus BC treats Euler's method as a doorway to the broader topic of numerical solutions and error analysis. The IMAT treats it as a checkpoint of whether a candidate can read a differential equation, set up a small iteration, and execute it without arithmetic slips. If you are preparing for the IMAT and your background is AP Calculus BC, your job is to recognise the slimmed-down version of the question and to stop trying to bring the error-analysis apparatus with you. Bring the table-building reflex; leave the proof of global error bound at home.

Need help reaching your target score?

Book a free 15-minute call with an advisor to map out a personalised study plan.

Free consultation

Practising Euler's method with IMAT-style time pressure

The most efficient way to integrate Euler's method into an IMAT preparation plan is to treat it as a five-question micro-drill rather than a chapter of study. Pick five differential equations of the form dy/dx = f(x, y) with y(0) = 1, h = 0.5 or 0.25, and a target x between 0.5 and 2. Set a timer for ten minutes. Build the tables, write down the answers, and check them against a calculator's true value of the solution. The exercise is not the calculation itself; the exercise is the confrontation with the clock, because the IMAT will not give you ten minutes for one item, and the candidates who score well are the ones who have internalised the per-step cost.

After the drill, the next layer is the verbal wrapper. Take a science-style prompt — for example, a model of cooling in which the rate of change of temperature is proportional to the difference between the body and its environment, dT/dt = −k(T − Tenv) — and write it as a pure differential equation. State the initial condition, choose a step size, and run two iterations. Translate the numerical answer back into the science: "after t = h, the body's temperature has dropped to approximately T₁." This round-trip — from wrapper to equation to table to wrapper — is what the IMAT is implicitly testing. A candidate who can complete the round-trip cleanly is unlikely to drop marks on this item family.

Three concrete items to practise on

  1. dy/dx = x + y, y(0) = 1, h = 0.5, target x = 1. Build the table for two steps and read y(1).
  2. dy/dx = −0.5 y, y(0) = 4, h = 0.5, target x = 1. Compare the Euler estimate with the exact value y(1) = 4e−0.5 and identify whether the Euler estimate is an overestimate or an underestimate.
  3. dy/dx = x², y(0) = 0, h = 0.5, target x = 1. Note that the true solution is x³/3, so y(1) = 1/3, and the Euler estimate will overshoot slightly because the method accumulates positive error when the slope is increasing.

For most candidates, three items are enough to lock the reflex in place. The risk is over-practising and turning the drill into a performance piece; the IMAT gives you one chance per item, and the time spent on item three is time you will not have for the next question. Practise until the table-building is below the level of conscious effort, then move on to the next item family.

Where Euler's method sits in the wider IMAT Science syllabus

IMAT Science is not a pure mathematics paper, and Euler's method is one of the few items that lets a candidate demonstrate mathematical fluency inside an otherwise biology- and chemistry-dominated section. This positioning matters for two reasons. First, the relative scarcity of Euler items means the topic is high-leverage: a single correct answer shifts your rank, because the average candidate's accuracy on this family is lower than on the standard biology and chemistry stems. Second, the topic is a signal to admissions tutors that you have engaged with AP-style mathematical reasoning, which is a positive marker for a medical-school application that will eventually require quantitative coursework.

Most preparation plans for the IMAT prioritise biology and chemistry first, then physics, then the mathematics items, with critical thinking and problem solving running across the whole paper. Euler's method should be slotted into the mathematics block alongside logarithm drills, basic derivative practice, and unit conversions. The block does not need to be long; ten to fifteen items of focused practice, ideally drawn from past IMAT papers and AP Calculus BC free-response questions about Euler's method, is usually enough to raise the candidate's accuracy on this family from a coin-flip to a near-certainty.

How Euler's method interacts with science contexts on the IMAT

The science wrapper around an Euler item is rarely a deep biology or chemistry question in disguise. The wrapper is there to test whether the candidate can read a word problem and extract the differential equation. Common wrappers include first-order kinetics in chemistry, exponential decay in physics, and population models in biology. Once the wrapper is in place, the mathematical core is the same as in the pure-math version: dy/dx = f(x, y), iterate with step h, read the table. Candidates who can move smoothly between the wrapper and the recurrence gain time and confidence on a question type where the average candidate hesitates.

There is one further interaction worth noting. The IMAT occasionally pairs an Euler iteration with a graph-reading item in the same paper. The graph shows the true solution; the table is generated by the candidate; the question asks which row of the table sits closest to the curve at the target x. The pairing is a small gift: a candidate who builds the table correctly and reads the graph correctly will be doubly confident in the answer. A candidate who builds the table correctly but cannot read the graph may still be wrong, and a candidate who can read the graph but has not built the table will be guessing. Practise both halves.

Tactical advice for exam day: pacing, scratch work, and answer hygiene

The clock is the enemy on every IMAT Science item, and Euler's method is no exception. A candidate who spends three minutes on a single item is borrowing the time from three other items, and the borrowing almost always costs more marks than it saves. The tactical advice is to budget roughly ninety seconds for a standard Euler item: thirty seconds to read and translate, forty seconds to build the table, twenty seconds to read the answer. If the table does not fall into place by the seventy-second mark, mark the closest-looking choice and move on. A wrong answer that you have time to reconsider at the end of the paper is worth more than a right answer that pushed two other items into a panic.

Scratch work should be structured, not scribbled. Use the margin to draw a three-column table with n, xn, yn in the column headers. Number the rows. Write f(xn, yn) next to each row if the function is non-trivial. Then read the answer from the row that matches the target x. The discipline costs ten seconds; the discipline prevents the sign error that costs four minutes of second-guessing and possibly the answer itself.

Answer hygiene matters more than candidates think. When the table gives y = 0.6875, do not round mentally to 0.7 before comparing to the choices. The IMAT is friendly about the level of rounding required, but it is unforgiving about the row you read. Read the row first, round second, compare third. If the choices are 0.50, 0.69, 0.78, and 1.00, the answer 0.6875 matches 0.69 and nothing else; rounding first would have given 0.7, which is closer to 0.78 than to 0.69, and the candidate would have marked the wrong letter. The defensive move is always: read the row, keep the precision, find the closest match.

When to skip and come back

If the wrapper is opaque — for example, the stem embeds the differential equation inside a three-sentence description of a chemical reactor — and the candidate cannot extract f in twenty seconds, skip the item. Mark a placeholder in the answer sheet, move on, and return at the end of the section if time allows. The IMAT does not penalise guessing, and an item you cannot even begin is a worse bet than a coin flip you make with a fresh mind at the end of the paper. Euler items are not the place to be heroic.

For most candidates reading this, the practical lesson is that Euler's method is a small, well-defined topic inside the IMAT Science section. The mathematical content is short, the arithmetic is friendly, and the table-building skill transfers directly from AP Calculus BC. The work of preparation is to keep the table-building reflex sharp, to read the wrapper without being distracted by it, and to commit to a numerical answer with the precision the table provides. The candidate who has practised ten to fifteen items of focused Euler's method drill, with a timer running, is the candidate who will pick up an extra mark or two on the science paper without spending a chapter of study to do it.

Common pitfalls and how to avoid them: a consolidated checklist

The pitfalls of Euler's method on the IMAT fall into a small number of families, and a checklist at the back of the candidate's mind is the simplest defence. The first family is mis-parsing f. The wrapper may be in words, the equation may be in a different notation, or the function may be embedded in a model. Defensive move: rewrite f in your own notation with brackets before any arithmetic. The second family is sign errors. The recurrence yn+1 = yn + h · f(xn, yn) treats signs as ordinary arithmetic. Defensive move: never evaluate the recurrence in your head; always build the table. The third family is reading the wrong row. Defensive move: write down the target x and the row number, then read that row. The fourth family is over-rounding. Defensive move: keep the precision of the table until the comparison with the choices.

The fifth family is forgetting the unit. If the stem asks for the temperature after h seconds, the answer is in degrees, not in arbitrary units. The IMAT is usually unit-consistent inside a single item, but candidates who change units mentally can misread the choices. The sixth family is confusing Euler's method with the exact solution. Defensive move: when the exact solution is one of the choices, treat it as a trap; the Euler estimate is almost always different. The seventh family is running out of time. Defensive move: budget ninety seconds per Euler item and skip if the wrapper is opaque.

Why a checklist beats a formula sheet

A formula sheet tells you what to do. A checklist tells you what not to forget. The IMAT tests the second more than the first. Candidates who have memorised the recurrence but who have not internalised the checklist will still drop marks on the trap-shaped choices, because the trap is not a wrong formula, it is a misread row or a misplaced sign. The checklist lives in the margin of the answer booklet on test day: a few words about f, signs, rows, rounding, units, exact-vs-Euler, and pacing. Read it before starting the science section; ignore it during each item unless the item is going wrong.

The reason this matters for IMAT scoring in particular is that the Science section contributes to a single ranked score, and each mark is a small step in a long ranking. A candidate who picks up two extra marks on Euler items by avoiding sign errors has gained the equivalent of a few extra correct biology items, which is the difference between a strong ranking position and a moderate one. The preparation cost is small. The preparation benefit is concrete.

Conclusion and next steps. Euler's method is a quiet but recurring IMAT Science topic, drawn directly from the AP Calculus BC syllabus and tested in a compressed, time-pressured form. The path to confident handling is straightforward: revise the recurrence, practise the table-building drill with a timer, and internalise the seven-item checklist. Candidates who commit ten to fifteen items of focused practice to this family will not need a chapter of study to score well on the IMAT Euler items. TestPrep Europe's diagnostic assessment on Euler's method within the IMAT Science section is a natural starting point for candidates building a sharper preparation plan around numerical differential-equation prompts.

Related reading

IMAT exponential models: turning AP Calculus fluency into section-four marksFinding AP Calculus particular solutions on the IMAT: why the technique transfers3 accumulation-function traps IMAT candidates meet in the science section

Frequently asked questions

Does the IMAT actually test Euler's method, or is this just an AP Calculus BC topic?
Euler's method appears periodically in the IMAT Science section. The IMAT does not test the full AP Calculus BC treatment, but the table-building skill and the conceptual vocabulary transfer directly. Past papers include items that ask for an Euler approximation, sometimes wrapped inside a science context such as cooling, growth, or first-order kinetics.
How many Euler's method items should I expect on a single IMAT paper?
The frequency is low but not zero. Most candidates will see one Euler-shaped item per paper, occasionally two. Because the item family is small and most candidates are weaker on it, each correct answer carries meaningful weight in the overall ranking.
What is the difference between Euler's method and the exact solution of a differential equation on the IMAT?
Euler's method produces a numerical approximation by iterating y_{n+1} = y_n + h · f(x_n, y_n). The exact solution is the closed-form function y(x) that satisfies the differential equation. The two values are close when h is small, but they are rarely equal. If the exact solution appears as a multiple-choice option, it is usually a trap; the Euler estimate is the intended answer.
Is it worth my time to revise Euler's method error analysis for the IMAT?
Error analysis is a core AP Calculus BC topic but a marginal IMAT topic. The IMAT occasionally compares two Euler tables built with different step sizes, but it does not ask for the formal error bound. Revise the conceptual idea that smaller h gives a more accurate approximation, then spend the rest of your preparation time on table-building speed and sign discipline.
How should I budget my time on an Euler's method item during the IMAT?
Plan for roughly ninety seconds per item: thirty seconds to read the prompt and extract f, forty seconds to build the three-column table, and twenty seconds to read the correct row. If the wrapper is opaque and f is not obvious within twenty seconds, mark a placeholder, move on, and return at the end of the section if time allows.

Start your exam preparation

Explore our 1-to-1 tutoring and small-group course options with expert instructors. First-lesson money-back guarantee.

Free consultation
All articles

Subscribe to our newsletter

Get weekly exam strategies and updates straight to your inbox.

Related articles

How many seconds per IMAT question can a 700+ candidate actually spend

Build a section-by-section time budget for the IMAT's 100 minutes, 60 questions: how to triage, when to skip, and which item types eat the clock.

9 August 2026

Why four well-read minutes can shift an IMAT score by a percentile

How the four IMAT reading comprehension and general knowledge items are constructed, what the section rewards, and a triage template for candidates preparing for the 100-minute paper.

19 July 2026

How to bank 8 minutes of slack on the IMAT without skipping a question

Practical IMAT time management tactics for the 100-minute, 60-question paper: per-section minute budgets, triage rules, and recovery moves when the clock slips.

9 July 2026

Exam pages

SAT TutoringGMAT TutoringGRE TutoringIELTS TutoringTOEFL TutoringIB Diploma

Free consultation

Not sure which exam to prepare for? Talk to one of our advisors.

Book a call
AP Tutoring