Mathbench

Chapter 5 — Functions, Graphs and Exponential Growth

This chapter finishes Advanced Math. Chapter 4 was about solving nonlinear equations; this one is about reading them — what a function does, what its graph looks like, and how to move between the two.

Two ideas carry most of the chapter.

A function is a rule with an input and an output. f(x)f(x) does not mean ff times xx. It means "the output of the rule ff when the input is xx". Reading it as multiplication is the single most common beginner error here.

Linear adds, exponential multiplies. A linear model goes up by the same amount each step. An exponential model goes up by the same percentage each step — it multiplies by a fixed factor. Telling them apart is worth several marks on every paper.

Topics covered: function notation · evaluating and composing · reading graphs · transformations · exponential growth and decay · identifying a model from a table


Section 1 — Function Notation

f(x)f(x) is the output when the input is xx. To evaluate f(3)f(3), replace every xx in the rule with 3.

If f(x)=x2+2xf(x) = x^2 + 2x, then

f(3)=32+2(3)=9+6=15f(3) = 3^2 + 2(3) = 9 + 6 = 15

Some vocabulary the test uses, in plain terms:

It says It means
f(2)=7f(2) = 7 put in 2, get out 7 — so the graph passes through (2,7)(2, 7)
the zero of ff an xx with f(x)=0f(x) = 0 — an xx-intercept
the domain the inputs allowed
the range the outputs possible
f(g(x))f(g(x)) do gg first, then feed the result into ff

That last one is worth its own warning. Composition works inside out. In f(g(2))f(g(2)), evaluate g(2)g(2) first, and put that number into ff. Doing them the other way round gives a different answer, and both answers are always offered.


Q1Basic

Topic: Evaluating a function

If f(x)=3x24x+1f(x) = 3x^2 - 4x + 1, 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, using brackets so the signs survive:

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

Take it one piece at a time:

(2)2=4, so 3(4)=12(-2)^2 = 4, \text{ so } 3(4) = 12 4(2)=+8-4(-2) = +8

f(2)=12+8+1=21f(-2) = 12 + 8 + 1 = 21

Two sign points do all the damage here. (2)2(-2)^2 is +4+4, because a negative times a negative is positive. And 4×2-4 \times -2 is +8+8, for the same reason. A negative input often produces a larger answer than you expect.

Why each wrong option is wrong:

  • A, 19-19 — both sign slips at once: 128+1-12 - 8 + 1.
  • B, 55 — squared correctly but lost the minus in the middle term, computing 128+112 - 8 + 1. Subtracting a negative adds.
  • C, 3-3 — squared 2-2 as 4-4, giving 12+8+1-12 + 8 + 1. The bracket matters: (2)2=4(-2)^2 = 4, while 22=4-2^2 = -4.

Takeaway: Substitute inside brackets, then simplify. A negative squared is positive, and subtracting a negative adds.


Q2Medium

Topic: Composition of functions

If f(x)=2x+1f(x) = 2x + 1 and g(x)=x2g(x) = x^2, what is the value of f(g(3))f(g(3))?

A) 1919

B) 1313

C) 4949

D) 3636

Show the worked solution

Answer: A

Explanation

Work from the inside out. The inner function is gg:

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

Now put that 9 into ff:

f(9)=2(9)+1=19f(9) = 2(9) + 1 = 19

Why each wrong option is wrong:

  • C, 4949 — did ff first: f(3)=7f(3) = 7, then g(7)=49g(7) = 49. That is g(f(3))g(f(3)), a different question — and it is offered every single time.
  • B, 1313 — found 2×92 \times 9 and forgot the +1+1.
  • D, 3636 — multiplied f(3)f(3) and g(3)g(3) together. Composition is not multiplication.

Takeaway: f(g(x))f(g(x)) means gg first. Work outward from the innermost bracket, exactly as with ordinary arithmetic.


Q3Medium

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?

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 7

Explanation

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

5a8=275a=35a=75a - 8 = 27 \quad\Longrightarrow\quad 5a = 35 \quad\Longrightarrow\quad a = 7

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

This is the reverse of Q1. There you were given the input and asked for the output; here you are given the output and asked for the input. Notice which one the notation is telling you: the number inside the brackets is the input, the number the function equals is the output.

This is a grid-in. Enter 7.

Takeaway: f(a)=kf(a) = k means "set the rule equal to kk and solve". The number inside the brackets is always the input.


Section 2 — Reading and Transforming Graphs

Changing a function's rule moves its graph in predictable ways. The one that catches everybody is the horizontal shift, because it goes the opposite way to what the sign suggests.

The rule becomes The graph
f(x)+kf(x) + k moves up kk
f(x)kf(x) - k moves down kk
f(x+k)f(x + k) moves left kk — opposite to the sign
f(xk)f(x - k) moves right kk — opposite to the sign
f(x)-f(x) flips vertically, over the xx-axis
f(x)f(-x) flips horizontally, over the yy-axis
af(x)af(x), a>1a>1 stretches vertically — taller

Why does f(x3)f(x - 3) move the graph right? Because to get the same output you now need an input 3 larger. Whatever xx used to do the job, x+3x + 3 does it now. The change is inside the bracket, so it affects the input, and inputs move opposite to the sign.

The reliable way to settle any transformation question: track one point. Pick a point you know is on the original graph and work out where it lands.


Q4Medium

Topic: A horizontal shift

The graph of y=f(x)y = f(x) records a measurement over time and is known to pass through the point (2,5)(2, 5). A colleague redraws it 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 bracket, so it is a horizontal shift — and inside changes go the opposite way to the sign. f(x3)f(x - 3) moves the graph right 3.

Track the point. Let g(x)=f(x3)g(x) = f(x - 3). We know f(2)=5f(2) = 5, so we want the input that makes the bracket equal 2:

x3=2x=5x - 3 = 2 \quad\Longrightarrow\quad x = 5

Then g(5)=f(53)=f(2)=5g(5) = f(5 - 3) = f(2) = 5. So gg passes through (5,5)(5, 5).

The yy-value does not change at all — a horizontal shift moves points sideways.

Why each wrong option is wrong:

  • A, (1, 5)\left( -1, \ 5\right) — moved left, following the minus sign. Inside the bracket, the sign lies.
  • C, (2, 8)\left( 2, \ 8\right) — moved up 3, which is what f(x)+3f(x) + 3 would do. Outside the bracket affects the output.
  • D, (2, 2)\left( 2, \ 2\right) — moved down 3.

Takeaway: Inside the bracket → horizontal → opposite to the sign. Outside → vertical → as the sign says. Track a single known point and the question answers itself.


Q5Medium

Topic: Combining transformations

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?

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

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

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

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

Show the worked solution

Answer: A

Explanation

The +6+6 is outside the bracket, so it changes the output: every point moves up 6. The xx-coordinate is untouched.

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

The minimum stays a minimum — shifting a graph up does not change its shape, only its position.

Why each wrong option is wrong:

  • B, (7, 4)\left( 7, \ -4\right) and D, (5, 4)\left( -5, \ -4\right) — moved sideways. A change outside the bracket never moves a graph sideways.
  • C, (1, 10)\left( 1, \ -10\right) — subtracted 6 instead of adding. 4+6=2-4 + 6 = 2, not 10-10.

Takeaway: Outside the bracket moves the graph vertically, in the direction the sign says. Add to yy, leave xx alone.


Q6Hard

Topic: A reflection

The graph of y=f(x)y = f(x) passes through the point (3,7)(-3, 7). The model is then reflected in the xx-axis to give 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) (7, 3)\left( 7, \ -3\right)

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

Show the worked solution

Answer: D

Explanation

The minus is outside the function, so it acts on the output. Every yy-value changes sign; the xx-values stay where they are.

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

This is a reflection over the xx-axis: the graph is flipped upside down.

Compare with y=f(x)y = f(-x), where the minus is applied to the input. That reflects over the yy-axis and would send (3,7)(-3, 7) to (3,7)(3, 7) — which is option A, and it is offered precisely because the two reflections are easy to swap.

Flips Point (3,7)(-3, 7) becomes
f(x)-f(x) over the xx-axis (3,7)(-3, -7)
f(x)f(-x) over the yy-axis (3,7)(3, 7)

Why each wrong option is wrong:

  • A, (3, 7)\left( 3, \ 7\right) — that is f(x)f(-x), the other reflection.
  • B, (3, 7)\left( 3, \ -7\right) — flipped both coordinates, which is neither transformation.
  • C, (7, 3)\left( 7, \ -3\right) — swapped xx and yy, which is what an inverse does.

Takeaway: The minus outside negates the output; the minus inside negates the input. Ask which one the minus is attached to before deciding which axis it flips over.


Section 3 — Exponential Growth and Decay

An exponential model multiplies by a fixed factor each period, where a linear model adds a fixed amount.

y=abxy = a \cdot b^{\,x}

  • aa is the starting value, the amount at x=0x = 0.
  • bb is the growth factor — what you multiply by each period.

Turning a percentage into a factor is where the marks are:

The situation bb is
grows by 8% 1.081.08
grows by 50% 1.51.5
falls by 8% 0.920.92
falls by 30% 0.700.70
doubles 22
halves 0.50.5

The rule: increase means 1+r1 + r, decrease means 1r1 - r. A factor of 1.081.08 is not "8%" — it is "100% of what you had, plus 8% more".

Growth means b>1b > 1. Decay means 0<b<10 < b < 1. If a model has b=0.85b = 0.85 the quantity is shrinking by 15% each period, not growing by 85%.


Q7Medium

Topic: Building an exponential model

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

A) 400(320)h400 \left(\frac{3}{20}\right)^{h}

B) 400(2320)h400 \left(\frac{23}{20}\right)^{h}

C) 3h20+400\frac{3 h}{20} + 400

D) 400(1720)h400 \left(\frac{17}{20}\right)^{h}

Show the worked solution

Answer: B

Explanation

Growth by a percentage each period is exponential, so the shape is y=abhy = a \cdot b^h.

The starting value is a=400a = 400. Growing by 15% means each hour the population becomes 100% + 15% = 115% of what it was, so

b=1.15b = 1.15

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

Check the first hour: 400×1.15=460400 \times 1.15 = 460, which is 400+60400 + 60, and 60 is 15% of 400 ✓ After a second hour: 460×1.15=529460 \times 1.15 = 529. Note the second hour added 69, not 60 — that is the difference between multiplying and adding, and it is what makes the model exponential.

Why each wrong option is wrong:

  • A, 400(320)h400 \left(\frac{3}{20}\right)^{h} — used 0.150.15 as the factor. That would multiply the colony by 0.150.15 each hour, wiping out 85% of it hourly.
  • C, 3h20+400\frac{3 h}{20} + 400 — a linear model, adding 0.150.15 each hour. It also adds a fraction of a bacterium per hour, which should look wrong.
  • D, 400(1720)h400 \left(\frac{17}{20}\right)^{h} — used 10.151 - 0.15, which is the decay factor. The colony is growing.

Takeaway: Growth by rr means multiply by 1+r1 + r each period. Check by computing the first period by hand — it should be the starting value plus exactly rr of it.


Q8Medium

Topic: Reading a decay factor

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 it was purchased. An owner is trying to explain to a friend what the model says. Which statement is best supported by the model?

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

B) The car loses $88 each year

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

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

Show the worked solution

Answer: C

Explanation

The factor is 0.880.88, which is less than 1, so this is decay. But 0.880.88 is what remains, not what is lost:

10.88=0.121 - 0.88 = 0.12

So the car loses 12% of its value each year, keeping 88%.

Check with real numbers. After one year:

24000×0.88=2112024000 \times 0.88 = 21120

The drop is 2400021120=288024000 - 21120 = 2880, and 288024000=0.12\frac{2880}{24000} = 0.12

Why each wrong option is wrong:

  • A, The car loses 88% of its value each year — read the factor as the loss. Losing 88% a year would leave the car worth $2880 after one year, not $21120.
  • B, The car loses $88 each year — a fixed dollar loss would be a linear model. The actual drop is $2880 in the first year and less in the second, because 12% of a smaller number is smaller.
  • D, The car gains 88% of its value each year — a factor below 1 always shrinks.

Takeaway: The factor is what survives. Subtract it from 1 to get the percentage lost. And a fixed percentage change is exponential; a fixed amount is linear.


Q9Hard

Topic: Telling linear from exponential in a table

The table shows values of a function.

xx 0 1 2 3
yy 5 15 45 135

Which type of model fits, and what is the value at x=4x = 4?

A) Exponential, and y=405y = 405

B) Linear, and y=175y = 175

C) Exponential, and y=270y = 270

D) Linear, and y=145y = 145

Show the worked solution

Answer: A

Explanation

Test both possibilities against the table.

Is it linear? Look at the differences: 155=1015 - 5 = 10, 4515=3045 - 15 = 30, 13545=90135 - 45 = 90. Not constant, so not linear.

Is it exponential? Look at the ratios: 155=3\frac{15}{5} = 3, 4515=3\frac{45}{15} = 3, 13545=3\frac{135}{45} = 3. Constant, so yes — it multiplies by 3 each step.

The model is y=53xy = 5 \cdot 3^x, and the next value is

135×3=405135 \times 3 = 405

Why each wrong option is wrong:

  • B and D — call it linear, which the differences rule out immediately.
  • C, Exponential, and y=270y = 270 — recognised the exponential pattern and then doubled instead of tripling.

Takeaway: Check the differences first: constant means linear. If they are not, check the ratios: constant means exponential. Two divisions settle which kind of model you are looking at.


Q10Medium

Topic: An exponential model with a period other than 1

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

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 12800

Explanation

Do not multiply by 2 twenty times. Work out how many doubling periods fit into 20 years:

205=4 periods\frac{20}{5} = 4 \text{ periods}

Each period doubles, so four periods multiply by 24=162^4 = 16:

800×16=12800800 \times 16 = 12800

Written as a model, that is P=8002t/5P = 800 \cdot 2^{t/5}, and the t/5t/5 is exactly this "how many periods" count.

Check by stepping: 8001600800 \to 1600 (5 years) 3200\to 3200 (10) 6400\to 6400 (15) 12800\to 12800 (20) ✓

This is a grid-in. Enter 12800. Five characters, which is exactly the grid's limit for a positive answer.

Takeaway: When the period is not 1, divide the time by the period length to count the periods. The exponent is a count of periods, never the raw time.


Section 4 — Mixed Practice


Q11Basic

Topic: Function notation with a negative input

If g(x)=x+62g(x) = \dfrac{x + 6}{2}, what is g(4)g(-4)?

A) 1-1

B) 11

C) 55

D) 5-5

Show the worked solution

Answer: B

Explanation

g(4)=4+62=22=1g(-4) = \frac{-4 + 6}{2} = \frac{2}{2} = 1

A got the numerator's sign wrong. C ignored the minus on the input. D divided the 4-4 by 2 before adding the 6.

Takeaway: Do everything on the top before dividing. The fraction bar groups the whole numerator.


Q12Medium

Topic: Finding a zero of a function

A function is defined by f(x)=2x8f(x) = 2^x - 8. For what value of xx is f(x)=0f(x) = 0?

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 3

Explanation

Set the rule to zero:

2x8=02x=82^x - 8 = 0 \quad\Longrightarrow\quad 2^x = 8

Now ask: 2 to what power gives 8? Since 23=82^3 = 8, the answer is x=3x = 3.

This is a grid-in. Enter 3.

Takeaway: A "zero" of a function is an input making the output 0. With a power, rewrite both sides with the same base and compare exponents.


Q13Medium

Topic: A vertical stretch

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

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

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

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

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

Show the worked solution

Answer: C

Explanation

The 2 multiplies the output, so every yy-value doubles and the xx-values stay put:

(4,3)(4,6)(4, 3) \longrightarrow (4, 6)

A and B changed xx, which only happens when the change is inside the bracket. D halved it.

Takeaway: A number multiplying f(x)f(x) from outside stretches the graph vertically. Outside acts on yy; inside acts on xx.


Q14Hard

Topic: Interpreting a model's parameters together

An investment is modelled by A=2000(1.05)nA = 2000(1.05)^n, where AA is its value in dollars after nn years. Which statement about the model is true?

A) The investment grows by $105 each year

B) The investment grows by 1.05% each year

C) The initial investment was $1.05

D) The investment grows by 5% each year

Show the worked solution

Answer: D

Explanation

The factor is 1.051.05. Subtract 1 to get the rate:

1.051=0.05=5%1.05 - 1 = 0.05 = 5\%

So the investment grows by 5% each year, starting from $2000.

Check: year one gives 2000×1.05=21002000 \times 1.05 = 2100, a gain of $100 — and $100 is 5% of $2000 ✓ Year two gives 2100×1.05=22052100 \times 1.05 = 2205, a gain of $105. The gain grows, which is what compounding means.

A is that first-year figure misread as fixed — and notice option A's $105 is the second year's gain, not the first. B read the factor as a percentage directly. C read the factor as the starting amount, which is the 2000.

Takeaway: In abna \cdot b^n, aa is the start and b1b - 1 is the rate. An exponential gain is never a fixed amount — that is precisely what separates it from a linear one.


Q15Medium

Topic: A function given by a table

The table gives values of the function ff.

xx 0 1 2 3
f(x)f(x) 7 4 1 2-2

Which equation defines ff?

A) y=7x3y = 7 x - 3

B) y=43xy = 4 - 3 x

C) y=73xy = 7 - 3 x

D) y=3x+7y = 3 x + 7

Show the worked solution

Answer: C

Explanation

Check the differences first: 47=34 - 7 = -3, 14=31 - 4 = -3, 21=3-2 - 1 = -3. They are constant, so the function is linear and the rate is 3-3.

The starting value is f(0)=7f(0) = 7, which is the constant term. So

f(x)=3x+7f(x) = -3x + 7

Test every row: f(2)=6+7=1f(2) = -6 + 7 = 1

Why each wrong option is wrong:

  • A, y=7x3y = 7 x - 3 — swapped the two numbers, using 7 as the rate and 3-3 as the start. At x=0x = 0 it gives 3-3, not 7.
  • B, y=43xy = 4 - 3 x — took f(1)=4f(1) = 4 as the starting value. The start is at x=0x = 0.
  • D, y=3x+7y = 3 x + 7 — right starting value, wrong sign on the rate. The outputs are falling, so the rate is negative.

Takeaway: With a table, take the differences. Constant differences mean linear; the difference is the rate, and f(0)f(0) is the constant term.


Q16Medium

Topic: Reading a graph's key features

The graph of y=f(x)y = f(x) crosses the xx-axis at x=2x = -2 and x=5x = 5, and has no other xx-intercepts. Which statement must be true?

A) f(2)=0f(-2) = 0 and f(5)=0f(5) = 0

B) f(0)=2f(0) = -2 and f(0)=5f(0) = 5

C) The graph passes through (0,2)(0, -2) and (0,5)(0, 5)

D) f(2)=5f(-2) = 5

Show the worked solution

Answer: A

Explanation

An xx-intercept is a point where the graph meets the xx-axis, and on that axis y=0y = 0. So "crosses at x=2x = -2" means the input 2-2 gives the output 0:

f(2)=0f(5)=0f(-2) = 0 \qquad f(5) = 0

Why each wrong option is wrong:

  • B, f(0)=2f(0) = -2 and f(0)=5f(0) = 5 — swaps input and output, and is impossible besides: a function gives each input exactly one output, so f(0)f(0) cannot be both 2-2 and 5.
  • C, The graph passes through (0,2)(0, -2) and (0,5)(0, 5) — describes yy-intercepts, and for the same reason there can only ever be one of those.
  • D, f(2)=5f(-2) = 5 — invents a relationship between the two intercepts.

Takeaway: xx-intercept means output zero: f(a)=0f(a) = 0. The number given is the input. And a function has at most one yy-intercept, ever.


Q17Medium

Topic: Which graph is exponential

Four descriptions of growing quantities are given below. Which of the following describes a quantity that grows exponentially?

A) A salary that rises by $2,000 every year

B) A tank filling at 5 litres a minute

C) A taxi fare of $3 plus $2 a kilometre

D) A population that rises by 3% every year

Show the worked solution

Answer: D

Explanation

The test is simple: does the quantity go up by the same amount each step, or by the same percentage?

  • Same amount added → linear
  • Same percentage, or same multiplying factor → exponential

A, B and C all add a fixed amount per unit: $2,000 a year, 5 litres a minute, $2 a kilometre. All linear.

D rises by 3% of whatever it currently is, so the amount added grows as the population grows. That is exponential.

Put numbers on it. A population of 40,000 rising 3% a year gains 1,200 in the first year and 1,236 in the second — a bigger gain each time, from the same percentage.

Takeaway: "Per year", "a minute", "a kilometre" attached to a fixed amount means linear. A percentage each period means exponential.


Q18Hard

Topic: Finding a starting value from a later one

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 the observation began. How many were there at the start?

A) 270270

B) 1010

C) 1352\frac{135}{2}

D) 3030

Show the worked solution

Answer: B

Explanation

Four days of tripling multiplies by 34=813^4 = 81. So

81×start=810start=1081 \times \text{start} = 810 \quad\Longrightarrow\quad \text{start} = 10

Check forwards: 10309027081010 \to 30 \to 90 \to 270 \to 810 ✓ Four steps.

Why each wrong option is wrong:

  • A, 270270 — divided by 3 once, which undoes one day, not four. Notice 270 is the count after three days, so it is a real number from the sequence and the wrong one.
  • C, 1352\frac{135}{2} — used 3×4=123 \times 4 = 12 rather than 343^4. Repeated multiplication is a power, not a product.
  • D, 3030 — divided by 27, undoing three days.

Takeaway: Working backwards through nn periods means dividing by bnb^n, not by bb or by bnbn. Then step forwards to check.


Q19Medium

Topic: A function of a function's value

If f(x)=2x1f(x) = 2x - 1, what is the value of f(f(3))f(f(3))?

A) 55

B) 1111

C) 99

D) 2525

Show the worked solution

Answer: C

Explanation

Inside first:

f(3)=2(3)1=5f(3) = 2(3) - 1 = 5

Then feed 5 back in:

f(5)=2(5)1=9f(5) = 2(5) - 1 = 9

A stopped after one application. D squared instead of applying ff again.

Takeaway: f(f(x))f(f(x)) means apply ff, then apply it again to the result — not square it.


Q20Hard

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(x4)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(x2)4y = f(x - 2) - 4

Show the worked solution

Answer: A

Explanation

Two separate changes, and they behave differently.

Right 4 is horizontal, so it goes inside the bracket, and inside changes run opposite to the sign. Right means 4-4: f(x4)f(x - 4).

Down 2 is vertical, so it goes outside, and outside changes follow the sign. Down means 2-2.

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

Test it on a graph you know. Take f(x)=x2f(x) = x^2, whose lowest point is (0,0)(0, 0). The new graph is (x4)22(x-4)^2 - 2, whose lowest point is at x=4x = 4 with value 2-2 — right 4 and down 2, exactly as asked ✓

Why each wrong option is wrong:

  • B, y=f(x+4)2y = f(x + 4) - 2f(x+4)f(x + 4) moves the graph left.
  • C, y=f(x4)+2y = f(x - 4) + 2 — moves up rather than down.
  • D, y=f(x2)4y = f(x - 2) - 4 — swapped the two numbers, moving right 2 and down 4.

Takeaway: Inside the bracket, horizontal and opposite to the sign. Outside, vertical and as the sign reads. Test with y=x2y = x^2 if you are unsure — its lowest point makes the move obvious.


Q21Hard

Topic: Comparing growth over time

Two investments both start at $1,000. Investment A adds $100 each year. Investment B grows by 8% each year. Which statement is true?

A) A is worth more than B in every year

B) B is worth more than A in every year

C) They are equal in every year

D) A leads at first, but B overtakes it eventually

Show the worked solution

Answer: D

Explanation

Work out a few years of each.

Year A (adds $100) B (grows 8%)
0 1000 1000
1 1100 1080
3 1300 ≈1260
10 2000 ≈2159
30 4000 ≈10,063

A is ahead early, because $100 is more than 8% of $1,000. But B's yearly gain grows — 8% of a bigger number each time — while A's stays at $100 forever. So B eventually passes A and then pulls away.

This is the general rule, and it is worth knowing: exponential growth always overtakes linear growth eventually, no matter how small the percentage or how large the fixed amount. It just may take a while.

Takeaway: Linear gains are fixed; exponential gains grow. Whenever a question compares the two over a long enough period, the exponential one wins in the end.


Q22Medium

Topic: The domain of a 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?

A) 3-3

B) 55

C) 33

D) 5-5

Show the worked solution

Answer: B

Explanation

A fraction is undefined only when its denominator is zero. Dividing by zero has no meaning; a zero on top is perfectly fine.

x5=0x=5x - 5 = 0 \quad\Longrightarrow\quad x = 5

A used the numerator. At x=3x = -3 the function is defined and equals 0 — a real value, not an undefined one.

Takeaway: Undefined means the bottom is zero. Set the denominator to zero and solve; ignore the top entirely.


Q23Hard

Topic: Building an exponential model from two points

A quantity decaying exponentially is measured as 200 at time 0 and as 50 at time 2. The reading taken at time 1 was lost. What is its value at time 1?

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 100

Explanation

Exponential means multiplying by the same factor each step. Two steps take 200 down to 50, so

200×b2=50b2=14b=12200 \times b^2 = 50 \quad\Longrightarrow\quad b^2 = \tfrac14 \quad\Longrightarrow\quad b = \tfrac12

One step from 200 gives

200×12=100200 \times \tfrac12 = 100

Check: 20010050200 \to 100 \to 50

There is a neat way to see this. In an exponential sequence, each term is the geometric mean of its neighbours — the square root of their product:

200×50=10000=100\sqrt{200 \times 50} = \sqrt{10\,000} = 100

Compare that with a linear sequence, where the middle term would be the ordinary average, 200+502=125\frac{200 + 50}{2} = 125. The two are different, and which one applies depends entirely on which kind of model you were given.

This is a grid-in. Enter 100.

Takeaway: In an exponential model the middle of three evenly spaced values is their geometric mean; in a linear one it is their ordinary average. Check which model the question named.


Q24Medium

Topic: Where two functions are equal

Two models of the same quantity are given by f(x)=4x1f(x) = 4x - 1 and g(x)=x+8g(x) = x + 8. For which value of xx does f(x)=g(x)f(x) = g(x)?

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 3

Explanation

"f(x)=g(x)f(x) = g(x)" means set the two rules equal:

4x1=x+83x=9x=34x - 1 = x + 8 \quad\Longrightarrow\quad 3x = 9 \quad\Longrightarrow\quad x = 3

Check: f(3)=11f(3) = 11 and g(3)=11g(3) = 11 ✓ The two lines cross at (3,11)(3, 11).

This is the same idea as a system of equations, and the same idea as "where do the graphs meet" — three ways of describing one question. The built-in graphing calculator answers it in seconds: graph both and read the intersection.

This is a grid-in. Enter 3.

Takeaway: "Where are two functions equal" means set the rules equal to each other. It is also exactly what an intersection point is, so it can be graphed instead.