st

Tuesday, September 15, 2026

SAT Math Mean, Median, Mode and Range: Easy Formulas, Examples and Practice Questions


SAT Math: Mean, Median, Mode and Range

Learn How to Find the Average, Middle Value and Spread of Data

A list of numbers can describe many different things: test scores, temperatures, distances, prices, study times, or the number of items sold each day.

Instead of examining every number separately, we can summarize the data using four important measurements:

• Mean
• Median
• Mode
• Range

Each one describes the data in a different way.

The mean tells you the average.

The median tells you the middle value.

The mode tells you which value occurs most often.

The range tells you how far apart the smallest and largest values are.

Understanding the difference between these four measurements is essential for solving SAT Math questions involving data.


1. What Is a Data Set?

A data set is a collection of values.

For example:

20, 15, 30, 25, 10

These five numbers form a data set.

For many questions involving the median, it is helpful to arrange the values from smallest to largest:

10, 15, 20, 25, 30

This is called ascending order.

You can also arrange numbers from largest to smallest:

30, 25, 20, 15, 10

This is descending order.

For finding the median, the order of the values is especially important.


2. Mean: The Average

The mean is found by adding all the values and dividing the result by the number of values.

Formula

Mean = Sum of all values ÷ Number of values

Using symbols:

M = S ÷ n

where:

M = mean

S = sum of all values

n = number of values

The basic idea is simple:

Add everything, then divide by how many values there are.


3. Worked Example: Finding the Mean

Find the mean of:

6, 8, 10, 12, 14

Step 1: Add the values

6 + 8 + 10 + 12 + 14 = 50

Step 2: Count the values

There are 5 values.

Step 3: Divide

Mean = 50 ÷ 5

Mean = 10

Answer

10


4. A Useful Mean Shortcut

Sometimes a data set follows a regular pattern.

Consider:

8, 10, 12, 14, 16

The values are evenly spaced.

The mean is:

(8 + 16) ÷ 2 = 12

So the mean is 12.

Another example:

15, 20, 25, 30, 35

Mean = (15 + 35) ÷ 2

Mean = 50 ÷ 2

Mean = 25

This shortcut works for an evenly spaced data set.

It should not be used automatically for every list of numbers.

For example:

2, 3, 4, 10, 20

The first and last values have an average of:

(2 + 20) ÷ 2 = 11

But the actual mean is:

39 ÷ 5 = 7.8

So always check the data before using the shortcut.


5. The Most Useful Mean Formula

Many SAT questions give you the mean and the number of values but do not give you the total.

You can reverse the mean formula:

Total = Mean × Number of values

Using symbols:

S = M × n

This relationship is extremely useful when solving missing-number questions.


6. Worked Example: Finding the Total

A data set contains 8 numbers.

The mean is 15.

What is the sum of the numbers?

Total = 15 × 8

Total = 120

Answer

120

You do not need to know the individual values.


7. Finding a Missing Number

Suppose the mean is known and one value is missing.

The fastest method is:

  1. Find the required total.

  2. Add the known values.

  3. Subtract the known total from the required total.

Formula

Missing value = Required total − Known total


8. Worked Example: Missing Number

The mean of five numbers is 18.

Four of the numbers are:

12, 15, 20, 21

What is the fifth number?

Step 1: Find the required total

Total = 18 × 5

Total = 90

Step 2: Find the total of the known values

12 + 15 + 20 + 21 = 68

Step 3: Find the missing value

90 − 68 = 22

Answer

22

Check

12 + 15 + 20 + 21 + 22 = 90

90 ÷ 5 = 18

The answer is correct.


9. How Adding a Number Changes the Mean

Suppose the mean of a data set is 20.

Now add another number.

What happens to the mean?

It depends on the new number.

If the new number is greater than the mean

The mean increases.

If the new number is less than the mean

The mean decreases.

If the new number equals the mean

The mean stays the same.

This is one of the most useful shortcuts for SAT Math questions.


10. Worked Example: Adding a New Value

The mean of four numbers is 12.

A fifth number, 20, is added.

What is the new mean?

Step 1: Find the original total

12 × 4 = 48

Step 2: Add the new value

48 + 20 = 68

Step 3: Divide by the new number of values

68 ÷ 5 = 13.6

Answer

13.6

The mean increased because 20 is greater than the original mean of 12.


11. A Faster Way to Think About the Change

Suppose the original mean is M.

If you add a value x:

• x > M → the mean increases

• x < M → the mean decreases

• x = M → the mean stays the same

You can often answer a question using this comparison alone.

You do not always need to calculate the new mean.


12. Removing a Number

The same idea works when a value is removed.

If the removed value is greater than the original mean, the mean decreases.

If the removed value is less than the original mean, the mean increases.

If the removed value equals the original mean, the mean stays the same.


13. Worked Example: Removing a Number

The mean of 6 numbers is 18.

One of the numbers, 30, is removed.

What is the new mean?

Original total

18 × 6 = 108

Remove 30

108 − 30 = 78

Five values remain

New mean = 78 ÷ 5

New mean = 15.6

Answer

15.6

The mean decreased because 30 was greater than the original mean.


14. Median: The Middle Value

The median is the middle value after the numbers have been arranged in order.

For example:

3, 7, 9, 12, 15

The middle value is 9.

Therefore:

Median = 9

Unlike the mean, the median is not found by adding every number and dividing.

The first step is always to put the values in order.


15. Median With an Odd Number of Values

When there is an odd number of values, there is one exact middle value.

Example

Find the median of:

14, 5, 9, 20, 7

First arrange the values:

5, 7, 9, 14, 20

There are 5 values.

The middle value is the third value.

Therefore:

Median = 9

Answer

9


16. Finding the Median Position

If there are n values and n is odd, the position of the median is:

(n + 1) ÷ 2

For 5 values:

(5 + 1) ÷ 2 = 3

So the median is the third value.

For 7 values:

(7 + 1) ÷ 2 = 4

So the median is the fourth value.

This can be useful when a data set contains many values.


17. Median With an Even Number of Values

When there are an even number of values, there are two middle values.

The median is the mean of those two values.

Example

Find the median of:

4, 8, 12, 16, 20, 24

The two middle values are 12 and 16.

Median = (12 + 16) ÷ 2

Median = 28 ÷ 2

Median = 14

Answer

14


18. An Unordered Data Set

Never identify the median before arranging the numbers.

Consider:

18, 5, 12, 9, 20

Arrange them:

5, 9, 12, 18, 20

The middle value is 12.

Answer

12

The original position of a number does not matter.

Only its position after sorting matters.


19. Mode: The Most Frequent Value

The mode is the value that appears most often.

Example

Find the mode of:

4, 7, 7, 9, 10, 7, 12

The number 7 appears three times.

The other numbers appear only once.

Therefore:

Mode = 7

Answer

7


20. More Than One Mode

A data set can have more than one mode.

Consider:

2, 4, 4, 6, 6, 8

The number 4 appears twice.

The number 6 also appears twice.

Therefore, both 4 and 6 are modes.

Answer

4 and 6

A data set with two modes is called bimodal.


21. No Mode

A data set can also have no mode.

Example:

3, 5, 8, 11, 14

Every value occurs exactly once.

Therefore, there is no mode.

The mode is determined by frequency, not by which number is largest or smallest.


22. Range: Measuring the Spread

The range measures the difference between the largest and smallest values.

Formula

Range = Largest value − Smallest value

Example

Find the range of:

8, 13, 5, 20, 11

Largest value = 20

Smallest value = 5

Range = 20 − 5

Range = 15

Answer

15


23. Range Is Not the Largest Value

Suppose the data set is:

4, 7, 10, 18

The largest value is 18.

The smallest value is 4.

Therefore:

Range = 18 − 4

Range = 14

The range is 14, not 18.


24. Finding All Four Measures

Consider:

2, 4, 6, 8, 10

Mean

Mean = (2 + 4 + 6 + 8 + 10) ÷ 5

Mean = 30 ÷ 5

Mean = 6

Median

The middle value is 6.

Median = 6

Mode

Every value appears once.

There is no mode.

Range

Range = 10 − 2

Range = 8

Answers

Mean = 6

Median = 6

Mode = No mode

Range = 8


25. What Happens When an Outlier Is Added?

Consider:

5, 6, 7, 8, 9

Now add 100.

The new data set becomes:

5, 6, 7, 8, 9, 100

The value 100 is much larger than the other values.

New mean

Mean = (5 + 6 + 7 + 8 + 9 + 100) ÷ 6

Mean = 135 ÷ 6

Mean = 22.5

New median

The two middle values are 7 and 8.

Median = (7 + 8) ÷ 2

Median = 7.5

New range

Range = 100 − 5

Range = 95

The unusually large value has a strong effect on the mean and range.

The median is much less affected.

This is an important concept when interpreting data.


26. Adding the Same Number to Every Value

Suppose the original data set is:

4, 6, 8, 10, 12

Now add 5 to every value:

9, 11, 13, 15, 17

The original mean is:

40 ÷ 5 = 8

The new mean is:

65 ÷ 5 = 13

The mean increased by 5.

The original median is 8.

The new median is 13.

The median also increased by 5.

But the range remains:

12 − 4 = 8

and:

17 − 9 = 8

Important rule

When the same number is added to every value:

• Mean increases by that number.

• Median increases by that number.

• Mode increases by that number, if a mode exists.

• Range stays unchanged.


27. Multiplying Every Value by the Same Positive Number

Consider:

2, 4, 6, 8, 10

Multiply every value by 3:

6, 12, 18, 24, 30

The original mean is 6.

The new mean is:

18

The original median is 6.

The new median is:

18

The original range is:

10 − 2 = 8

The new range is:

30 − 6 = 24

Important rule

When every value is multiplied by the same positive number:

• Mean is multiplied by that number.

• Median is multiplied by that number.

• Mode is multiplied by that number, if a mode exists.

• Range is multiplied by that number.


28. SAT Question: Adding a Value

A data set has a mean of 25.

A new value of 40 is added.

What happens to the mean?

A. It decreases.

B. It increases.

C. It stays the same.

D. It becomes 40.

Solution

The new value is 40.

The original mean is 25.

Since:

40 > 25

the mean increases.

Answer

B. It increases.

There is no need to calculate the new mean.


29. SAT Question: Finding a Missing Value

The mean of 6 numbers is 24.

Five of the numbers are:

18, 21, 25, 27, 30

What is the sixth number?

Step 1: Find the required total

24 × 6 = 144

Step 2: Find the known total

18 + 21 + 25 + 27 + 30 = 121

Step 3: Subtract

144 − 121 = 23

Answer

23


30. SAT Question: Finding the Median

A data set contains:

17, 5, 12, 9, 21

What is the median?

A. 9

B. 12

C. 17

D. 21

Solution

Arrange the values:

5, 9, 12, 17, 21

The middle value is 12.

Answer

B. 12


31. SAT Question: Finding the Range

A data set contains:

14, 22, 9, 30, 18

What is the range?

Solution

Largest value = 30

Smallest value = 9

Range = 30 − 9

Range = 21

Answer

21


32. Comparing Two Data Sets

Consider:

Data Set A:

10, 15, 20, 25, 30

Data Set B:

18, 19, 20, 21, 22

Both sets have a mean of 20.

Both sets also have a median of 20.

But their ranges are different.

Data Set A

Range = 30 − 10

Range = 20

Data Set B

Range = 22 − 18

Range = 4

Therefore, the two sets have the same mean and median but different amounts of spread.

This illustrates why one statistic cannot always describe an entire data set.


33. Common SAT Mistakes

Mistake 1: Forgetting to divide by the number of values

For:

4, 6, 8, 10

The sum is 28.

The mean is:

28 ÷ 4 = 7


Mistake 2: Finding the median before sorting

For:

9, 2, 15, 6, 4

First arrange:

2, 4, 6, 9, 15

The median is 6.


Mistake 3: Confusing mode with the largest value

The mode is the most frequently occurring value.

It has nothing to do with which value is largest.


Mistake 4: Confusing range with the largest value

Range = Largest − Smallest


Mistake 5: Assuming every statistic changes when one value changes

A change in one value can affect different statistics in different ways.

Always focus on the exact quantity the question asks about.


34. Practice Questions

Try these before looking at the solutions.

Question 1

Find the mean of:

8, 12, 16, 20, 24

Question 2

Find the median of:

17, 5, 12, 9, 21

Question 3

Find the mode of:

3, 5, 5, 7, 8, 5, 9

Question 4

Find the range of:

14, 22, 9, 30, 18

Question 5

The mean of 7 numbers is 16.

What is their total?

Question 6

The mean of 4 numbers is 18.

Three of the numbers are:

12, 20, 25

Find the fourth number.

Question 7

The data set is:

4, 6, 8, 10, 12

A number of 20 is added.

Does the mean increase, decrease, or stay the same?

Question 8

Find the median of:

6, 10, 14, 18, 22, 26

Question 9

The mean of 5 numbers is 30.

One of the numbers, 50, is removed.

What happens to the mean?

A. It increases.

B. It decreases.

C. It stays the same.

D. There is not enough information.

Question 10

A data set is:

2, 4, 6, 8, 100

Which measure is strongly affected by the unusually large value?

A. Mean

B. Median

C. Mode

D. None of these


35. Complete Solutions

Solution 1

Mean = (8 + 12 + 16 + 20 + 24) ÷ 5

Mean = 80 ÷ 5

Mean = 16

Answer: 16


Solution 2

Arrange the values:

5, 9, 12, 17, 21

The middle value is 12.

Answer: 12


Solution 3

The number 5 appears three times.

Answer: 5


Solution 4

Largest value = 30

Smallest value = 9

Range = 30 − 9

Range = 21

Answer: 21


Solution 5

Total = Mean × Number of values

Total = 16 × 7

Total = 112

Answer: 112


Solution 6

Required total:

18 × 4 = 72

Known total:

12 + 20 + 25 = 57

Missing value:

72 − 57 = 15

Answer: 15


Solution 7

First find the original mean:

(4 + 6 + 8 + 10 + 12) ÷ 5

= 40 ÷ 5

= 8

The added value is 20.

Since 20 > 8, the mean increases.

Answer: The mean increases.


Solution 8

The two middle values are 14 and 18.

Median = (14 + 18) ÷ 2

Median = 32 ÷ 2

Median = 16

Answer: 16


Solution 9

Original total:

30 × 5 = 150

Remove 50:

150 − 50 = 100

Four values remain.

New mean:

100 ÷ 4 = 25

The mean decreases from 30 to 25.

Answer: B. It decreases.


Solution 10

The value 100 is much larger than the other values.

It pulls the mean upward considerably.

The median is still 6.

Answer: A. Mean


36. Final Revision Sheet

Mean

Mean = Total ÷ Number of values

Median

Arrange the values and find the middle.

If there are two middle values, find their mean.

Mode

The value that occurs most frequently.

Range

Range = Largest − Smallest

Important shortcut

Total = Mean × Number of values

Missing value

Missing value = Required total − Known total

Adding a value

Value > Mean → Mean increases

Value < Mean → Mean decreases

Value = Mean → Mean stays the same

Changing every value

Adding the same number to every value:

Mean changes by that number.

Median changes by that number.

Range does not change.

Multiplying every value by the same positive number:

Mean is multiplied by that number.

Median is multiplied by that number.

Range is multiplied by that number.


37. The Main Idea to Remember

Mean, median, mode, and range all describe the same data from different perspectives.

The mean uses every value.

The median depends on the ordered position of the values.

The mode depends on frequency.

The range depends only on the smallest and largest values.

When an SAT Math question changes a data set, do not automatically assume that all four measurements change in the same way.

Identify the measurement being tested, apply the appropriate rule, and calculate only what is necessary.

Monday, September 7, 2026

SAT Mixture & Concentration Problems: The Easy Method That Works

 

SAT Mixture & Concentration Problems

A Complete Guide to Solutions, Dilution, Ratios & Concentration

Mixture questions can appear intimidating because a single problem may combine percentages, quantities, ratios, equations and word problems.

But there is one idea that unlocks almost all of them:

Amount of substance = Total amount × Concentration

Once this relationship becomes familiar, many complicated-looking SAT Math questions become simple.


① What Is Concentration?

Concentration describes how much of a particular substance exists within a mixture.

For example:

20% salt solution

means that 20% of the mixture is salt.

So:

20% = 20⁄100 = 0.20

Likewise:

15% = 0.15

35% = 0.35

60% = 0.60

75% = 0.75

The concentration can be represented as a fraction, decimal or percentage.


② The One Formula You Should Know First

Let:

A = amount of pure substance

T = total amount of mixture

C = concentration

Then:

A = T × C

From this relationship:

C = A ÷ T

and:

T = A ÷ C

These three forms are enough to solve a surprisingly large number of mixture questions.


③ A Simple Example

A container holds 600 mL of a solution containing 15% alcohol.

How much alcohol is present?

Convert the percentage:

15% = 0.15

Then:

A = 600 × 0.15

A = 90 mL

Answer: 90 mL

The important point is that the 600 mL represents the entire solution, while 90 mL represents the alcohol inside it.


④ The Secret Behind Mixture Questions

When two solutions are combined, do not try to combine their percentages directly.

Instead, find the actual amount of the substance in each solution.

Suppose:

200 mL at 10%

is mixed with:

300 mL at 30%

First solution:

200 × 0.10 = 20 mL

Second solution:

300 × 0.30 = 90 mL

Total substance:

20 + 90 = 110 mL

Total mixture:

200 + 300 = 500 mL

Therefore:

Concentration = 110 ÷ 500

= 0.22

Final concentration = 22%

Notice that:

10% + 30% ≠ 40%

The percentages cannot simply be added.


⑤ The Master Mixture Equation

For two solutions:

T₁C₁ + T₂C₂ = (T₁ + T₂)C

where:

T₁ = quantity of solution 1

C₁ = concentration of solution 1

T₂ = quantity of solution 2

C₂ = concentration of solution 2

C = concentration after mixing

This equation is simply the idea:

Substance from solution 1 + Substance from solution 2 = Substance in final mixture


⑥ Worked Example

A student mixes:

400 mL of a 15% solution

with:

600 mL of a 25% solution

What is the concentration of the resulting mixture?

Amount from the first solution:

400 × 0.15 = 60

Amount from the second:

600 × 0.25 = 150

Total substance:

60 + 150 = 210

Total mixture:

400 + 600 = 1,000

Therefore:

C = 210 ÷ 1,000

C = 0.21

Answer: 21%


⑦ Why You Cannot Simply Average Percentages

Consider:

100 mL of 10%

and:

900 mL of 40%

A simple average gives:

(10% + 40%) ÷ 2 = 25%

But this is wrong because the quantities are not equal.

Calculate the actual amounts:

100 × 0.10 = 10

900 × 0.40 = 360

Total substance:

370

Total mixture:

1,000

Therefore:

370 ÷ 1,000 = 37%

Answer: 37%

The larger quantity has the greater influence on the final concentration.


⑧ Think of Mixtures as Weighted Averages

The final concentration is essentially a weighted average.

A large quantity contributes more to the final answer than a small quantity.

If you mix:

900 mL at 40%

with:

100 mL at 10%

the answer must be much closer to 40% than to 10%.

That observation alone can help eliminate incorrect SAT answer choices.


⑨ A Powerful SAT Check

If two solutions are mixed and nothing unusual is happening, the final concentration must lie between the original concentrations.

For example:

20% + 50%

must produce a concentration between:

20% and 50%

An answer such as:

12%

or:

65%

should immediately make you suspicious.

This is a fast way to detect calculation errors.


⑩ Finding an Unknown Amount

Suppose a 10% solution is mixed with a 40% solution to create 200 mL of a 25% solution.

Let:

x = amount of 10% solution

Then:

200 − x = amount of 40% solution

The substance equation is:

0.10x + 0.40(200 − x) = 0.25(200)

Expand:

0.10x + 80 − 0.40x = 50

Combine:

−0.30x = −30

Therefore:

x = 100

So:

100 mL of the 10% solution

and:

100 mL of the 40% solution

are required.


⑪ Dilution Problems

Dilution occurs when a solution becomes less concentrated.

The most common example is adding water.

Water contains none of the substance being measured, so:

Adding water increases the total amount but does not increase the amount of dissolved substance.

Therefore the concentration decreases.


⑫ The Dilution Formula

For dilution:

C₁V₁ = C₂V₂

where:

C₁ = original concentration

V₁ = original volume

C₂ = new concentration

V₂ = final volume

The reason this works is simple:

The amount of pure substance stays unchanged.


⑬ Dilution Example

A container holds:

300 mL of a 40% solution

Water is added until the concentration becomes:

15%

What is the final volume?

Use:

C₁V₁ = C₂V₂

Therefore:

0.40 × 300 = 0.15V₂

120 = 0.15V₂

V₂ = 800 mL

The final volume must therefore be:

800 mL

But the question may ask how much water was added.

So:

800 − 300 = 500 mL

Water added = 500 mL


⑭ Why Adding Water Changes the Percentage

Initially:

300 mL × 40% = 120 mL

of the substance is present.

After adding water:

Substance = 120 mL

but:

Total volume = 800 mL

Therefore:

120 ÷ 800 = 0.15

or:

15%

The substance did not disappear.

The total amount simply became larger.


⑮ What Happens When Water Evaporates?

Evaporation creates the opposite effect.

Suppose:

800 mL of a 20% solution

contains:

800 × 0.20 = 160 mL

of the substance.

If water evaporates and only:

500 mL

remains, assume the 160 mL of substance remains.

Then:

160 ÷ 500 = 0.32

Therefore:

New concentration = 32%

Removing solvent makes the mixture more concentrated.


⑯ Adding Pure Substance

Suppose a mixture contains:

500 mL

with:

20% concentration.

The amount of substance is:

500 × 0.20 = 100 mL

Now add:

50 mL

of the pure substance.

New substance amount:

100 + 50 = 150 mL

New total:

500 + 50 = 550 mL

New concentration:

150 ÷ 550 ≈ 0.2727

Therefore:

New concentration ≈ 27.27%

The concentration does not simply rise from 20% to 70%.

The total amount changes too.


⑰ Ratio-Based Mixture Questions

Some SAT questions give the quantities as a ratio.

Suppose two solutions are mixed in the ratio:

2 : 3

and the total amount is:

500 mL

Total ratio parts:

2 + 3 = 5

One part:

500 ÷ 5 = 100 mL

Therefore:

First solution:

2 × 100 = 200 mL

Second solution:

3 × 100 = 300 mL

If the concentrations are 10% and 30%:

200 × 0.10 = 20

300 × 0.30 = 90

Total substance:

110

Final concentration:

110 ÷ 500 = 0.22

Answer: 22%


⑱ A Useful Ratio Shortcut

Suppose a:

10% solution

and a:

40% solution

are combined to create:

25%

The target concentration lies exactly halfway between 10% and 40%.

The distances are:

25 − 10 = 15

40 − 25 = 15

Therefore the quantities must be equal.

Ratio = 1 : 1

This can be much faster than writing a full equation.


⑲ Another Ratio Shortcut

Suppose:

20%

and:

50%

are mixed to create:

30%

Compare the distances from the target:

30 − 20 = 10

50 − 30 = 20

The required quantities are in the opposite ratio.

Therefore:

20% solution : 50% solution = 2 : 1

Twice as much of the 20% solution is needed.


⑳ Unknown Concentration

Suppose:

300 mL of a 20% solution

is mixed with:

200 mL of an unknown solution

to create:

500 mL of a 32% solution

Let the unknown concentration be:

x

The first solution contributes:

300 × 0.20 = 60

The unknown solution contributes:

200x

The final mixture contains:

500 × 0.32 = 160

Therefore:

60 + 200x = 160

200x = 100

x = 0.50

Unknown concentration = 50%


㉑ Three-Solution Problems

The same method works for any number of mixtures.

Suppose:

100 mL at 10%

200 mL at 20%

300 mL at 40%

Amounts of substance:

100 × 0.10 = 10

200 × 0.20 = 40

300 × 0.40 = 120

Total substance:

10 + 40 + 120 = 170

Total mixture:

100 + 200 + 300 = 600

Therefore:

170 ÷ 600 ≈ 0.2833

Final concentration ≈ 28.33%


㉒ Mass Instead of Volume

Mixture questions do not always involve liquids.

The same principle applies to mass.

Suppose:

200 g at 15%

is combined with:

300 g at 35%

First substance amount:

200 × 0.15 = 30 g

Second:

300 × 0.35 = 105 g

Total substance:

135 g

Total mass:

500 g

Therefore:

135 ÷ 500 = 0.27

Final concentration = 27%


㉓ Percentage Points vs Percentage Increase

Be careful when a question says a concentration changes from:

20% to 30%

The increase is:

30% − 20% = 10 percentage points

But the relative percentage increase is:

10 ÷ 20 = 0.50

or:

50%

So:

20% → 30%

means:

+10 percentage points

but also:

+50% relative increase

These statements are not interchangeable.


㉔ Percentage of a Percentage

Some difficult-looking problems contain two percentage operations.

Suppose:

40% of a mixture is salt.

Then:

25% of the entire mixture is removed.

The amount of salt removed is:

0.25 × 0.40 = 0.10

Therefore:

10% of the original mixture's salt amount is removed

The key is to perform the percentages one after another.


㉕ What If Some Mixture Is Removed?

If a well-mixed solution is removed, the removed portion has the same concentration as the original solution.

Suppose:

500 mL at 20%

is present.

If:

100 mL

is removed, the removed portion contains:

100 × 0.20 = 20 mL

of the substance.

The remaining solution therefore contains:

500 × 0.20 − 20

= 100 − 20

= 80 mL

of the substance.

Remaining volume:

500 − 100 = 400 mL

Concentration:

80 ÷ 400 = 20%

So removing part of a perfectly mixed solution does not change its concentration.


㉖ Multi-Step Mixture Problems

Some SAT questions perform several operations.

For example:

Step 1: Start with a solution.

Step 2: Add water.

Step 3: Remove some mixture.

Step 4: Add another solution.

Do not attempt all four steps mentally at once.

Instead, keep track of:

① Amount of substance

② Total amount

After every operation, update both values.

This greatly reduces mistakes.


㉗ The Two-Column Method

For difficult problems, create two quantities:

QuantityMeaning
Pure substanceAmount of the substance being tracked
Total mixtureEntire amount

For every operation, ask:

What happens to the pure substance?

What happens to the total mixture?

This is often easier than trying to remember a special formula.


㉘ The Most Important SAT Mixture Trap

Never confuse:

Amount of solution

with:

Amount of pure substance

For example:

500 mL at 20%

does not mean there are 500 mL of the substance.

It means:

500 × 0.20 = 100 mL

of the substance is present.


㉙ Another Common Trap: The Wrong Denominator

Suppose:

200 mL

of a solution is mixed with:

300 mL

of water.

The final total is:

500 mL

not:

300 mL

If the original solution was 20%:

200 × 0.20 = 40

Therefore the new concentration is:

40 ÷ 500 = 0.08

8%

Using 300 instead of 500 would produce the wrong answer.


㉚ Common SAT Mixture Mistakes

✗ Adding percentages

20% + 30% = 50%

Usually incorrect.

✗ Averaging unequal quantities

(20% + 40%) ÷ 2

Only works when the quantities are equal.

✗ Forgetting to convert %

30% = 0.30

not 30.

✗ Forgetting the final amount

Always calculate the new total after adding or removing material.

✗ Ignoring units

Do not combine:

2 L

and:

500 mL

without accounting for the difference.


㉛ Unit Conversion

Useful relationships include:

1 L = 1,000 mL

1 kg = 1,000 g

If every quantity is expressed in the same unit, the mixture calculation becomes much safer.

For example:

1.5 L = 1,500 mL


㉜ Fraction Thinking Can Be Faster

Some percentages are especially convenient as fractions.

25% = ¼

50% = ½

75% = ¾

20% = ⅕

10% = ¹⁄₁₀

For example:

800 × 25%

can be calculated as:

800 ÷ 4 = 200

No decimal multiplication is necessary.


㉝ A Complete SAT-Style Problem

A tank contains 600 L of a 25% solution. How many liters of a 55% solution must be added to obtain a 35% solution?

Let:

x = liters added

Initial substance:

600 × 0.25 = 150

Substance added:

0.55x

Final amount:

600 + x

Final substance:

0.35(600 + x)

Therefore:

150 + 0.55x = 0.35(600 + x)

Expand:

150 + 0.55x = 210 + 0.35x

Subtract:

0.20x = 60

Therefore:

x = 300

Answer: 300 L


㉞ Check the Result

The starting concentration was:

25%

The added solution was:

55%

The target was:

35%

Therefore the target lies between the two concentrations.

That makes the answer reasonable.

There is also a useful ratio check:

35 − 25 = 10

55 − 35 = 20

So the amount of the 25% solution should be twice the amount of the 55% solution.

Indeed:

600 : 300 = 2 : 1

Everything agrees.


㉟ A Universal Mixture Strategy

Whenever you see a mixture problem, follow this sequence:

STEP 1

Identify the substance being measured.

STEP 2

Convert every percentage into a decimal or fraction.

STEP 3

Calculate the amount of substance in each mixture.

STEP 4

Combine the substance amounts.

STEP 5

Find the new total amount.

STEP 6

Use:

Concentration = Substance ÷ Total

STEP 7

Check whether the result makes sense.


㊱ When the Problem Asks for an Unknown

Use this pattern:

Let x = unknown amount

Then write:

Substance from mixture 1

Substance from mixture 2

=

Substance in final mixture

In symbols:

T₁C₁ + T₂C₂ = (T₁ + T₂)C

Then solve for x.


㊲ When the Problem Is About Dilution

Use:

C₁V₁ = C₂V₂

But remember:

V₂ is the final volume

If the question asks how much water was added:

Water added = Final volume − Original volume

This small distinction causes many avoidable mistakes.


㊳ When Should You Use the Calculator?

A calculator is useful when:

• percentages produce awkward decimals

• fractions become complicated

• the equation contains several terms

• the final concentration is not easy to estimate mentally

But do not immediately reach for the calculator.

First identify:

What is the substance?

What is the total amount?

What concentration is required?

The setup is usually more important than the arithmetic.


㊴ Quick Practice Set

Problem A

A 400 mL solution is 25% sugar.

How much sugar is present?

Answer:

400 × 0.25 = 100 mL


Problem B

A 200 mL 10% solution is mixed with a 300 mL 30% solution.

Final concentration?

Answer:

[200 × 0.10 + 300 × 0.30] ÷ 500

= 110 ÷ 500

= 22%


Problem C

How much water must be added to 200 mL of a 50% solution to make it 20%?

0.50 × 200 = 0.20V

100 = 0.20V

V = 500

Water added:

500 − 200 = 300 mL

Answer: 300 mL


Problem D

A 30% solution and a 10% solution are combined to make a 20% solution.

What is the ratio of the two solutions?

Because 20% lies exactly halfway between 10% and 30%:

Ratio = 1 : 1


Problem E

A 400 g mixture contains 25% sugar.

How much sugar is present?

400 × 0.25 = 100 g

Answer: 100 g


㊵ Final SAT Mixture Formula Sheet

Amount of substance

A = T × C

Concentration

C = A ÷ T

Total amount

T = A ÷ C

Two-mixture equation

T₁C₁ + T₂C₂ = (T₁ + T₂)C

Dilution

C₁V₁ = C₂V₂

Final concentration

C = Total substance ÷ Total mixture

Percentage conversion

p% = p⁄100


㊶ The 10-Second SAT Check

Before submitting your answer, ask:

① Did I convert the percentage correctly?

② Did I track the actual substance?

③ Did I calculate the new total?

④ Are my units consistent?

⑤ Is the final concentration reasonable?

⑥ If two concentrations were mixed, is the answer between them?

If all six answers are yes, your setup is probably correct.


㊷ The Big Idea

You do not need to memorize a huge collection of mixture tricks.

Almost everything comes back to one relationship:

Amount of substance = Total amount × Concentration

When mixtures are combined:

Total substance = Substance₁ + Substance₂ + Substance₃ + ⋯

Then:

Final concentration = Total substance ÷ Final total

For dilution:

C₁V₁ = C₂V₂

Once these ideas become automatic, mixture and concentration questions stop looking like long word problems.

They become what they really are:

A quantity problem + a percentage + a little algebra.


⭐ Final SAT Reminder

When a mixture question looks complicated, do not focus on the story.

Ignore the extra words for a moment.

Find these three things:

WHAT is being measured?

HOW MUCH is there?

WHAT percentage is involved?

Then write:

T × C = A

That single relationship is the foundation for solving concentration, dilution and mixture problems efficiently.


Sunday, September 6, 2026

SAT Right Triangles: The Shortcuts, Formulas & Tricks You Need


SAT Right Triangles, Special Triangles & Pythagorean Theorem

Right triangle problems are among the easiest SAT geometry questions to turn into quick points — if you recognize the pattern before doing the calculation.

A question may give you a diagram, coordinates, a height, an angle, a missing side, or an area.

The appearance changes.

The underlying mathematics usually does not.

The most useful ideas are:

◆ Pythagorean theorem
◆ 45°–45°–90° triangles
◆ 30°–60°–90° triangles
◆ Similar right triangles
◆ Distance on the coordinate plane
◆ Sine, cosine and tangent
◆ Area and perimeter
◆ Height and distance problems
◆ Radical simplification
◆ SAT geometry traps

The real shortcut is recognition.


1. What Is a Right Triangle?

A right triangle is a triangle containing exactly one 90° angle.

The side opposite the 90° angle has a special name:

Hypotenuse

The other two sides are:

Legs

The hypotenuse is always the longest side.

So whenever you see a right-angle symbol, immediately ask:

Which side is directly opposite it?

That side is the hypotenuse.


2. The Pythagorean Theorem

For a right triangle:

a² + b² = c²

Here:

a and b are the legs.

c is the hypotenuse.

This formula is useful whenever two sides are known and the third side is required.

Example

The legs are 9 and 12.

Then:

9² + 12² = c²

81 + 144 = c²

225 = c²

Therefore:

c = 15

So the missing side is:

15


3. Finding a Missing Leg

Suppose the hypotenuse is 13 and one leg is 5.

Start with:

5² + x² = 13²

Then:

25 + x² = 169

x² = 144

Therefore:

x = 12

So the triangle is:

5 – 12 – 13

This is a very useful right-triangle pattern to recognize instantly.


4. Pythagorean Triples Worth Knowing

Some combinations appear repeatedly.

3 – 4 – 5

3² + 4² = 5²

5 – 12 – 13

5² + 12² = 13²

8 – 15 – 17

8² + 15² = 17²

Multiples work too.

For example:

6 – 8 – 10

is simply:

2 × (3 – 4 – 5)

And:

10 – 24 – 26

is:

2 × (5 – 12 – 13)

SAT speed idea

If the numbers look familiar, check for a Pythagorean triple before doing a full calculation.


5. The 45°–45°–90° Triangle

This special triangle has angles:

45°, 45°, 90°

The two legs are equal.

Its side relationship is:

1 : 1 : √2

Therefore, if each leg is x:

Hypotenuse = x√2

Example

If one leg is:

8

then the other leg is also:

8

and the hypotenuse is:

8√2

No lengthy calculation is needed.


6. Working Backward With a 45°–45°–90° Triangle

Suppose the hypotenuse is:

14√2

The hypotenuse is:

x√2

Therefore:

x√2 = 14√2

so:

x = 14

Both legs are:

14

This is why knowing the ratio is faster than repeatedly using the Pythagorean theorem.


7. The 30°–60°–90° Triangle

The other major special right triangle has angles:

30°, 60°, 90°

Its side ratio is:

1 : √3 : 2

The sides correspond as follows:

Opposite 30° → x

Opposite 60° → x√3

Opposite 90° → 2x

The shortest side is always opposite the 30° angle.


8. Example: 30°–60°–90°

Suppose the shortest side is:

7

Then:

Longer leg = 7√3

and:

Hypotenuse = 14

So the three sides are:

7, 7√3, 14


9. Working Backward From the Hypotenuse

Suppose a 30°–60°–90° triangle has hypotenuse:

20

Since:

Hypotenuse = 2x

we get:

2x = 20

Therefore:

x = 10

So:

Shortest side = 10

Longer leg = 10√3


10. Working Backward From the Longer Leg

Suppose the longer leg is:

15√3

The longer leg is:

x√3

Therefore:

x = 15

So:

Shortest side = 15

Hypotenuse = 30


11. The Two Special Triangle Ratios

These are worth memorizing.

45°–45°–90°

1 : 1 : √2

30°–60°–90°

1 : √3 : 2

A quick memory trick:

45° → equal legs

30° → shortest side


12. How to Spot a Special Triangle

Do not begin calculating immediately.

First inspect the angles.

If you see:

45° + 45° + 90°

think:

1 : 1 : √2

If you see:

30° + 60° + 90°

think:

1 : √3 : 2

The special ratio may give you the answer in seconds.


13. Area of a Right Triangle

The area of any triangle is:

Area = ½ × base × height

For a right triangle, the two perpendicular legs can be used as the base and height.

Therefore:

Area = ½ × leg₁ × leg₂

Example

The legs are:

10 and 16

Then:

Area = ½ × 10 × 16

Area = 80

So:

80 square units


14. Finding a Missing Side From Area

Suppose the area is:

42

and one leg is:

7

Use:

42 = ½ × 7 × x

Multiply both sides by 2:

84 = 7x

Therefore:

x = 12

The missing leg is:

12


15. Perimeter of a Right Triangle

Perimeter means the total distance around the triangle.

Simply add the three sides.

For:

5, 12, 13

the perimeter is:

5 + 12 + 13 = 30

Therefore:

Perimeter = 30 units

Remember:

Perimeter → units

Area → square units


16. Right Triangles on the Coordinate Plane

A right triangle can appear without being drawn as a triangle.

Suppose the points are:

A(2, 3)

and:

B(8, 11)

The horizontal change is:

8 − 2 = 6

The vertical change is:

11 − 3 = 8

So the two legs are:

6 and 8

Now use:

6² + 8² = d²

36 + 64 = d²

100 = d²

Therefore:

d = 10

The distance is:

10 units


17. Distance Formula

For two points:

(x₁, y₁) and (x₂, y₂)

the distance is:

d = √[(x₂ − x₁)² + (y₂ − y₁)²]

This is really just the Pythagorean theorem in disguise.

Think:

horizontal change → one leg

vertical change → second leg

distance → hypotenuse


18. Coordinate Shortcut

Consider:

(1, 2) and (4, 6)

Horizontal change:

4 − 1 = 3

Vertical change:

6 − 2 = 4

You immediately have:

3 – 4 – 5

Therefore:

Distance = 5

No need to write the entire distance formula.


19. Slope and Right Triangles

Slope measures:

rise ÷ run

For two points:

(x₁, y₁) and (x₂, y₂)

the slope is:

m = (y₂ − y₁) ÷ (x₂ − x₁)

The rise and run can form the legs of a right triangle.

That creates a useful connection between:

slope

distance

and

Pythagorean theorem


20. Perpendicular Lines

Two nonvertical lines are perpendicular when their slopes are negative reciprocals.

For example:

m₁ = 3

and:

m₂ = −⅓

because:

3 × (−⅓) = −1

the lines are perpendicular.

Perpendicular lines meet at:

90°

That 90° angle creates a right triangle.


21. Similar Right Triangles

Similar triangles have the same shape even when their sizes differ.

Their corresponding angles are equal.

Their corresponding sides have the same ratio.

For example:

3 – 4 – 5

and:

6 – 8 – 10

are similar.

The scale factor is:

2

because:

6 ÷ 3 = 8 ÷ 4 = 10 ÷ 5 = 2


22. Solving With Similar Triangles

Suppose:

3 ÷ 5 = x ÷ 20

Cross multiply:

3 × 20 = 5x

60 = 5x

Therefore:

x = 12

The missing side is:

12


23. Similar Triangles Hidden Inside a Diagram

A larger triangle may contain a line that creates two smaller right triangles.

Those smaller triangles may be similar.

When that happens, corresponding sides are proportional.

The important question is:

Which sides correspond?

Do not match sides merely because they look similarly positioned.

Use the corresponding angles.


24. Trigonometry in a Right Triangle

For an acute angle θ:

sin θ = opposite ÷ hypotenuse

cos θ = adjacent ÷ hypotenuse

tan θ = opposite ÷ adjacent

A familiar memory aid is:

SOH

CAH

TOA

But the actual relationships are what matter.


25. Using Sine

Suppose:

θ = 30°

and:

Hypotenuse = 12

The opposite side is:

12 × sin 30°

Since:

sin 30° = ½

the opposite side is:

6

So:

Opposite side = 6


26. Using Cosine

Suppose:

θ = 60°

and:

Hypotenuse = 18

The adjacent side is:

18 × cos 60°

Since:

cos 60° = ½

the adjacent side is:

9


27. Using Tangent

Suppose:

θ = 45°

and:

Adjacent side = 11

Since:

tan 45° = 1

we have:

1 = Opposite ÷ 11

Therefore:

Opposite = 11

This agrees with the fact that a 45°–45°–90° triangle has equal legs.


28. When Is Trigonometry the Best Choice?

Trigonometry is especially useful when:

◆ An acute angle is known
◆ One side is known
◆ Another side is required
◆ The triangle is not immediately recognizable as a special triangle

If the triangle is clearly 30°–60°–90° or 45°–45°–90°, the special ratio may be faster.


29. Height and Distance Problems

Many real-world-looking questions are simply right triangles wearing a word-problem disguise.

Imagine:

a building

a horizontal distance

a line of sight

These create a right triangle.

If θ is the angle of elevation:

tan θ = height ÷ horizontal distance

Therefore:

height = horizontal distance × tan θ


30. Angle of Elevation

Suppose someone is standing on the ground looking toward the top of a tower.

The angle measured upward from the horizontal is the:

angle of elevation

The resulting triangle often has:

Opposite = height

Adjacent = horizontal distance

Therefore:

tan θ = height ÷ distance


31. Angle of Depression

An angle of depression is measured downward from a horizontal line.

These questions can look complicated because the triangle may be drawn above or below the observer.

Do not focus on the visual appearance.

Find:

the right angle

the relevant acute angle

the opposite side

the adjacent side

Then choose the appropriate relationship.


32. Never Trust the Diagram's Appearance

A geometry diagram may not be drawn to scale.

A line that appears longer may not actually be longer.

An angle that looks like 45° may not be 45°.

Use the information given in the question.

If the problem states:

AB = 8

use 8.

Do not measure the picture with your eyes.


33. Finding the Hypotenuse Correctly

A common mistake is assuming the bottom side is the hypotenuse.

That is not the rule.

The hypotenuse is:

the side directly opposite the 90° angle

Always locate the right angle first.

Then look across from it.

That side is the hypotenuse.


34. Identifying Opposite and Adjacent

For trigonometry, your choice of angle matters.

Relative to a particular angle:

Opposite = directly across from the angle

Adjacent = next to the angle, but not the hypotenuse

Hypotenuse = opposite the 90° angle

The same side can therefore be called different things depending on which acute angle you are using.


35. Simplifying Square Roots

Right triangle answers frequently contain radicals.

For example:

√72

Break 72 into:

36 × 2

Therefore:

√72 = √36 × √2

So:

√72 = 6√2

Always look for a perfect-square factor.


36. Useful Perfect Squares

Remember:

√4 = 2

√9 = 3

√16 = 4

√25 = 5

√36 = 6

√49 = 7

√64 = 8

√81 = 9

√100 = 10

These can make radical questions much faster.


37. Equivalent Radical Answers

Two answer choices may look different but represent the same number.

For example:

2√12

can be simplified because:

√12 = 2√3

Therefore:

2√12 = 4√3

So:

2√12 = 4√3

Do not reject an answer simply because its radical form looks unfamiliar.

Simplify first.


38. Special Triangle Master Table

45°–45°–90°

Angles: 45°, 45°, 90°

Sides: 1 : 1 : √2

Therefore:

Hypotenuse = leg × √2


30°–60°–90°

Angles: 30°, 60°, 90°

Sides: 1 : √3 : 2

Therefore:

Long leg = short leg × √3

Hypotenuse = short leg × 2


39. Pythagorean Formula Set

Find the hypotenuse

c = √(a² + b²)

Find a leg

a = √(c² − b²)

Basic relationship

a² + b² = c²

Always make sure c represents the hypotenuse.


40. Right Triangle Area Formula

Area = ½ × base × height

For a right triangle:

Area = ½ × leg₁ × leg₂

The two legs are perpendicular, so either one can serve as the base while the other becomes the corresponding height.


41. Coordinate Distance Formula

d = √[(x₂ − x₁)² + (y₂ − y₁)²]

An even easier way to remember the idea:

Distance² = horizontal change² + vertical change²

This is simply Pythagorean theorem applied to coordinates.


42. The Fast SAT Triangle Decision Process

When a right triangle appears, pause for a moment.

Step 1

Locate the:

90° angle

Step 2

Identify:

hypotenuse

Step 3

Look for:

30°

45°

60°

Step 4

If you have 45°–45°–90°:

Use 1 : 1 : √2

Step 5

If you have 30°–60°–90°:

Use 1 : √3 : 2

Step 6

If two sides are known:

Try Pythagorean theorem

Step 7

If an angle and side are involved:

Consider sin, cos or tan

Step 8

Check whether your answer is reasonable.


43. Practice Question: Pythagorean Theorem

A right triangle has legs:

7

and:

24

Find the hypotenuse.

7² + 24² = c²

49 + 576 = c²

625 = c²

Therefore:

c = 25

Answer:

25


44. Practice Question: 45°–45°–90°

A 45°–45°–90° triangle has a leg of:

9

Find the hypotenuse.

Use:

1 : 1 : √2

Therefore:

Hypotenuse = 9√2

Answer:

9√2


45. Practice Question: 30°–60°–90°

A 30°–60°–90° triangle has a shortest side of:

8

Find the hypotenuse.

The ratio is:

1 : √3 : 2

Therefore:

Hypotenuse = 2 × 8

= 16

Answer:

16


46. Practice Question: Missing Leg

The hypotenuse of a right triangle is:

17

One leg is:

8

Find the other leg.

8² + x² = 17²

64 + x² = 289

x² = 225

Therefore:

x = 15

Answer:

15


47. Practice Question: Area

The legs of a right triangle are:

10

and:

14

Find the area.

Area = ½ × 10 × 14

Area = 70

Answer:

70 square units


48. Practice Question: Coordinates

Find the distance between:

(−2, 1)

and:

(4, 9)

Horizontal change:

4 − (−2) = 6

Vertical change:

9 − 1 = 8

Therefore:

d = √(6² + 8²)

d = √100

d = 10

Answer:

10


49. Practice Question: Sine

A right triangle has:

θ = 30°

and:

Hypotenuse = 14

Find the side opposite 30°.

sin 30° = Opposite ÷ 14

Since:

sin 30° = ½

we have:

½ = Opposite ÷ 14

Therefore:

Opposite = 7

Answer:

7


50. Practice Question: Recognizing a Triple

A right triangle has side lengths:

15

and:

20

Find the hypotenuse.

These numbers are:

5 × 3

and:

5 × 4

So the triangle follows:

3 : 4 : 5

Therefore:

Hypotenuse = 5 × 5

= 25

Answer:

25


51. Practice Question: Special Triangle Recognition

A right triangle has angles:

30°

60°

90°

The shortest side is:

11

Find the longer leg.

Use:

1 : √3 : 2

Therefore:

Longer leg = 11√3

Answer:

11√3


52. Practice Question: Height

A person stands 20 units from the base of a tower.

The angle of elevation to the top is 45°.

Let the tower height be h.

Because:

tan 45° = h ÷ 20

and:

tan 45° = 1

we get:

1 = h ÷ 20

Therefore:

h = 20

Answer:

20 units


53. Practice Question: Similar Triangles

Two similar right triangles have corresponding sides:

6 and 15

The smaller triangle has another corresponding side of:

8

Find the matching side in the larger triangle.

Set up:

6 ÷ 15 = 8 ÷ x

Cross multiply:

6x = 120

Therefore:

x = 20

Answer:

20


54. Five Geometry Traps to Avoid

Trap 1: Wrong hypotenuse

Do not choose the side that merely looks longest.

Find the side opposite 90°.

Trap 2: Wrong special-triangle ratio

Do not mix:

1 : 1 : √2

with:

1 : √3 : 2

Trap 3: Forgetting the square

Pythagorean theorem is:

a² + b² = c²

not:

a + b = c

Trap 4: Trusting the drawing

A diagram is not necessarily to scale.

Trap 5: Leaving radicals messy

Always check whether a square factor can be removed.


55. The Ultimate Right-Triangle Cheat Sheet

Right triangle

a² + b² = c²

45°–45°–90°

1 : 1 : √2

30°–60°–90°

1 : √3 : 2

Area

½ × base × height

Distance

√[(horizontal change)² + (vertical change)²]

Sine

opposite ÷ hypotenuse

Cosine

adjacent ÷ hypotenuse

Tangent

opposite ÷ adjacent


56. The 10-Second SAT Strategy

When you see a right triangle, use this mental checklist:

90° angle?

Find the hypotenuse.

30°, 45° or 60°?

Check for a special triangle.

Two sides known?

Try Pythagorean theorem.

Angle + side known?

Try sin, cos or tan.

Coordinates?

Use horizontal and vertical changes.

Radical answer?

Simplify it.


57. The Most Important Insight

Do not treat every right-triangle question as a brand-new problem.

Most questions fit one of a few recognizable patterns.

If you see:

90° + two known sides

Think:

Pythagorean theorem

If you see:

45°–45°–90°

Think:

1 : 1 : √2

If you see:

30°–60°–90°

Think:

1 : √3 : 2

If you see:

an angle + sides

Think:

trigonometry

If you see:

coordinates

Think:

horizontal change + vertical change

If you see:

area

Think:

½ × base × height


Final SAT Right Triangle Reminder

The fastest students are not necessarily doing more calculations.

They are recognizing the correct method sooner.

Before touching the calculator, ask:

What type of triangle is this?

Where is the 90° angle?

Which side is the hypotenuse?

Is this a special triangle?

Can I use a Pythagorean triple?

Do I need Pythagorean theorem?

Would trigonometry be faster?

Can I simplify the radical?

That short mental routine can turn a long-looking geometry problem into a few lines of mathematics.

Memorize these four patterns:

a² + b² = c²

45°–45°–90° → 1 : 1 : √2

30°–60°–90° → 1 : √3 : 2

Area → ½ × base × height

Master those patterns, and right-triangle questions become much more predictable.


Monday, August 31, 2026

SAT Exponential Functions: Growth, Decay, Formulas & Easy Tricks


𝙎𝘼𝙏 𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙁𝙪𝙣𝙘𝙩𝙞𝙤𝙣𝙨 𝙂𝙪𝙞𝙙𝙚

𝙂𝙧𝙤𝙬𝙩𝙝, 𝘿𝙚𝙘𝙖𝙮, 𝙋𝙚𝙧𝙘𝙚𝙣𝙩𝙖𝙜𝙚𝙨, 𝙂𝙧𝙖𝙥𝙝𝙨, 𝙏𝙖𝙗𝙡𝙚𝙨 𝙖𝙣𝙙 𝙒𝙤𝙧𝙙 𝙋𝙧𝙤𝙗𝙡𝙚𝙢𝙨

An exponential function can look complicated at first.

But underneath the equation, table, graph or word problem, there is usually one simple idea:

𝙏𝙝𝙚 𝙨𝙖𝙢𝙚 𝙢𝙪𝙡𝙩𝙞𝙥𝙡𝙞𝙚𝙧 𝙞𝙨 𝙖𝙥𝙥𝙡𝙞𝙚𝙙 𝙖𝙜𝙖𝙞𝙣 𝙖𝙣𝙙 𝙖𝙜𝙖𝙞𝙣.

That single idea connects exponential equations, exponential growth, exponential decay, percentage changes, doubling, halving, tables and graphs.

This guide brings those ideas together in one place.


✦ 𝟭. 𝙒𝙝𝙖𝙩 𝙄𝙨 𝘼𝙣 𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙁𝙪𝙣𝙘𝙩𝙞𝙤𝙣?

A common exponential function is written as:

𝒇(𝒙) = 𝒂(𝒃ˣ)

There are three important parts.

𝒂 = starting value

𝒃 = multiplication factor

𝒙 = number of repeated changes

The most important clue is that the variable appears in the exponent.

For example:

𝒇(𝒙) = 𝟱(𝟮ˣ)

is exponential because 𝒙 is in the exponent.

But:

𝒇(𝒙) = 𝟱𝒙²

is not an exponential function.

Here, the variable is the base and the exponent is fixed.


✦ 𝟮. 𝙏𝙝𝙚 𝙈𝙖𝙞𝙣 𝙄𝙙𝙚a: 𝘼𝙙𝙙 𝙊𝙧 𝙈𝙪𝙡𝙩𝙞𝙥𝙡𝙮?

This is one of the quickest ways to distinguish linear and exponential patterns.

Consider:

𝟯, 𝟲, 𝟵, 𝟭𝟮, 𝟭𝟱

The same amount is added each time:

+𝟯

This is a linear pattern.

Now consider:

𝟯, 𝟲, 𝟭𝟮, 𝟮𝟰, 𝟰𝟴

Each value is multiplied by:

×𝟮

This is an exponential pattern.

𝙍𝙚𝙢𝙚𝙢𝙗𝙚𝙧:

𝙎𝙖𝙢𝙚 𝙙𝙞𝙛𝙛𝙚𝙧𝙚𝙣𝙘𝙚 → 𝙡𝙞𝙣𝙚𝙖𝙧

𝙎𝙖𝙢𝙚 𝙧𝙖𝙩𝙞𝙤 → 𝙚𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡


✦ 𝟯. 𝙒𝙝𝙖𝙩 𝘿𝙤𝙚𝙨 𝒂 𝙈𝙚𝙖𝙣?

Look at:

𝒇(𝒙) = 𝟴(𝟯ˣ)

The starting value is:

𝒂 = 𝟴

Why?

Set:

𝒙 = 𝟬

Then:

𝒇(𝟬) = 𝟴(𝟯⁰)

Since:

𝟯⁰ = 𝟭

we get:

𝒇(𝟬) = 𝟴

So in:

𝒇(𝒙) = 𝒂(𝒃ˣ)

the value of 𝒂 is the output when 𝒙 = 𝟬.


✦ 𝟰. 𝙒𝙝𝙖𝙩 𝘿𝙤𝙚𝙨 𝒃 𝙈𝙚𝙖𝙣?

In:

𝒇(𝒙) = 𝒂(𝒃ˣ)

the number 𝒃 tells you how the output changes when 𝒙 increases by 1.

For example:

𝒇(𝒙) = 𝟱(𝟮ˣ)

Values include:

𝒇(𝟬) = 𝟱

𝒇(𝟭) = 𝟭𝟬

𝒇(𝟮) = 𝟮𝟬

𝒇(𝟯) = 𝟰𝟬

Every step multiplies the previous value by:

×𝟮

So the base is the repeated multiplier.


✦ 𝟱. 𝙂𝙧𝙤𝙬𝙩𝙝 𝙑𝙚𝙧𝙨𝙪𝙨 𝘿𝙚𝙘𝙖𝙮

The base gives you an immediate clue.

𝙄𝙛 𝒃 > 𝟭:

The function shows exponential growth.

Example:

𝒇(𝒙) = 𝟭𝟬(𝟭.𝟮ˣ)


𝙄𝙛 𝟬 < 𝒃 < 𝟭:

The function shows exponential decay.

Example:

𝒇(𝒙) = 𝟭𝟬(𝟬.𝟴ˣ)

The values get smaller as 𝒙 increases.

𝙌𝙪𝙞𝙘𝙠 𝙘𝙝𝙚𝙘𝙠:

𝒃 > 𝟭 → 𝙂𝙧𝙤𝙬𝙩𝙝

𝟬 < 𝒃 < 𝟭 → 𝘿𝙚𝙘𝙖𝙮


✦ 𝟲. 𝙏𝙪𝙧𝙣𝙞𝙣𝙜 𝙋𝙚𝙧𝙘𝙚𝙣𝙩𝙖𝙜𝙚𝙨 𝙄𝙣𝙩𝙤 𝙈𝙪𝙡𝙩𝙞𝙥𝙡𝙞𝙚𝙧𝙨

This is one of the most important skills in exponential word problems.

Suppose something increases by 𝟭𝟬%.

A 10% increase means the new amount is:

𝟭𝟬𝟬% + 𝟭𝟬% = 𝟭𝟭𝟬%

As a decimal:

𝟭.𝟭𝟬

Therefore:

𝟭𝟬% 𝙞𝙣𝙘𝙧𝙚𝙖𝙨𝙚 → ×𝟭.𝟭𝟬


Suppose something increases by 𝟮𝟱%.

𝟭𝟬𝟬% + 𝟮𝟱% = 𝟭𝟮𝟱%

Therefore:

𝟮𝟱% 𝙞𝙣𝙘𝙧𝙚𝙖𝙨𝙚 → ×𝟭.𝟮𝟱


✦ 𝟳. 𝙋𝙚𝙧𝙘𝙚𝙣𝙩𝙖𝙜𝙚 𝘿𝙚𝙘𝙧𝙚𝙖𝙨𝙚𝙨

Suppose something decreases by 𝟭𝟬%.

The amount remaining is:

𝟭𝟬𝟬% − 𝟭𝟬% = 𝟵𝟬%

As a decimal:

𝟬.𝟵𝟬

Therefore:

𝟭𝟬% 𝙙𝙚𝙘𝙧𝙚𝙖𝙨𝙚 → ×𝟬.𝟵𝟬

Similarly:

𝟮𝟬% decrease → ×𝟬.𝟴𝟬

𝟯𝟬% decrease → ×𝟬.𝟳𝟬

𝟰𝟬% decrease → ×𝟬.𝟲𝟬

𝟱𝟬% decrease → ×𝟬.𝟱𝟬


⚠️ ✦ 𝟴. 𝙏𝙝𝙚 𝘽𝙞𝙜 𝙋𝙚𝙧𝙘𝙚𝙣𝙩𝙖𝙜𝙚 𝙏𝙧𝙖𝙥

Suppose a quantity decreases by 𝟴𝟬%.

The incorrect multiplier is:

𝟬.𝟴𝟬

Why?

Because 80% is the amount removed, not the amount remaining.

The amount remaining is:

𝟭𝟬𝟬% − 𝟴𝟬% = 𝟮𝟬%

Therefore:

𝟴𝟬% 𝙙𝙚𝙘𝙧𝙚𝙖𝙨𝙚 → ×𝟬.𝟮𝟬

This is an easy place to lose a question.


✦ 𝟵. 𝘽𝙪𝙞𝙡𝙙𝙞𝙣𝙜 𝘼𝙣 𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙈𝙤𝙙𝙚𝙡

Suppose a population begins at:

𝟮𝟬𝟬𝟬

and increases by:

𝟱% per year

Starting value:

𝒂 = 𝟮𝟬𝟬𝟬

Growth multiplier:

𝟭 + 𝟬.𝟬𝟱 = 𝟭.𝟬𝟱

Therefore:

𝑷(𝒕) = 𝟮𝟬𝟬𝟬(𝟭.𝟬𝟱ᵗ)

The structure is always:

𝙎𝙩𝙖𝙧𝙩𝙞𝙣𝙜 𝙫𝙖𝙡𝙪𝙚 × (𝙜𝙧𝙤𝙬𝙩𝙝 𝙛𝙖𝙘𝙩𝙤𝙧)ᵗ


✦ 𝟭𝟬. 𝘿𝙚𝙘𝙖𝙮 𝙈𝙤𝙙𝙚𝙡𝙨

Suppose a machine is worth:

$𝟭𝟱𝟬𝟬𝟬

and loses:

𝟭𝟮% of its value each year

The amount remaining each year is:

𝟭 − 𝟬.𝟭𝟮 = 𝟬.𝟴𝟴

Therefore:

𝑽(𝒕) = 𝟭𝟱𝟬𝟬𝟬(𝟬.𝟴𝟴ᵗ)

Notice something important.

The machine does not lose $1,800 every year.

It loses 12% of its current value.

That distinction creates exponential decay.


✦ 𝟭𝟭. 𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙂𝙧𝙤𝙬𝙩𝙝 𝙑𝙨 𝙇𝙞𝙣𝙚𝙖𝙧 𝙂𝙧𝙤𝙬𝙩𝙝

Suppose two quantities start at 100.

𝙇𝙞𝙣𝙚𝙖𝙧

Increase by 20 each time:

𝟭𝟬𝟬, 𝟭𝟮𝟬, 𝟭𝟰𝟬, 𝟭𝟲𝟬, 𝟭𝟴𝟬

𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡

Increase by 20% each time:

𝟭𝟬𝟬, 𝟭𝟮𝟬, 𝟭𝟰𝟰, 𝟭𝟳𝟮.𝟴, 𝟮𝟬𝟳.𝟯𝟲

The first adds the same amount.

The second multiplies by the same factor.

𝙏𝙝𝙖𝙩 𝙞𝙨 𝙩𝙝𝙚 𝙚𝙨𝙨𝙨𝙚𝙣𝙩𝙞𝙖𝙡 𝙙𝙞𝙛𝙛𝙚𝙧𝙚𝙣𝙘𝙚.


✦ 𝟭𝟮. 𝙁𝙞𝙣𝙙𝙞𝙣𝙜 𝙖𝙣 𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙁𝙪𝙣𝙘𝙩𝙞𝙤𝙣 𝙁𝙧𝙤𝙢 𝙖 𝙏𝙖𝙗𝙡𝙚

Consider:

𝒙𝒇(𝒙)
𝟬𝟱
𝟭𝟭𝟬
𝟮𝟮𝟬
𝟯𝟰𝟬
𝟰𝟴𝟬

Look at consecutive ratios.

𝟭𝟬 ÷ 𝟱 = 𝟮

𝟮𝟬 ÷ 𝟭𝟬 = 𝟮

𝟰𝟬 ÷ 𝟮𝟬 = 𝟮

𝟴𝟬 ÷ 𝟰𝟬 = 𝟮

The multiplier is:

𝒃 = 𝟮

The starting value is:

𝒂 = 𝟱

Therefore:

𝒇(𝒙) = 𝟱(𝟮ˣ)


✦ 𝟭𝟯. 𝙁𝙞𝙣𝙙𝙞𝙣𝙜 𝙖 𝙈𝙞𝙨𝙨𝙞𝙣𝙜 𝙑𝙖𝙡𝙪𝙚

Suppose:

𝒙𝒇(𝒙)
𝟬𝟲
𝟭𝟭𝟴
𝟮?
𝟯𝟭𝟲𝟮

The multiplier is:

𝟭𝟴 ÷ 𝟲 = 𝟯

So:

𝟲 × 𝟯 = 𝟭𝟴

𝟭𝟴 × 𝟯 = 𝟱𝟰

𝟱𝟰 × 𝟯 = 𝟭𝟲𝟮

Therefore:

𝒇(𝟮) = 𝟱𝟰

You do not always need to build the entire equation.

Sometimes the pattern is enough.


✦ 𝟭𝟰. 𝘿𝙤𝙪𝙗𝙡𝙞𝙣𝙜 𝙋𝙖𝙩𝙩𝙚𝙧𝙣𝙨

Suppose a quantity doubles every 3 hours.

If 𝒕 represents hours, the model is:

𝑨(𝒕) = 𝑨₀(𝟮)ᵗ⁄³

Why is the exponent 𝒕⁄𝟯?

Because one doubling occurs every 3 hours.

For example, if the starting amount is 100:

After 3 hours:

𝟭𝟬𝟬 × 𝟮 = 𝟮𝟬𝟬

After 6 hours:

𝟭𝟬𝟬 × 𝟮² = 𝟰𝟬𝟬

After 9 hours:

𝟭𝟬𝟬 × 𝟮³ = 𝟴𝟬𝟬


✦ 𝟭𝟱. 𝙏𝙧𝙞𝙥𝙡𝙞𝙣𝙜 𝙋𝙖𝙩𝙩𝙚𝙧𝙣𝙨

If a quantity triples every 4 hours:

𝑨(𝒕) = 𝑨₀(𝟯)ᵗ⁄⁴

If the initial value is 50:

𝑨(𝒕) = 𝟱𝟬(𝟯)ᵗ⁄⁴

After 4 hours:

𝟱𝟬 × 𝟯 = 𝟭𝟱𝟬

After 8 hours:

𝟱𝟬 × 𝟯² = 𝟰𝟱𝟬


✦ 𝟭𝟲. 𝙃𝙖𝙡𝙛-𝙇𝙞𝙛𝙚 𝙋𝙖𝙩𝙩𝙚𝙧𝙣𝙨

If a quantity is reduced to half every 5 years:

𝑨(𝒕) = 𝑨₀(𝟭⁄𝟮)ᵗ⁄⁵

Suppose:

𝑨₀ = 𝟭𝟲𝟬

Then:

After 5 years:

𝟭𝟲𝟬 × 𝟭⁄𝟮 = 𝟴𝟬

After 10 years:

𝟭𝟲𝟬 × (𝟭⁄𝟮)² = 𝟰𝟬

After 15 years:

𝟭𝟲𝟬 × (𝟭⁄𝟮)³ = 𝟮𝟬

The quantity keeps being multiplied by the same factor.


✦ 𝟭𝟳. 𝙒𝙝𝙚𝙣 𝙏𝙝𝙚 𝙏𝙞𝙢𝙚 𝙐𝙣𝙞𝙩 𝘾𝙝𝙖𝙣𝙜𝙚𝙨

Be careful when the time unit in the question does not match the time unit in the model.

Suppose a quantity doubles every:

4 years

and 𝒕 is measured in years.

Then:

𝑨(𝒕) = 𝑨₀(𝟮)ᵗ⁄⁴

But if 𝒕 represents four-year periods instead, the model could simply be:

𝑨(𝒕) = 𝑨₀(𝟮ᵗ)

Always ask:

“𝙒𝙝𝙖𝙩 𝙙𝙤𝙚𝙨 𝟭 𝙪𝙣𝙞𝙩 𝙤𝙛 𝒙 𝙧𝙚𝙥𝙧𝙚𝙨𝙚𝙣𝙩?”

That one question can prevent a major modeling error.


✦ 𝟭𝟴. 𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩 𝙍𝙪𝙡𝙚𝙨

Exponential functions become much easier when the basic exponent rules are automatic.

𝒂⁰ = 𝟭

𝒂ᵐ × 𝒂ⁿ = 𝒂ᵐ⁺ⁿ

𝒂ᵐ ÷ 𝒂ⁿ = 𝒂ᵐ⁻ⁿ

(𝒂ᵐ)ⁿ = 𝒂ᵐⁿ

𝒂⁻ⁿ = 𝟭⁄𝒂ⁿ

For example:

𝟮³ × 𝟮⁴ = 𝟮⁷

because:

𝟯 + 𝟰 = 𝟳


⚠️ ✦ 𝟭𝟵. 𝘿𝙤 𝙉𝙤𝙩 𝘼𝙙𝙙 𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙨 𝙒𝙝𝙚𝙣 𝘼𝙙𝙙𝙞𝙣𝙜

This rule:

𝒂ᵐ × 𝒂ⁿ = 𝒂ᵐ⁺ⁿ

is for multiplication.

It does not mean:

𝒂ᵐ + 𝒂ⁿ = 𝒂ᵐ⁺ⁿ

For example:

𝟮² + 𝟮³

equals:

𝟰 + 𝟴 = 𝟭𝟮

It does not equal:

𝟮⁵

Always look at the operation before choosing an exponent rule.


✦ 𝟮𝟬. 𝙎𝙤𝙡𝙫𝙞𝙣𝙜 𝙎𝙞𝙢𝙥𝙡𝙚 𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙀𝙦𝙪𝙖𝙩𝙞𝙤𝙣𝙨

Consider:

𝟮ˣ = 𝟯𝟮

Rewrite 32 as a power of 2:

𝟯𝟮 = 𝟮⁵

Therefore:

𝟮ˣ = 𝟮⁵

So:

𝒙 = 𝟱

The key strategy is:

𝙏𝙧𝙮 𝙩𝙤 𝙬𝙧𝙞𝙩𝙚 𝙗𝙤𝙩𝙝 𝙨𝙞𝙙𝙚𝙨 𝙬𝙞𝙩𝙝 𝙩𝙝𝙚 𝙨𝙖𝙢𝙚 𝙗𝙖𝙨𝙚.


✦ 𝟮𝟭. 𝙂𝙧𝙖𝙥𝙝𝙨 𝙊𝙛 𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙁𝙪𝙣𝙘𝙩𝙞𝙤𝙣𝙨

For:

𝒇(𝒙) = 𝒂(𝒃ˣ)

the graph is curved rather than a straight line.

If:

𝒃 > 𝟭

the graph rises as 𝒙 increases.

If:

𝟬 < 𝒃 < 𝟭

the graph falls as 𝒙 increases.

The graph passes through:

(𝟬, 𝒂)

because:

𝒇(𝟬) = 𝒂

For the basic form with no vertical shift, the graph approaches:

𝒚 = 𝟬

as the curve extends in the appropriate direction.


✦ 𝟮𝟮. 𝙒𝙝𝙖𝙩 𝘿𝙤𝙚𝙨 𝒌 𝘿𝙤?

Consider:

𝒇(𝒙) = 𝒂(𝒃ˣ) + 𝒌

The +𝒌 moves the entire graph vertically.

For example:

𝒇(𝒙) = 𝟯(𝟮ˣ) + 𝟱

has horizontal asymptote:

𝒚 = 𝟱

The vertical shift changes the long-term position of the graph.


✦ 𝟮𝟯. 𝙁𝙞𝙣𝙙𝙞𝙣𝙜 𝙏𝙝𝙚 𝙂𝙧𝙤𝙬𝙩𝙝 𝙁𝙖𝙘𝙩𝙤𝙧

Suppose a quantity changes from:

𝟮𝟬𝟬 → 𝟮𝟯𝟬

The multiplier is:

𝟮𝟯𝟬 ÷ 𝟮𝟬𝟬 = 𝟭.𝟭𝟱

Therefore the growth factor is:

𝟭.𝟭𝟱

The percentage increase is:

𝟭.𝟭𝟱 − 𝟭 = 𝟬.𝟭𝟱

which is:

𝟭𝟱%

So:

×𝟭.𝟭𝟱 = 𝟭𝟱% growth


✦ 𝟮𝟰. 𝙁𝙞𝙣𝙙𝙞𝙣𝙜 𝙏𝙝𝙚 𝘿𝙚𝙘𝙖𝙮 𝙍𝙖𝙩𝙚

Suppose a quantity changes from:

𝟱𝟬𝟬 → 𝟰𝟮𝟱

The multiplier is:

𝟰𝟮𝟱 ÷ 𝟱𝟬𝟬 = 𝟬.𝟴𝟱

The amount remaining is:

𝟴𝟱%

Therefore the decrease is:

𝟭𝟱%

So:

×𝟬.𝟴𝟱 = 𝟭𝟱% decay


✦ 𝟮𝟱. 𝙏𝙝𝙚 𝙊𝙣𝙚-𝙎𝙩𝙚𝙥 𝙈𝙪𝙡𝙩𝙞𝙥𝙡𝙞𝙚𝙧 𝙍𝙪𝙡𝙚

For:

𝒇(𝒙) = 𝒂(𝒃ˣ)

we can write:

𝒇(𝒙 + 𝟭) = 𝒃𝒇(𝒙)

This is powerful because it tells you exactly what happens after one additional step.

Suppose:

𝒇(𝒙 + 𝟭) = 𝟰𝒇(𝒙)

Then the multiplier is:

𝒃 = 𝟰

If:

𝒇(𝟬) = 𝟯

then:

𝒇(𝟭) = 𝟭𝟮

𝒇(𝟮) = 𝟰𝟴

𝒇(𝟯) = 𝟭𝟵𝟮


✦ 𝟮𝟲. 𝙎𝘼𝙏 𝙒𝙤𝙧𝙙 𝙋𝙧𝙤𝙗𝙡𝙚𝙢 𝙏𝙧𝙖𝙣𝙨𝙡𝙖𝙩𝙞𝙤𝙣

Words such as these should immediately make you think about exponential models:

“increases by 𝟱% each year”

×𝟭.𝟬𝟱

“decreases by 𝟭𝟮% each month”

×𝟬.𝟴𝟴

“doubles every 𝟯 hours”

×𝟮 every 𝟯 hours

“triples every 𝟱 days”

×𝟯 every 𝟱 days

“is reduced by half every 𝟰 years”

×𝟭⁄𝟮 every 𝟰 years

The wording changes.

The underlying mathematics remains the same.


✦ 𝟮𝟳. 𝙒𝙤𝙧𝙙 𝙋𝙧𝙤𝙗𝙡𝙚𝙢: 𝙂𝙧𝙤𝙬𝙩𝙝

A town has a population of 𝟭𝟬,𝟬𝟬𝟬 and grows by 𝟮% each year.

Step 𝟭: Starting value

𝒂 = 𝟭𝟬𝟬𝟬𝟬

Step 𝟮: Growth factor

𝟭 + 𝟬.𝟬𝟮 = 𝟭.𝟬𝟮

Step 𝟯: Build the model

𝑷(𝒕) = 𝟭𝟬𝟬𝟬𝟬(𝟭.𝟬𝟮ᵗ)

The equation describes the population after 𝒕 years.


✦ 𝟮𝟴. 𝙒𝙤𝙧𝙙 𝙋𝙧𝙤𝙗𝙡𝙚𝙢: 𝘿𝙚𝙘𝙖𝙮

A car is worth $𝟮𝟬,𝟬𝟬𝟬 and loses 𝟭𝟱% of its value each year.

Remaining percentage:

𝟭𝟬𝟬% − 𝟭𝟱% = 𝟴𝟱%

Multiplier:

𝟬.𝟴𝟱

Therefore:

𝑽(𝒕) = 𝟮𝟬𝟬𝟬𝟬(𝟬.𝟴𝟱ᵗ)

Notice that the exponent counts the number of years.


✦ 𝟮𝟵. 𝙏𝙝𝙚 𝙎𝙖𝙢𝙚 𝙋𝙚𝙧𝙘𝙚𝙣𝙩𝙖𝙜𝙚 𝘿𝙤𝙚𝙨 𝙉𝙤𝙩 𝙈𝙚𝙖𝙣 𝙏𝙝𝙚 𝙎𝙖𝙢𝙚 𝘼𝙢𝙤𝙪𝙣𝙩

This is a crucial concept.

Suppose a value is:

𝟭𝟬𝟬

and decreases by 𝟭𝟬%.

First decrease:

𝟭𝟬𝟬 × 𝟬.𝟵 = 𝟵𝟬

Second decrease:

𝟵𝟬 × 𝟬.𝟵 = 𝟴𝟭

Third decrease:

𝟴𝟭 × 𝟬.𝟵 = 𝟳𝟮.𝟵

The decrease amounts are:

𝟭𝟬

then:

𝟵

then:

𝟴.𝟭

The percentage remains the same.

The actual amount changes.

That is why the process is exponential.


✦ 𝟯𝟬. 𝙒𝙝𝙮 𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙂𝙧𝙤𝙬𝙩𝙝 𝘾𝙖𝙣 𝙎𝙪𝙧𝙥𝙖𝙨𝙨 𝙇𝙞𝙣𝙚𝙖𝙧 𝙂𝙧𝙤𝙬𝙩𝙝

Imagine:

Linear: add 10 each step.

Exponential: multiply by 1.10 each step.

Starting from 100:

Linear:

𝟭𝟬𝟬 → 𝟭𝟭𝟬 → 𝟭𝟮𝟬 → 𝟭𝟯𝟬 → 𝟭𝟰𝟬

Exponential:

𝟭𝟬𝟬 → 𝟭𝟭𝟬 → 𝟭𝟮𝟭 → 𝟭𝟯𝟯.𝟭 → 𝟭𝟰𝟲.𝟰𝟭

At first the values look similar.

But repeated multiplication can eventually produce a very large difference.


✦ 𝟯𝟭. 𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙂𝙧𝙤𝙬𝙩𝙝 𝘾𝙖𝙣 𝘽𝙚 𝙁𝙖𝙨𝙩

Consider:

𝒇(𝒙) = 𝟮(𝟯ˣ)

The first few values are:

𝒙 = 𝟬 → 𝟮

𝒙 = 𝟭 → 𝟲

𝒙 = 𝟮 → 𝟭𝟴

𝒙 = 𝟯 → 𝟱𝟰

𝒙 = 𝟰 → 𝟭𝟲𝟮

Every step multiplies the previous output by 3.

That repeated multiplication is the heart of exponential growth.


✦ 𝟯𝟮. 𝙏𝙝𝙚 𝙈𝙤𝙨𝙩 𝘾𝙤𝙢𝙢𝙤𝙣 𝙈𝙞𝙨𝙩𝙖𝙠𝙚𝙨

❌ 𝙈𝙞𝙨𝙩𝙖𝙠𝙚 𝟭: 𝙐𝙨𝙞𝙣𝙜 𝟬.𝟬𝟱 𝙁𝙤𝙧 𝟱% 𝙂𝙧𝙤𝙬𝙩𝙝

Correct:

𝟭.𝟬𝟱


❌ 𝙈𝙞𝙨𝙩𝙖𝙠𝙚 𝟮: 𝙐𝙨𝙞𝙣𝙜 𝟬.𝟮𝟬 𝙁𝙤𝙧 𝟮𝟬% 𝘿𝙚𝙘𝙧𝙚𝙖𝙨𝙚

Correct:

𝟬.𝟴𝟬


❌ 𝙈𝙞𝙨𝙩𝙖𝙠𝙚 𝟯: 𝘾𝙝𝙚𝙘𝙠𝙞𝙣𝙜 𝘿𝙞𝙛𝙛𝙚𝙧𝙚𝙣𝙘𝙚𝙨 𝙄𝙣𝙨𝙩𝙚𝙖𝙙 𝙊𝙛 𝙍𝙖𝙩𝙞𝙤𝙨

For exponential tables, divide consecutive values.


❌ 𝙈𝙞𝙨𝙩𝙖𝙠𝙚 𝟰: 𝙄𝙜𝙣𝙤𝙧𝙞𝙣𝙜 𝙏𝙞𝙢𝙚 𝙐𝙣𝙞𝙩𝙨

“Doubles every 5 years” does not mean it doubles every year.


❌ 𝙈𝙞𝙨𝙩𝙖𝙠𝙚 𝟱: 𝙈𝙞𝙭𝙞𝙣𝙜 𝙐𝙥 𝙎𝙩𝙖𝙧𝙩𝙞𝙣𝙜 𝙑𝙖𝙡𝙪𝙚 𝘼𝙣𝙙 𝙂𝙧𝙤𝙬𝙩𝙝 𝙁𝙖𝙘𝙩𝙤𝙧

In:

𝒇(𝒙) = 𝟱𝟬(𝟭.𝟬𝟰ˣ)

50 is the starting value.

1.04 is the growth factor.


✦ 𝟯𝟯. 𝙁𝙖𝙨𝙩 𝙎𝙖𝙩 𝙎𝙩𝙧𝙖𝙩𝙚𝙜𝙮

When you see an exponential question, stop before calculating.

Ask these questions:

① 𝙒𝙝𝙖𝙩 𝙞𝙨 𝙩𝙝𝙚 𝙨𝙩𝙖𝙧𝙩𝙞𝙣𝙜 𝙫𝙖𝙡𝙪𝙚?

② 𝙒𝙝𝙖𝙩 𝙞𝙨 𝙩𝙝𝙚 𝙢𝙪𝙡𝙩𝙞𝙥𝙡𝙞𝙚𝙧?

③ 𝙄𝙨 𝙞𝙩 𝙜𝙧𝙤𝙬𝙩𝙝 𝙤𝙧 𝙙𝙚𝙘𝙖𝙮?

④ 𝙒𝙝𝙖𝙩 𝙙𝙤𝙚𝙨 𝒙 𝙧𝙚𝙥𝙧𝙚𝙨𝙚𝙣𝙩?

⑤ 𝙃𝙤𝙬 𝙢𝙖𝙣𝙮 𝙩𝙞𝙢𝙚𝙨 𝙞𝙨 𝙩𝙝𝙚 𝙛𝙖𝙘𝙩𝙤𝙧 𝙖𝙥𝙥𝙡𝙞𝙚𝙙?

If you answer those five questions, many apparently difficult problems become much simpler.


✦ 𝟯𝟰. 𝙌𝙪𝙞𝙘𝙠 𝙎𝘼𝙏 𝙋𝙧𝙖𝙘𝙩𝙞𝙘𝙚

𝙌𝙪𝙚𝙨𝙩𝙞𝙤𝙣 𝟭

Which equation represents exponential growth?

𝘼) 𝒚 = 𝟯𝒙 + 𝟮

𝘽) 𝒚 = 𝟯𝒙² + 𝟮

𝘾) 𝒚 = 𝟯(𝟭.𝟱ˣ)

𝘿) 𝒚 = 𝟯⁄𝒙

𝘼𝙣𝙨𝙬𝙚𝙧: 𝘾

The variable appears in the exponent and the base is greater than 1.


𝙌𝙪𝙚𝙨𝙩𝙞𝙤𝙣 𝟮

A quantity increases by 12% each year.

What is the growth factor?

𝘼𝙣𝙨𝙬𝙚𝙧: 𝟭.𝟭𝟮

Because:

𝟭 + 𝟬.𝟭𝟮 = 𝟭.𝟭𝟮


𝙌𝙪𝙚𝙨𝙩𝙞𝙤𝙣 𝟯

A quantity decreases by 35% each month.

What multiplier should be used?

𝘼𝙣𝙨𝙬𝙚𝙧: 𝟬.𝟲𝟱

Because:

𝟭 − 𝟬.𝟯𝟱 = 𝟬.𝟲𝟱


𝙌𝙪𝙚𝙨𝙩𝙞𝙤𝙣 𝟰

The values in a table are:

𝟰, 𝟭𝟮, 𝟯𝟲, 𝟭𝟬𝟴

What is the common ratio?

𝘼𝙣𝙨𝙬𝙚𝙧: 𝟯

because:

𝟭𝟮 ÷ 𝟰 = 𝟯

𝟯𝟲 ÷ 𝟭𝟮 = 𝟯

𝟭𝟬𝟴 ÷ 𝟯𝟲 = 𝟯


𝙌𝙪𝙚𝙨𝙩𝙞𝙤𝙣 𝟱

A quantity starts at 80 and doubles every 4 hours.

What is its value after 12 hours?

There are:

𝟭𝟮 ÷ 𝟰 = 𝟯

doubling periods.

Therefore:

𝟴𝟬 × 𝟮³

= 𝟴𝟬 × 𝟴

= 𝟲𝟰𝟬


✦ 𝟯𝟱. 𝙏𝙝𝙚 𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙁𝙪𝙣𝙘𝙩𝙞𝙤𝙣 𝙈𝙚𝙢𝙤𝙧𝙮 𝘾𝙖𝙧𝙙

𝒇(𝒙) = 𝒂(𝒃ˣ)

𝒂 → starting value

𝒃 → repeated multiplier

𝒙 → number of steps

𝒃 > 𝟭 → growth

𝟬 < 𝒃 < 𝟭 → decay

𝒇(𝟬) = 𝒂

𝒓% increase → ×(𝟭 + 𝒓)

𝒓% decrease → ×(𝟭 − 𝒓)

constant difference → linear

constant ratio → exponential

double → ×𝟮

triple → ×𝟯

half → ×𝟭⁄𝟮

𝒇(𝒙 + 𝟭) = 𝒃𝒇(𝒙)


✦ 𝟯𝟲. 𝙎𝘼𝙏 𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙁𝙪𝙣𝙘𝙩𝙞𝙤𝙣𝙨 𝙁𝘼𝙌

𝙒𝙝𝙖𝙩 𝙞𝙨 𝙖𝙣 𝙚𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙛𝙪𝙣𝙘𝙩𝙞𝙤𝙣?

A function in which the variable appears in the exponent, commonly written:

𝒇(𝒙) = 𝒂(𝒃ˣ)


𝙃𝙤𝙬 𝙙𝙤 𝙄 𝙞𝙙𝙚𝙣𝙩𝙞𝙛𝙮 𝙚𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙜𝙧𝙤𝙬𝙩𝙝?

Look at the base.

If:

𝒃 > 𝟭

the function grows.


𝙃𝙤𝙬 𝙙𝙤 𝙄 𝙞𝙙𝙚𝙣𝙩𝙞𝙛𝙮 𝙚𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙙𝙚𝙘𝙖𝙮?

If:

𝟬 < 𝒃 < 𝟭

the function decays.


𝙒𝙝𝙖𝙩 𝙞𝙨 𝟮𝟬% 𝙜𝙧𝙤𝙬𝙩𝙝 𝙖𝙨 𝙖 𝙛𝙖𝙘𝙩𝙤𝙧?

𝟭.𝟮


𝙒𝙝𝙖𝙩 𝙞𝙨 𝟮𝟬% 𝙙𝙚𝙘𝙖𝙮 𝙖𝙨 𝙖 𝙛𝙖𝙘𝙩𝙤𝙧?

𝟬.𝟴


𝙃𝙤𝙬 𝙙𝙤 𝙄 𝙛𝙞𝙣𝙙 𝙖𝙣 𝙚𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙥𝙖𝙩𝙩𝙚𝙧𝙣 𝙞𝙣 𝙖 𝙩𝙖𝙗𝙡𝙚?

Divide consecutive output values.

If the ratios remain the same, the pattern is exponential.


𝙒𝙝𝙖𝙩 𝙞𝙨 𝙩𝙝𝙚 𝙙𝙞𝙛𝙛𝙚𝙧𝙚𝙣𝙘𝙚 𝙗𝙚𝙩𝙬𝙚𝙚𝙣 𝙚𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 𝙖𝙣𝙙 𝙡𝙞𝙣𝙚𝙖𝙧 𝙜𝙧𝙤𝙬𝙩𝙝?

Linear growth repeatedly adds the same amount.

Exponential growth repeatedly multiplies by the same factor.


𝙒𝙝𝙖𝙩 𝙙𝙤𝙚𝙨 𝒂 𝙢𝙚𝙖𝙣 𝙞𝙣 𝒇(𝒙) = 𝒂(𝒃ˣ)?

It is the starting value because:

𝒇(𝟬) = 𝒂


𝙒𝙝𝙖𝙩 𝙙𝙤𝙚𝙨 𝒃 𝙢𝙚𝙖𝙣?

It is the multiplier applied whenever 𝒙 increases by one unit.


✦ 𝙁𝙞𝙣𝙖𝙡 𝙏𝙖𝙠𝙚𝙖𝙬𝙖𝙮

The easiest way to understand exponential functions is not to memorize dozens of separate examples.

Understand the pattern:

𝙇𝙞𝙣𝙚𝙖𝙧 → 𝙖𝙙𝙙 𝙩𝙝𝙚 𝙨𝙖𝙢𝙚 𝙖𝙢𝙤𝙪𝙣𝙩.

𝙀𝙭𝙥𝙤𝙣𝙚𝙣𝙩𝙞𝙖𝙡 → 𝙢𝙪𝙡𝙩𝙞𝙥𝙡𝙮 𝙗𝙮 𝙩𝙝𝙚 𝙨𝙖𝙢𝙚 𝙛𝙖𝙘𝙩𝙤𝙧.

When you see an exponential question, find:

𝙩𝙝𝙚 𝙨𝙩𝙖𝙧𝙩𝙞𝙣𝙜 𝙫𝙖𝙡𝙪𝙚

𝙩𝙝𝙚 𝙢𝙪𝙡𝙩𝙞𝙥𝙡𝙞𝙚𝙧

𝙩𝙝𝙚 𝙩𝙞𝙢𝙚 𝙞𝙣𝙩𝙚𝙧𝙫𝙖𝙡

𝙖𝙣𝙙 𝙩𝙝𝙚 𝙣𝙪𝙢𝙗𝙚𝙧 𝙤𝙛 𝙧𝙚𝙥𝙚𝙖𝙩𝙚𝙙 𝙘𝙝𝙖𝙣𝙜𝙚𝙨.

Once those four pieces are clear, the equation usually becomes much easier to see.

𝙎𝙚𝙚 𝙩𝙝𝙚 𝙛𝙖𝙘𝙩𝙤𝙧. 𝙍𝙚𝙘𝙤𝙜𝙣𝙞𝙯𝙚 𝙩𝙝𝙚 𝙥𝙖𝙩𝙩𝙚𝙧𝙣. 𝙏𝙝𝙚𝙣 𝙨𝙤𝙡𝙫𝙚.

other pages to explore

SAT MATH FORMULA  SHEET FOR QUICK REFERENCE

SAT MATH FORMULA CHEAT SHEET 


ALGEBRA

SO;VING LINEAR EQUATIONS [PART 1]

LINEAR EQUATIONS [PART 1]


SOLVING LINEAR EQUATIONS [PART II]

LINEAR EQUATIONS [PART II]


SYSTEM OF EQUATIONS  [ PART  I ]


SAT Systems of Equations: Part 2 — Hard Questions, Word Problems, Graphs, Parameters & SAT Tricks

SAT system of equations 2


 PARAMETER QUESTIONS IN SYSTEMS OF LINEAR EQUATIONS


QUADRATIC EQUATIONS [PART I] 

QUADRATIC EQUATIONS [PART I] 


QUADRATIC EQUATIONS [PART II] 

QUADRATIC EQUATIONS [PART II] 


Linear Inequality

linear inequalities


PERCENTAGES


PERCENTAGES [introduction]

PERCENTAGES [part 1]


PERCENTAGE INCREASE AND DECREASE

PERCENTAGES [part 2]


SUCCESSIVE PERCENTAGES DISCOUNT PROFIT LOSS

PERCENTAGES [part3]

Percentages in Data Analysis, Graphs, Tables, Probability,SAT Geometry Notes:  Study Guide with Formulas, Tricks, Practice Questions and Advanced Word Problems


SAT Reverse Percentage Problems




GEOMETRY

SAT Geometry Notes:  Study Guide with Formulas, Tricks, Practice Questions





SAT Word Problems Made Easy: Tricks to Solve Digital SAT Math Problems Faster



The Big Word-Problem Families:  SAT Math Guide


How SAT Word Problems Hide the Equation: Skill That Makes Difficult Questions Easier



SAT Word Problems Distance, Speed, Work, Age, Mixtures & Profit — A Smarter Way to Decode the Question



SAT Exponential Functions: Growth, Decay, Formulas & Easy Tricks


SAT Function Transformations: A Simple Way to Master Shifts, Reflections, Stretches and Compressions





SAT Probability Made Easy: Conditional Probability, Tables & Tricky Questions




SAT Conditional Probability

SAT Math Mean, Median, Mode and Range: Easy Formulas, Examples and Practice Questions

SAT Math: Mean, Median, Mode and Range Learn How to Find the Average, Middle Value and Spread of Data A list of numbers can describe many di...