Mathbench

Chapter 4 — Functions

Functions are 17 to 20% of the test — eight questions — and they are the topic where notation does most of the damage. f(3)f(3) does not mean ff times 3. Once that is genuinely clear, most of this chapter follows.

A function is a machine: you put a number in, it gives one number out. f(x)=2x+1f(x) = 2x + 1 says "double it and add one". So f(3)=7f(3) = 7. The letter in the brackets is just a label for whatever goes in — f(banana)=2×banana+1f(\text{banana}) = 2 \times \text{banana} + 1 is silly but correct, and it is the right mental picture.

Logarithms are here too. They are on the ACT and not on the SAT, and they appear roughly once or twice per paper.

Topics covered: function notation · working backwards from an output · composite functions · graphs and key features · transformations · domain · piecewise functions · logarithms · modelling with functions


Section 1 — Notation and Evaluation

To evaluate f(3)f(3), replace every xx in the definition with 3 — including the ones inside powers — and work it out. Brackets around a negative input are not optional: (2)2=4(-2)^2 = 4, but 22=4-2^2 = -4.


Q1Basic

Topic: Evaluating a function at a negative input

A profit model is defined by f(x)=3x24x+1f(x) = 3x^2 - 4x + 1, where xx is a quantity that may be negative. What is the value of f(2)f(-2)?

A) 19-19

B) 55

C) 3-3

D) 2121

Show the worked solution

Answer: D

Explanation

Replace every xx with 2-2, keeping the brackets:

f(2)=3(2)24(2)+1f(-2) = 3(-2)^2 - 4(-2) + 1

Take the power first:

(2)2=4so3×4=12(-2)^2 = 4 \quad \text{so} \quad 3 \times 4 = 12

Then the middle term. Subtracting a negative adds:

4×(2)=+8-4 \times (-2) = +8

12+8+1=2112 + 8 + 1 = 21

Why each wrong option is wrong:

  • A, 19-19 — lost the brackets, treating 3(2)23(-2)^2 as 12-12.
  • B, 55 — handled the square correctly but took 4(2)-4(-2) as 8-8.
  • C, 3-3 — a sign slip in the middle term.

Takeaway: put brackets round a negative input and keep them. The two places signs go wrong are the squared term and the term with a minus in front.


Q2Medium

Topic: Working backwards from an output

A conversion is carried out by the linear function ff, defined by f(x)=5x8f(x) = 5x - 8. On one occasion the output was recorded as 27, but the input that produced it was not written down. If f(a)=27f(a) = 27, what is the value of aa?

F) 127127

G) 77

H) 195\frac{19}{5}

J) 3535

Show the worked solution

Answer: G

Explanation

f(a)=27f(a) = 27 means the machine produced 27, so set the rule equal to 27 and solve for the input:

5a8=275a - 8 = 27 5a=355a = 35 a=7a = 7

Check forwards: f(7)=358=27f(7) = 35 - 8 = 27. Correct.

Why each wrong option is wrong:

  • F, 127127 — put 27 into the function instead of solving for the input. Going forwards when the question goes backwards is the standard error here.
  • H, 195\frac{19}{5} — subtracted the 8 rather than adding it.
  • J, 3535 — added the 8 correctly and never divided by 5.

Takeaway: f(a)=27f(a) = 27 gives you the output. Set the rule equal to it and solve. Then substitute your answer forwards to check.


Q3Medium

Topic: A composite function

Two functions are defined by f(x)=x4f(x) = x - 4 and g(x)=x2g(x) = x^2. A calculation applies gg to an input first and then applies ff to the result. What is the value of f(g(3))f(g(3))?

A) 11

B) 55

C) 1-1

D) 1313

Show the worked solution

Answer: B

Explanation

Work from the inside out. The inner bracket is g(3)g(3):

g(3)=32=9g(3) = 3^2 = 9

Now that 9 is the input to ff:

f(9)=94=5f(9) = 9 - 4 = 5

Why each wrong option is wrong:

  • A, 11 — applied ff first and then gg: f(3)=1f(3) = -1, and (1)2=1(-1)^2 = 1. Order matters, and f(g(x))f(g(x)) is generally not g(f(x))g(f(x)).
  • C, 1-1 — worked out f(3)f(3) and stopped.
  • D, 1313 — added 4 instead of subtracting.

Takeaway: in f(g(x))f(g(x)), gg goes first — it is the one wrapped in the inner brackets. Work outwards from the innermost bracket, exactly as you would with arithmetic.


Q4Hard

Topic: A composite function with an unknown input

Two functions are defined by f(x)=2x+1f(x) = 2x + 1 and g(x)=x2g(x) = x^2. An engineer needs the positive input aa for which f(g(a))=33f(g(a)) = 33. What is the value of aa?

F) 1616

G) 44

H) 88

J) 22

Show the worked solution

Answer: G

Explanation

Undo the outer function first. Whatever g(a)g(a) is, ff turned it into 33:

2g(a)+1=332g(a)=32g(a)=162 \cdot g(a) + 1 = 33 \quad\Longrightarrow\quad 2 \cdot g(a) = 32 \quad\Longrightarrow\quad g(a) = 16

Now undo the inner one:

a2=16a=±4a^2 = 16 \qquad a = \pm 4

The question asks for the positive input, so a=4a = 4.

Check forwards, which is always worth doing on a composite: g(4)=16g(4) = 16, and f(16)=32+1=33f(16) = 32 + 1 = 33. Correct.

Why each wrong option is wrong:

  • F, 1616 — gave g(a)=16g(a) = 16, the value halfway through the chain, rather than aa itself. Stopping one function early is the standard error here.
  • J, 22 — took the square root twice, 16=2\sqrt{\sqrt{16}} = 2.
  • H, 88 — halved 16 instead of taking its square root.

Takeaway: peel a composite from the outside in — undo ff, then undo gg — which is the reverse of the order you would use to evaluate it. Then run your answer forwards through both functions to check.


Section 2 — Graphs, Key Features and Transformations

Reading a graph is mostly vocabulary:

  • an xx-intercept is where the graph crosses the xx-axis, so y=0y = 0. It is also called a zero or a root.
  • a yy-intercept is where it crosses the yy-axis, so x=0x = 0.
  • a vertex is the turning point of a parabola.

Transformations follow one rule that catches everybody: changes inside the brackets act on xx and go the opposite way to what they look like; changes outside act on yy and behave normally.

what you write what happens
f(x)+cf(x) + c up by cc
f(x)cf(x) - c down by cc
f(x+c)f(x + c) left by cc
f(xc)f(x - c) right by cc
f(x)-f(x) reflected in the xx-axis
af(x)a\,f(x) stretched vertically by aa

Q5Medium

Topic: A horizontal shift

The graph of y=f(x)y = f(x) records a measurement over time and passes through the point (2,5)(2, 5). A colleague redraws the whole graph as y=f(x3)y = f(x - 3). Through which point must the redrawn graph pass?

A) (1, 5)\left( -1, \ 5\right)

B) (5, 5)\left( 5, \ 5\right)

C) (2, 8)\left( 2, \ 8\right)

D) (2, 2)\left( 2, \ 2\right)

Show the worked solution

Answer: B

Explanation

The change is inside the brackets, so it moves the graph horizontally — and inside-the-bracket changes go the opposite way to their sign. A minus 3 shifts the graph 3 units to the right.

(2,5)(2+3,  5)=(5,5)(2, 5) \longrightarrow (2 + 3, \; 5) = (5, 5)

If the direction feels backwards, reason it through: the new graph at x=5x = 5 computes f(53)=f(2)=5f(5 - 3) = f(2) = 5. So the height that used to be at x=2x = 2 now appears at x=5x = 5 — three units to the right.

Why each wrong option is wrong:

  • A, (1, 5)\left( -1, \ 5\right) — moved left, the direction the minus sign suggests.
  • C, (2, 8)\left( 2, \ 8\right) and D, (2, 2)\left( 2, \ 2\right) — changed the yy-coordinate. A change inside the brackets never moves a graph vertically.

Takeaway: inside the brackets means horizontal and opposite; outside means vertical and normal. When in doubt, substitute one xx and see which output comes back.


Q6Medium

Topic: A vertical shift of a minimum

The graph of y=f(x)y = f(x) has a minimum at the point (1,4)(1, -4). The whole model is then raised by 6 units to give y=f(x)+6y = f(x) + 6. What are the coordinates of the minimum of the new graph?

F) (1, 10)\left( 1, \ -10\right)

G) (1, 2)\left( 1, \ 2\right)

H) (7, 4)\left( 7, \ -4\right)

J) (5, 4)\left( -5, \ -4\right)

Show the worked solution

Answer: G

Explanation

The +6+6 is outside the brackets, so it moves the graph vertically, upwards, by 6. The xx-coordinate of the minimum does not change — the graph slides straight up.

(1,4)(1,  4+6)=(1,2)(1, -4) \longrightarrow (1, \; -4 + 6) = (1, 2)

Why each wrong option is wrong:

  • H, (7, 4)\left( 7, \ -4\right) and J, (5, 4)\left( -5, \ -4\right) — moved horizontally. Outside the brackets is always vertical.
  • F, (1, 10)\left( 1, \ -10\right) — moved down.

Takeaway: outside the brackets, the change acts on the output, so only the yy-coordinate moves — and it moves the way the sign says.


Q7Hard

Topic: A transformation described in words

The graph of y=f(x)y = f(x) is shifted 4 units to the right and 2 units down to give a new model. Which equation describes the new graph?

A) y=f(x+4)+2y = f(x + 4) + 2

B) y=f(x+4)2y = f(x + 4) - 2

C) y=f(x4)+2y = f(x - 4) + 2

D) y=f(x4)2y = f(x - 4) - 2

Show the worked solution

Answer: D

Explanation

Take the two shifts one at a time.

Right by 4 is a horizontal shift, so it goes inside the brackets, and inside changes act opposite to their sign. Right means minus:

f(x4)f(x - 4)

Down by 2 is vertical, so it goes outside, and outside changes behave normally. Down means minus:

f(x4)2f(x - 4) - 2

If the horizontal rule still feels wrong, test it on f(x)=x2f(x) = x^2, whose lowest point is at x=0x = 0. The graph of (x4)2(x-4)^2 has its lowest point where x4=0x - 4 = 0, that is at x=4x = 4 — four units to the right. Confirmed.

Why each wrong option is wrong:

  • B, y=f(x+4)2y = f(x + 4) - 2 — wrote the right-shift as +4+4.
  • C, y=f(x4)+2y = f(x - 4) + 2 — wrote the downward shift as +2+2.
  • A, y=f(x+4)+2y = f(x + 4) + 2 — both signs the wrong way round.

Takeaway: horizontal shifts are inside and opposite; vertical shifts are outside and obvious. Do them one at a time, and check with x2x^2 if unsure.


Q8Medium

Topic: The domain of a rational function

A function is defined by f(x)=x+3x5f(x) = \dfrac{x + 3}{x - 5}. For which value of xx is the function undefined?

F) 3-3

G) 00

H) 33

J) 55

Show the worked solution

Answer: J

Explanation

A fraction is undefined only when its bottom is zero:

x5=0x=5x - 5 = 0 \qquad x = 5

At x=5x = 5 the function reads 80\frac{8}{0}, which has no value.

Why each wrong option is wrong:

  • F, 3-3 — set the numerator to zero. That gives a zero of the function, f(3)=0f(-3) = 0, which is a perfectly good value, not an excluded one.
  • G, 00f(0)=35f(0) = \frac{3}{-5}, which is fine.
  • H, 33 — took a number from the top.

Takeaway: only the denominator can make a function undefined. Setting the numerator to zero answers a different question — where the graph crosses the xx-axis.


Section 3 — Logarithms

A logarithm asks: what power do I need?

logb(y)=xmeans exactlybx=y\log_b(y) = x \quad \text{means exactly} \quad b^{x} = y

Read log2(8)=3\log_2(8) = 3 as "2 to the power 3 is 8". Converting between those two forms answers most ACT logarithm questions on its own.

The three rules worth knowing:

log(mn)=logm+logn\log(mn) = \log m + \log n log ⁣(mn)=logmlogn\log\!\left(\frac{m}{n}\right) = \log m - \log n log(mk)=klogm\log(m^k) = k \log m

Multiplying inside becomes adding outside — which is what logarithms were invented for.


Q9Medium

Topic: Converting a logarithm to exponential form

An equation from a decibel model is log3(x)=4\log_3(x) = 4, where the base of the logarithm is 3. What is the value of xx?

A) 1212

B) 6464

C) 8181

D) 43\frac{4}{3}

Show the worked solution

Answer: C

Explanation

log3(x)=4\log_3(x) = 4 says: 3 to the power 4 is xx.

x=34=81x = 3^4 = 81

The pattern to hold on to: the base goes to the bottom of the power, and the answer of the log becomes the exponent.

Why each wrong option is wrong:

  • A, 1212 — multiplied 3 by 4.
  • B, 6464 — computed 43=644^3 = 64, swapping base and exponent. The two are not interchangeable.
  • D, 43\frac{4}{3} — divided.

Takeaway: logb(y)=x\log_b(y) = x means bx=yb^x = y. Write the exponential form out every time; it turns a log question into an ordinary powers question.


Q10Hard

Topic: Combining logarithms

An expression reduces to log2(8)+log2(4)\log_2(8) + \log_2(4), where both terms share the same base. What is the value of the expression?

F) 1212

G) 3232

H) 66

J) 55

Show the worked solution

Answer: J

Explanation

Two routes, both quick.

Directly: log2(8)=3\log_2(8) = 3 because 23=82^3 = 8, and log2(4)=2\log_2(4) = 2 because 22=42^2 = 4. So the sum is 3+2=53 + 2 = 5.

By the rule: adding logs multiplies their insides:

log2(8)+log2(4)=log2(32)=5\log_2(8) + \log_2(4) = \log_2(32) = 5

because 25=322^5 = 32. Same answer, which is a good check that the rule is being used correctly.

Why each wrong option is wrong:

  • F, 1212 — added the insides. Adding logs multiplies the insides, it does not add them.
  • G, 3232 — multiplied the insides correctly to get 32, then forgot to take the logarithm of it.
  • H, 66 — multiplied the two logarithms, 3imes23 imes 2, instead of adding them.

Takeaway: adding logs multiplies what is inside. When the numbers are small powers of the base, evaluating each log separately is faster than using the rule — and doing both is a free check.


Section 4 — Modelling with Functions

The ACT writes growth and decay in function notation, and the shape to recognise is:

f(x)=abxf(x) = a \cdot b^{\,x}

  • aa is the starting value, what you have when x=0x = 0
  • bb is the multiplier per step: above 1 is growth, below 1 is decay

A 15% rise per year means b=1.15b = 1.15. A 12% fall means b=0.88b = 0.88 — and note it is 0.880.88, not 0.12-0.12.


Q11Medium

Topic: Building an exponential model

A laboratory colony starts with 400 bacteria and grows by 15% during each hour, compounding from one hour to the next. The technician wants one function giving the population at any whole number of hours. Which function gives the population after hh hours?

A) P=400(15)hP = 400(15)^h

B) P=400(0.15)hP = 400(0.15)^h

C) P=400+15hP = 400 + 15h

D) P=400(1.15)hP = 400(1.15)^h

Show the worked solution

Answer: D

Explanation

Growth of 15% per hour multiplies by 1.151.15 each hour — the original whole plus another 15%:

P=400(1.15)hP = 400(1.15)^{h}

Check one hour: 400×1.15=460400 \times 1.15 = 460, which is 400+60400 + 60, and 60 is 15% of 400. Correct.

Why each wrong option is wrong:

  • B, P=400(0.15)hP = 400(0.15)^h — used 0.150.15 as the multiplier. That would leave 15% of the colony each hour, an 85% collapse, not growth.
  • C, P=400+15hP = 400 + 15h — modelled it as linear, adding 15 bacteria per hour. A percentage applies to the current amount, so the increase grows as the colony does.
  • A, P=400(15)hP = 400(15)^h — used 15, multiplying the colony fifteenfold every hour.

Takeaway: a p%p\% rise per period is a multiplier of 1+p1001 + \frac{p}{100}; a p%p\% fall is 1p1001 - \frac{p}{100}. Always test one period against the plain arithmetic.


Q12Medium

Topic: Reading a decay factor from a model

A car bought new is modelled by V=24000(0.88)tV = 24000(0.88)^t, where VV is its value in dollars and tt is the number of years since purchase. The owner is trying to explain to a friend what the 0.880.88 means. Which statement is best supported by the model?

F) The car loses 12% of its value each year

G) The car loses $88 each year

H) The car loses 88% of its value each year

J) The car gains 88% of its value each year

Show the worked solution

Answer: F

Explanation

A multiplier of 0.880.88 means the car keeps 88% of its value each year. What it loses is the rest:

100%88%=12%100\% - 88\% = 12\%

Check with numbers. After one year:

24000×0.88=2112024000 \times 0.88 = 21120

a fall of 2880, and 288024000=0.12=12%\frac{2880}{24000} = 0.12 = 12\%. Correct.

Why each wrong option is wrong:

  • H, The car loses 88% of its value each year — read 0.880.88 as the amount lost rather than the amount kept. Losing 88% a year would leave the car worth 2880 after twelve months.
  • G, The car loses $88 each year — read it as a fixed number of dollars. Exponential models work in proportions, so the dollar loss shrinks each year.
  • J, The car gains 88% of its value each year — a multiplier below 1 always shrinks a quantity.

Takeaway: the multiplier is what is kept. Subtract it from 1 to find what is lost. Below 1 is decay; above 1 is growth.


Q13Hard

Topic: An exponential model with a period other than one

A population of 800 organisms doubles every 5 years. The study runs for 20 years altogether. What is the population after 20 years?

A) 32003200

B) 838860800838860800

C) 1280012800

D) 80008000

Show the worked solution

Answer: C

Explanation

Count the doubling periods, not the years:

20 years5 years per doubling=4 doublings\frac{20 \text{ years}}{5 \text{ years per doubling}} = 4 \text{ doublings}

800×24=800×16=12800800 \times 2^4 = 800 \times 16 = 12800

Written as a formula, that is P=8002t/5P = 800 \cdot 2^{t/5} — the division by 5 is what converts years into periods.

Check by doubling four times: 800, 1600, 3200, 6400, 12800. Correct.

Why each wrong option is wrong:

  • A, 32003200 — used only two doublings.
  • B, 838860800838860800 — doubled every year, giving a number in the hundreds of millions.
  • D, 80008000 — treated the growth as linear.

Takeaway: when the growth period is not 1, the exponent is timeperiod\frac{\text{time}}{\text{period}}. Count the periods first, then apply the multiplier that many times.


Q14Hard

Topic: Working backwards to a starting value

A colony of organisms triples in number every day, and after 4 days of growth the count stands at 810. The researcher needs the size of the colony at the moment observation began. How many were there at the start?

F) 1010

G) 270270

H) 24302430

J) 202202

Show the worked solution

Answer: F

Explanation

Let pp be the starting count. Four days of tripling multiplies it by 343^4:

p×34=810p \times 3^4 = 810 81p=81081p = 810 p=10p = 10

Check forwards: 10, 30, 90, 270, 810. Four triplings. Correct.

Why each wrong option is wrong:

  • G, 270270 — divided by 3 once, undoing a single day.
  • H, 24302430 — multiplied, growing the colony further into the future.
  • J, 202202 — divided by the number of days, which treats the growth as linear.

Takeaway: to go backwards through exponential growth, divide by the multiplier raised to the number of periods. Then run it forwards to check — five seconds, and it catches every off-by-one.


Q15Medium

Topic: A composite function evaluated twice

Two functions are defined by f(x)=2x1f(x) = 2x - 1 and g(x)=x+5g(x) = x + 5. A process applies gg first and then ff. What is the value of f(g(2))f(g(2))?

A) 88

B) 1313

C) 77

D) 33

Show the worked solution

Answer: B

Explanation

g(2)=7g(2) = 7, and then f(7)=141=13f(7) = 14 - 1 = 13.

Why each wrong option is wrong:

  • A, 88 — applied ff first: f(2)=3f(2) = 3, then g(3)=8g(3) = 8. The order is not interchangeable.
  • C, 77 and D, 33 — stopped after one function.

Takeaway: the inner bracket goes first. f(g(x))f(g(x)) means gg, then ff.


Q16Hard

Topic: A composite function as an expression

Two functions are defined by f(x)=x2f(x) = x^2 and g(x)=x3g(x) = x - 3. An expression for f(g(x))f(g(x)) is required, valid for every xx. Which of the following is f(g(x))f(g(x))?

F) x23x^{2} - 3

G) x29x^{2} - 9

H) x2+6x+9x^{2} + 6 x + 9

J) x26x+9x^{2} - 6 x + 9

Show the worked solution

Answer: J

Explanation

Substitute the whole of g(x)g(x) into ff:

f(g(x))=(x3)2=x26x+9f(g(x)) = (x - 3)^2 = x^2 - 6x + 9

Check at x=5x = 5: g(5)=2g(5) = 2 and f(2)=4f(2) = 4; and 2530+9=425 - 30 + 9 = 4. ✓

Why each wrong option is wrong:

  • F, x23x^{2} - 3 — computed g(f(x))=x23g(f(x)) = x^2 - 3, the other order.
  • G, x29x^{2} - 9 — squared each term, forgetting the middle term.
  • H, x2+6x+9x^{2} + 6 x + 9 — used (x+3)2(x + 3)^2.

Takeaway: substitute the inner function whole, brackets and all, then expand. A squared bracket always has a middle term.


Q17Medium

Topic: The inverse of a linear function

A conversion is carried out by f(x)=3x+4f(x) = 3x + 4, and the reverse conversion is needed. Which of the following is f1(x)f^{-1}(x)?

A) 13x+4\frac{1}{3 x + 4}

B) x3+43\frac{x}{3} + \frac{4}{3}

C) 3x43 x - 4

D) x343\frac{x}{3} - \frac{4}{3}

Show the worked solution

Answer: D

Explanation

Write y=3x+4y = 3x + 4, swap the letters, and solve for the new yy:

x=3y+4y=x43x = 3y + 4 \quad\Longrightarrow\quad y = \frac{x - 4}{3}

Check: f(2)=10f(2) = 10, and f1(10)=63=2f^{-1}(10) = \frac{6}{3} = 2. ✓

Why each wrong option is wrong:

  • B, x3+43\frac{x}{3} + \frac{4}{3} — added rather than subtracted.
  • C, 3x43 x - 4 — reversed the signs without reversing the operations.
  • A, 13x+4\frac{1}{3 x + 4} — an inverse function is not a reciprocal. The notation f1f^{-1} does not mean "one over".

Takeaway: swap xx and yy, then solve. f1f^{-1} undoes ff; it is not 1f\frac{1}{f}.


Q18Medium

Topic: A composite function applied to itself

A function is defined by f(x)=2x1f(x) = 2x - 1, and a process applies it twice in succession, which is written f(f(3))f(f(3)). What is the value of f(f(3))f(f(3))?

F) 55

G) 1111

H) 66

J) 99

Show the worked solution

Answer: J

Explanation

f(3)=61=5f(5)=101=9f(3) = 6 - 1 = 5 \qquad f(5) = 10 - 1 = 9

Why each wrong option is wrong:

  • F, 55 — applied ff once.
  • G, 1111 — used 6 rather than 5 as the second input, dropping the first subtraction.
  • H, 66 — doubled and never subtracted.

Takeaway: f(f(x))f(f(x)) means run the machine twice. Write the intermediate value down before feeding it back in.


Q19Hard

Topic: The domain of a function with a square root

A function is defined by f(x)=x5f(x) = \sqrt{x - 5}. Which of the following gives all values of xx in the domain of ff?

A) x>5x > 5

B) x5x \ge 5

C) x5x \le 5

D) x5x \ge -5

Show the worked solution

Answer: B

Explanation

The expression under a square root cannot be negative, so

x50x5x - 5 \ge 0 \quad\Longrightarrow\quad x \ge 5

The end is included: at x=5x = 5 the root is 0=0\sqrt{0} = 0, a perfectly good value.

Why each wrong option is wrong:

  • A, x>5x > 5 — excluded x=5x = 5. Zero under a root is fine; only negatives are not.
  • C, x5x \le 5 — reversed the inequality, which is the region where the inside is negative.
  • D, x5x \ge -5 — a sign error on the boundary.

Takeaway: under a square root, set the inside 0\ge 0. Note it is greater than or equal, because 0\sqrt{0} exists.


Q20Medium

Topic: A piecewise function

A charge is defined by a piecewise function:

f(x)={2x+1if x<3x24if x3f(x) = \begin{cases} 2x + 1 & \text{if } x < 3 \\ x^2 - 4 & \text{if } x \ge 3 \end{cases} What is the value of f(5)f(5)?

F) 1111

G) 2525

H) 2121

J) 11

Show the worked solution

Answer: H

Explanation

The input is 55, and 535 \ge 3, so the second rule applies:

f(5)=524=254=21f(5) = 5^2 - 4 = 25 - 4 = 21

The first rule is only for inputs below 3, and it plays no part here.

Why each wrong option is wrong:

  • F, 1111 — used the rule for x<3x < 3, which does not apply to 5.
  • G, 2525 — used the right rule and dropped the 4-4.
  • J, 11 — substituted at the boundary rather than at the input given.

Takeaway: with a piecewise function, check the condition first and pick the line, then substitute. The other line is irrelevant.


Q21Medium

Topic: A piecewise function at its boundary

A delivery charge is defined by a piecewise function:

c(x)={5+2xif x1030if x>10c(x) = \begin{cases} 5 + 2x & \text{if } x \le 10 \\ 30 & \text{if } x > 10 \end{cases} What is c(10)c(10)?

A) 3030

B) 3535

C) 2525

D) 1515

Show the worked solution

Answer: C

Explanation

Check the condition before choosing a line. The first says x10x \le 10, and 10 satisfies it, so:

c(10)=5+2(10)=25c(10) = 5 + 2(10) = 25

The second line applies only above 10. Note the two rules do not agree at the boundary — cc jumps from 25 to 30 — which is why the \le matters.

Why each wrong option is wrong:

  • A, 3030 — used the rule for x>10x > 10; 10 is not greater than 10.
  • B, 3535 — added both rules together.
  • D, 1515 — dropped the coefficient of xx.

Takeaway: read the condition first and note whether it uses << or \le. That single symbol decides which rule owns the boundary.


Q22Hard

Topic: The range of a function

A function is defined by f(x)=x2+3f(x) = x^2 + 3 for all real xx. Which of the following gives all values the function can output?

F) y3y \ge 3

G) y>3y > 3

H) y3y \le 3

J) y0y \ge 0

Show the worked solution

Answer: F

Explanation

x2x^2 is at its smallest when x=0x = 0, where it equals 0. Everywhere else it is positive. So

f(x)=x2+30+3=3f(x) = x^2 + 3 \ge 0 + 3 = 3

The value 3 is reached, at x=0x = 0, so the end is included.

Why each wrong option is wrong:

  • G, y>3y > 3 — excluded 3, but f(0)=3f(0) = 3 exactly.
  • H, y3y \le 3 — reversed the inequality; the parabola opens upward, so 3 is a minimum, not a maximum.
  • J, y0y \ge 0 — gave the range of x2x^2 alone, forgetting the +3+3 lifts every output.

Takeaway: for range questions, find the extreme value the expression can reach and ask whether it is actually attained. A square's minimum is 0, at x=0x = 0.


Q23Medium

Topic: An absolute-value function

A tolerance is modelled by f(x)=x4+1f(x) = |x - 4| + 1. What is the minimum value of ff?

A) 44

B) 11

C) 55

D) 00

Show the worked solution

Answer: B

Explanation

x4|x - 4| is smallest when the inside is zero, which happens at x=4x = 4. There it equals 0, so

f(4)=0+1=1f(4) = 0 + 1 = 1

Everywhere else x4|x - 4| is positive, so ff is larger.

Why each wrong option is wrong:

  • A, 44 — gave x=4x = 4, the input where the minimum occurs, not the minimum itself.
  • C, 55 — added the two constants.
  • D, 00 — gave the minimum of x4|x-4| and forgot the +1+1.

Takeaway: an absolute value bottoms out at zero where its inside is zero. Then read whether the question wants the input or the output.


Q24Medium

Topic: Evaluating a logarithm

A sound-level calculation needs the value of log2(64)\log_2(64). What is log2(64)\log_2(64)?

F) 3232

G) 88

H) 66

J) 128128

Show the worked solution

Answer: H

Explanation

Ask: 2 to what power gives 64?

26=64log2(64)=62^6 = 64 \quad\Longrightarrow\quad \log_2(64) = 6

Counting the doublings is often quicker than any rule: 2, 4, 8, 16, 32, 64 — six of them.

Why each wrong option is wrong:

  • F, 3232 — divided 64 by 2. A logarithm is an exponent, not a quotient.
  • G, 88 — took a square root.
  • J, 128128 — multiplied by the base.

Takeaway: logb(y)\log_b(y) asks "bb to what power gives yy?" With small numbers, count the multiplications.


Q25Hard

Topic: A logarithm with a fractional result

A model requires the value of log9(3)\log_9(3). What is log9(3)\log_9(3)?

A) 13\frac{1}{3}

B) 33

C) 22

D) 12\frac{1}{2}

Show the worked solution

Answer: D

Explanation

Ask: 9 to what power gives 3?

91/2=9=3log9(3)=129^{1/2} = \sqrt{9} = 3 \quad\Longrightarrow\quad \log_9(3) = \tfrac{1}{2}

The check that settles it instantly: whenever the number is smaller than the base, the logarithm is between 0 and 1.

Why each wrong option is wrong:

  • B, 33 — divided 9 by 3.
  • C, 22 — computed log3(9)=2\log_3(9) = 2, the two arguments swapped. Note it is the reciprocal of the right answer, which is no coincidence.
  • A, 13\frac{1}{3} — a fraction, but the wrong one.

Takeaway: a logarithm is between 0 and 1 exactly when the number is between 1 and the base. Use that to sanity-check before calculating.


Q26Medium

Topic: Splitting a logarithm

An expression reduces to log5(50)log5(2)\log_5(50) - \log_5(2), where both terms share a base. What is the value?

F) 4848

G) 22

H) 2525

J) 100100

Show the worked solution

Answer: G

Explanation

Subtracting logs of the same base divides their insides:

log5(50)log5(2)=log5 ⁣(502)=log5(25)\log_5(50) - \log_5(2) = \log_5\!\left(\frac{50}{2}\right) = \log_5(25)

And 52=255^2 = 25, so the answer is 2.

Why each wrong option is wrong:

  • F, 4848 — subtracted the insides. Subtracting logs divides; it does not subtract.
  • H, 2525 — divided correctly to reach 25 and then forgot to take the logarithm.
  • J, 100100 — multiplied, which is what adding logs does.

Takeaway: adding logs multiplies inside; subtracting divides. Then finish by evaluating the log you are left with.


Q27Medium

Topic: Modelling with a linear function

A taxi firm's total charge is modelled by C(m)=3.5+1.8mC(m) = 3.5 + 1.8m dollars for a journey of mm miles. A passenger is quoted a fare of $21.50 and wants to know how far that takes them. How many miles is the journey?

A) 1010

B) 21518\frac{215}{18}

C) 1818

D) 437\frac{43}{7}

Show the worked solution

Answer: A

Explanation

The fixed charge is paid once, so remove it before dividing:

3.5+1.8m=21.503.5 + 1.8m = 21.50 1.8m=18m=101.8m = 18 \qquad m = 10

Check: 1.8×10=181.8 \times 10 = 18, and 18+3.5=21.5018 + 3.5 = 21.50. ✓

Why each wrong option is wrong:

  • B, 21518\frac{215}{18} — divided the whole fare by the rate, as though there were no fixed charge. That is the trap this question is built around.
  • C, 1818 — copied the per-mile rate.
  • D, 437\frac{43}{7} — divided by the fixed charge instead of the rate.

Takeaway: in C=fixed+rate×xC = \text{fixed} + \text{rate} \times x, subtract the fixed part before dividing by the rate.


Q28Hard

Topic: Choosing a model from a description

A quantity starts at 200 and halves every 4 days. Which function gives its value after dd days?

F) 200(0.5)d200(0.5)^{d}

G) 20025d200 - 25d

H) 200(0.5)d/4200(0.5)^{d/4}

J) 200(4)d/2200(4)^{d/2}

Show the worked solution

Answer: H

Explanation

The halving period is 4 days, not 1, so the exponent counts periods:

periods=d4V=200(0.5)d/4\text{periods} = \frac{d}{4} \qquad\Longrightarrow\qquad V = 200(0.5)^{d/4}

Check 4 days: the exponent is 1, giving 200×0.5=100200 \times 0.5 = 100. ✓ Check 8 days: the exponent is 2, giving 50. ✓

Why each wrong option is wrong:

  • F, 200(0.5)d200(0.5)^{d} — halves every day, so by day 4 it would be 12.5.
  • G, 20025d200 - 25d — linear decay, which would reach zero on day 8 and go negative after.
  • J, 200(4)d/2200(4)^{d/2} — grows the quantity instead of shrinking it.

Takeaway: when the period is not 1, the exponent is timeperiod\frac{\text{time}}{\text{period}}. Test the model at exactly one period.


Q29Medium

Topic: Reading a starting value out of a model

A population is modelled by P(t)=1200(1.03)tP(t) = 1200(1.03)^t, where tt is years since the study began. A report needs the population at the moment the study started. What was it?

A) 12361236

B) 103100\frac{103}{100}

C) 12001200

D) 00

Show the worked solution

Answer: C

Explanation

The study began at t=0t = 0, and anything to the power 0 is 1:

P(0)=1200×(1.03)0=1200×1=1200P(0) = 1200 \times (1.03)^0 = 1200 \times 1 = 1200

So the number in front of the bracket is always the starting value.

Why each wrong option is wrong:

  • A, 12361236 — gave P(1)P(1), the population after one year.
  • B, 103100\frac{103}{100} — gave the multiplier, which describes growth rather than size.
  • D, 00 — a model does not have to start at zero; this one starts at 1200.

Takeaway: in abta \cdot b^t, aa is where it starts and bb is how it changes. Setting t=0t = 0 recovers aa every time, because b0=1b^0 = 1.


Q30Basic

Topic: Evaluating a function at a fraction

A model uses f(x)=8x3f(x) = 8x - 3, and the input is x=14x = \dfrac{1}{4}. What is f ⁣(14)f\!\left(\dfrac{1}{4}\right)?

F) 1-1

G) 22

H) 54\frac{5}{4}

J) 55

Show the worked solution

Answer: F

Explanation

f ⁣(14)=8(14)3=23=1f\!\left(\tfrac{1}{4}\right) = 8\left(\tfrac{1}{4}\right) - 3 = 2 - 3 = -1

Only the xx is replaced. The 3-3 is unaffected by the input.

Why each wrong option is wrong:

  • G, 22 — multiplied correctly and stopped before subtracting.
  • H, 54\frac{5}{4} — divided the 3 by 4 as well, but the 3 is not multiplied by xx.
  • J, 55 — ignored the input and used x=1x = 1.

Takeaway: substitute for every xx and nothing else. Terms without an xx stay exactly as they are.


Q31Medium

Topic: Reading a function from a table

A function ff is given by the table below.

xx 1 2 3 4
f(x)f(x) 5 8 11 14

What is the value of f(3)f(1)f(3) - f(1)?

A) 22

B) 1616

C) 66

D) 33

Show the worked solution

Answer: C

Explanation

Read the two outputs off the table and subtract:

f(3)=11f(1)=5f(3)f(1)=6f(3) = 11 \qquad f(1) = 5 \qquad f(3) - f(1) = 6

Why each wrong option is wrong:

  • A, 22 — subtracted the inputs, 313 - 1, rather than the outputs.
  • B, 1616 — added the two outputs.
  • D, 33 — gave the step between consecutive rows, which is the slope of this linear function but not what was asked.

Takeaway: f(3)f(3) means the output when the input is 3 — look it up in the bottom row. The top row holds inputs, never answers.


Q32Medium

Topic: A composite function in the other order

Two functions are defined by f(x)=x+2f(x) = x + 2 and g(x)=3xg(x) = 3x. A process applies ff first and then gg. What is g(f(4))g(f(4))?

F) 1414

G) 66

H) 1212

J) 1818

Show the worked solution

Answer: J

Explanation

Work from the inner bracket outwards:

f(4)=6g(6)=18f(4) = 6 \qquad g(6) = 18

Why each wrong option is wrong:

  • F, 1414 — applied gg first: g(4)=12g(4) = 12, then f(12)=14f(12) = 14. The order is not interchangeable, and this question is the mirror image of one where it is the other way round.
  • G, 66 and H, 1212 — stopped after one function.

Takeaway: the function named inside the brackets goes first. In g(f(x))g(f(x)) that is ff; in f(g(x))f(g(x)) it is gg.


Q33Hard

Topic: A composite function that returns its input

Two functions are defined by f(x)=2x+6f(x) = 2x + 6 and g(x)=x62g(x) = \dfrac{x - 6}{2}. A process applies ff and then gg. What is g(f(5))g(f(5))?

A) 55

B) 1616

C) 1010

D) 88

Show the worked solution

Answer: A

Explanation

f(5)=2(5)+6=16g(16)=1662=5f(5) = 2(5) + 6 = 16 \qquad g(16) = \frac{16 - 6}{2} = 5

The answer is the number we started with — and that is no accident. gg undoes exactly what ff does, so they are inverse functions, and g(f(x))=xg(f(x)) = x for every xx.

Why each wrong option is wrong:

  • B, 1616 — gave f(5)f(5) and stopped halfway.
  • C, 1010 — subtracted the 6 and forgot to halve.
  • D, 88 — halved 16 without subtracting the 6 first.

Takeaway: if a composite hands back the input you started with, the two functions are inverses. Spotting that saves the arithmetic entirely.


Q34Medium

Topic: The yy-intercept of a function's graph

A cost model is f(x)=x24x+7f(x) = x^2 - 4x + 7. What is the yy-intercept?

F) 00

G) 4-4

H) 77

J) 33

Show the worked solution

Answer: H

Explanation

Set x=0x = 0:

f(0)=00+7=7f(0) = 0 - 0 + 7 = 7

So the constant term is the yy-intercept, for any polynomial — every other term contains an xx and vanishes at zero.

Why each wrong option is wrong:

  • F, 00 — a graph need not pass through the origin, and this one does not.
  • G, 4-4 — gave the coefficient of xx.
  • J, 33 — combined two coefficients that never meet.

Takeaway: the yy-intercept is the value at x=0x = 0, which for a polynomial is just the constant term.


Q35Medium

Topic: The zeros of a factored function

A function is defined by f(x)=(x2)(x+5)f(x) = (x - 2)(x + 5). What is the sum of the zeros?

A) 77

B) 1010

C) 3-3

D) 33

Show the worked solution

Answer: C

Explanation

Set each bracket to zero:

x2=0x=2x+5=0x=5x - 2 = 0 \Rightarrow x = 2 \qquad x + 5 = 0 \Rightarrow x = -5

2+(5)=32 + (-5) = -3

The signs flip: a factor of (x+5)(x + 5) gives a zero at 5-5, not +5+5. That is the whole difficulty of the question.

Why each wrong option is wrong:

  • A, 77 — added the numbers as printed, ignoring the sign flip.
  • B, 1010 — multiplied them.
  • D, 33 — subtracted with the signs the wrong way round.

Takeaway: a factor (xr)(x - r) gives a zero at x=rx = r, so the sign in the bracket is the opposite of the zero.


Q36Medium

Topic: Where a graph is increasing

A parabola is given by f(x)=x26x+5f(x) = x^2 - 6x + 5. For which values of xx is the function increasing?

F) x3x \le 3

G) x3x \ge 3

H) x5x \ge 5

J) x5x \le 5

Show the worked solution

Answer: G

Explanation

The vertex sits at

x=b2a=62=3x = -\frac{b}{2a} = -\frac{-6}{2} = 3

The parabola opens upward (the x2x^2 coefficient is positive), so it falls to the left of 3 and rises to the right.

Check: f(1)=0f(1) = 0, f(2)=3f(2) = -3 — falling. And f(4)=3f(4) = -3, f(5)=0f(5) = 0 — rising.

Why each wrong option is wrong:

  • F, x3x \le 3 — that is where it decreases.
  • H, x5x \ge 5 and J, x5x \le 5 — used 5, the constant term, as the vertex.

Takeaway: an upward parabola decreases before its vertex and increases after. Find the vertex at b2a-\frac{b}{2a} first.


Q37Hard

Topic: The maximum of a downward parabola

A projectile's height in metres is h(t)=2t2+12t+5h(t) = -2t^2 + 12t + 5, where tt is seconds. What is the greatest height reached?

A) 2323

B) 33

C) 55

D) 1717

Show the worked solution

Answer: A

Explanation

The vertex is at

t=b2a=122(2)=3 secondst = -\frac{b}{2a} = -\frac{12}{2(-2)} = 3 \text{ seconds}

That is when the maximum happens. The height itself needs substituting back:

h(3)=2(9)+36+5=18+41=23 metresh(3) = -2(9) + 36 + 5 = -18 + 41 = 23 \text{ metres}

Why each wrong option is wrong:

  • B, 33 — gave t=3t = 3, the time of the maximum rather than its height. This is the single most common error on vertex questions.
  • C, 55 — gave h(0)=5h(0) = 5, the height at launch.
  • D, 1717 — a slip substituting back.

Takeaway: b2a-\frac{b}{2a} gives the input. Substitute it back to get the output. Read the question to see which one it wants.


Q38Medium

Topic: A vertical stretch

The graph of y=f(x)y = f(x) passes through the point (4,3)(4, 3). The whole graph is then stretched vertically by a factor of 2 to give y=2f(x)y = 2f(x). Through which point must the new graph pass?

F) (8, 3)\left( 8, \ 3\right)

G) (2, 3)\left( 2, \ 3\right)

H) (4, 6)\left( 4, \ 6\right)

J) (8, 6)\left( 8, \ 6\right)

Show the worked solution

Answer: H

Explanation

The 2 is outside the function, so it multiplies the output:

(4,3)(4,  2×3)=(4,6)(4, 3) \longrightarrow (4, \; 2 \times 3) = (4, 6)

The input is untouched. At x=4x = 4 the new graph computes 2f(4)=2×32f(4) = 2 \times 3.

Why each wrong option is wrong:

  • F, (8, 3)\left( 8, \ 3\right) and G, (2, 3)\left( 2, \ 3\right) — changed the input. A factor outside the function never moves a point sideways.
  • J, (8, 6)\left( 8, \ 6\right) — doubled both coordinates.

Takeaway: outside the function acts on yy; inside acts on xx. A vertical stretch leaves every xx-coordinate exactly where it was.


Q39Hard

Topic: A reflection in the yy-axis

The graph of y=f(x)y = f(x) passes through (3,7)(-3, 7). The graph is then redrawn as y=f(x)y = f(-x). Through which point must the reflected graph pass?

A) (3, 7)\left( 3, \ 7\right)

B) (3, 7)\left( -3, \ -7\right)

C) (3, 7)\left( 3, \ -7\right)

D) (7, 3)\left( 7, \ -3\right)

Show the worked solution

Answer: A

Explanation

The minus is inside the function, so it acts on the input: the graph is flipped left to right.

(3,7)(3,  7)(-3, 7) \longrightarrow (3, \; 7)

Reason it through: the new graph at x=3x = 3 computes f(3)=7f(-3) = 7. So the height that was at x=3x = -3 now appears at x=3x = 3.

Why each wrong option is wrong:

  • B, (3, 7)\left( -3, \ -7\right) — that is y=f(x)y = -f(x), a reflection in the horizontal axis, where the outputs change sign.
  • C, (3, 7)\left( 3, \ -7\right) — reflected in both axes.
  • D, (7, 3)\left( 7, \ -3\right) — swapped the coordinates, which is a reflection in the line y=xy = x.

Takeaway: f(x)f(-x) flips left–right; f(x)-f(x) flips up–down. Inside acts on xx, outside acts on yy — the same rule as every other transformation.


Q40Medium

Topic: Two transformations at once

The graph of y=f(x)y = f(x) passes through (2,5)(2, 5). It is then redrawn as y=f(x+1)4y = f(x + 1) - 4. Through which point must the new graph pass?

F) (1, 1)\left( 1, \ 1\right)

G) (3, 1)\left( 3, \ 1\right)

H) (1, 9)\left( 1, \ 9\right)

J) (3, 9)\left( 3, \ 9\right)

Show the worked solution

Answer: F

Explanation

Take the two separately.

Inside: f(x+1)f(x + 1) shifts the graph 1 unit left, because inside changes act opposite to their sign. The xx-coordinate goes from 2 to 1.

Outside: the 4-4 lowers every output by 4. The yy-coordinate goes from 5 to 1.

(2,5)(1,1)(2, 5) \longrightarrow (1, 1)

Why each wrong option is wrong:

  • G, (3, 1)\left( 3, \ 1\right) — moved right; a +1+1 inside moves left.
  • H, (1, 9)\left( 1, \ 9\right) — moved up.
  • J, (3, 9)\left( 3, \ 9\right) — both directions wrong.

Takeaway: do the two shifts one at a time and label which is which. Inside–opposite, outside–obvious.


Q41Medium

Topic: A piecewise function below its boundary

A tariff is defined by

g(x)={3xif x<2x+8if x2g(x) = \begin{cases} 3x & \text{if } x < 2 \\ x + 8 & \text{if } x \ge 2 \end{cases} What is g(1)g(-1)?

A) 3-3

B) 77

C) 33

D) 9-9

Show the worked solution

Answer: A

Explanation

1-1 is less than 2, so the first rule applies:

g(1)=3(1)=3g(-1) = 3(-1) = -3

The second rule would give 7, but it applies only from 2 upward.

Why each wrong option is wrong:

  • B, 77 — used the rule for x2x \ge 2 on an input below 2.
  • C, 33 — gave the coefficient rather than the output.
  • D, 9-9 — an arithmetic slip.

Takeaway: check the condition before substituting. A piecewise function is several functions wearing one name, and only one of them applies at a time.


Q42Hard

Topic: Solving a logarithmic equation

An equation from a sound model is log4(x3)=2\log_4(x - 3) = 2. What is the value of xx?

F) 1111

G) 88

H) 1919

J) 55

Show the worked solution

Answer: H

Explanation

log4(x3)=2\log_4(x - 3) = 2 says: 4 to the power 2 gives x3x - 3.

x3=42=16x=19x - 3 = 4^2 = 16 \quad\Longrightarrow\quad x = 19

Check what the logarithm allows: its inside must be positive, and 193=16>019 - 3 = 16 > 0. ✓

Why each wrong option is wrong:

  • F, 1111 — multiplied the base by the result.
  • G, 88 — subtracted the 3 instead of adding it when isolating xx.
  • J, 55 — added 3 to the 2 without raising anything to a power.

Takeaway: rewrite logb(something)=c\log_b(\text{something}) = c as something=bc\text{something} = b^c, then solve — and confirm the inside of the logarithm came out positive.


Q43Medium

Topic: Choosing between a linear and an exponential model

A quantity is 100 at time 0, 150 at time 1 and 225 at time 2. Which model fits, and what is the value at time 3?

A) Exponential, and 337.5337.5

B) Linear, and 300300

C) Exponential, and 300300

D) Linear, and 275275

Show the worked solution

Answer: A

Explanation

Test for linear first by subtracting:

150100=50225150=75150 - 100 = 50 \qquad 225 - 150 = 75

Not constant, so it is not linear. Now divide:

150100=1.5225150=1.5\frac{150}{100} = 1.5 \qquad \frac{225}{150} = 1.5

Constant, so it is exponential with a multiplier of 1.5.

225×1.5=337.5225 \times 1.5 = 337.5

Why each wrong option is wrong:

  • B, Linear, and 300300 and D, Linear, and 275275 — assumed a constant difference, which the data contradicts.
  • C, Exponential, and 300300 — identified the model correctly and then added 75 anyway, which is the linear step.

Takeaway: subtract to test for linear; if that fails, divide to test for exponential. Then use the model you identified — spotting it and then doing linear arithmetic is a real and common way to lose the mark.