Mathbench

Chapter 3 — Functions and Graphs

Functions and Graphs is the backbone of the NBT MAT. Every other chapter touches it: algebraic processes express functions, trigonometry defines trigonometric functions, and data handling uses graphs to display information. This chapter isolates the core ideas — what a function is, how to read its domain and range, and how to sketch and interpret the seven graph families that appear repeatedly on the NBT.

One diagnostic fact: on the 2023 NBT, candidates who could not identify the vertex of a parabola in completed-square form answered fewer than 40 % of Functions questions correctly. The questions in this chapter are deliberately ordered so that each section builds on the last. Do not skip Section 1 even if you are confident with notation — it establishes the substitution discipline that every later section requires.

Topics covered: function notation and evaluation · composition · piecewise functions · domain and range · straight-line functions · parabolas · hyperbolas · exponential and logarithmic functions · transformations · inverse functions · interpreting graphs


Section 1 — Function Notation and Evaluation

A function ff is a rule that assigns to each input exactly one output. The notation f(x)f(x) means "the value of ff at input xx" — and crucially, f(a+1)f(a+1) means substitute the entire expression a+1a+1 in place of every xx in the rule. The most common error in this section is forgetting to distribute when the argument is an expression rather than a single number.


Q1Basic

Topic: Evaluating a function at a negative input

If f(x)=2x2+3x4f(x) = 2x^2 + 3x - 4, find f(1)f(-1).

A) 11

B) 9-9

C) 5-5

D) 33

Show the worked solution

Answer: C

Explanation

Step 1 — Substitute x=1x = -1 carefully.

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

Step 2 — Evaluate each term.

(1)2=1(-1)^2 = 1, so 2(1)=22(1) = 2.

3(1)=33(-1) = -3.

f(1)=2+(3)+(4)=234=5f(-1) = 2 + (-3) + (-4) = 2 - 3 - 4 = -5

Step 3 — Check each distractor's origin.

B) 9-9: The student treats (1)2=1(-1)^2 = -1 instead of +1+1, giving 2(1)34=92(-1) - 3 - 4 = -9. Squaring always produces a non-negative result — (1)2=(1)(1)=+1(-1)^2 = (-1)(-1) = +1.

A) 11: The student substitutes x=1x = 1 (ignoring the negative), giving 2+34=12 + 3 - 4 = 1.

D) 33: The student makes a sign error on the constant, reading 4-4 as +4+4: 23+4=32 - 3 + 4 = 3.

Takeaway: When the input is negative, write it in brackets — (1)2(-1)^2 — before simplifying. Never omit the brackets; 12=(12)=1-1^2 = -(1^2) = -1, but (1)2=+1(-1)^2 = +1.


Q2Basic

Topic: Substituting an expression into a function

If f(x)=5x+3f(x) = 5x + 3, find f(a+1)f(a + 1).

A) 5a+85a + 8

B) 5a+35a + 3

C) 5a+45a + 4

D) 5a+115a + 11

Show the worked solution

Answer: A

Explanation

Replace every xx with (a+1)(a+1), then expand:

f(a+1)=5(a+1)+3=5a+5+3=5a+8f(a+1) = 5(a+1) + 3 = 5a + 5 + 3 = 5a + 8

Why the others are wrong:

  • B (5a+35a+3) evaluated f(a)f(a) — the +1+1 was ignored.
  • C (5a+45a+4) wrote 5a+1+35a + 1 + 3, forgetting to multiply the 1 by 5.
  • D (5a+115a+11) treated the function as additive: f(a)+f(1)f(a) + f(1). Functions do not split across addition.

Takeaway: f()=5()+3f(\square) = 5(\square) + 3 — the box holds the whole new expression, brackets and all.


Q3Basic

Topic: Definition of a function (vertical line test)

Which of the following is a function from its set of inputs to its set of outputs?

A) The set of pairs {(1,2), (1,3), (2,4)}\{(1, 2),\ (1, 3),\ (2, 4)\}

B) The equation x2+y2=9x^2 + y^2 = 9

C) The vertical line x=3x = 3

D) The set of pairs {(1,5), (2,5), (3,7)}\{(1, 5),\ (2, 5),\ (3, 7)\}

Show the worked solution

Answer: D

Explanation

The rule: a relation is a function when every input has exactly one output.

  • A — input 1 gives both 2 and 3. Not a function.
  • Bx2+y2=9x^2+y^2=9 is a circle; x=0x=0 gives y=±3y=\pm3. Not a function.
  • C — the vertical line x=3x=3 sends one input to every yy at once. Not a function.
  • D151\to5, 252\to5, 373\to7. Each input has one output ✓ Two inputs sharing an output is fine.

Takeaway: Two inputs may share an output; one input may never have two. That is exactly what the vertical line test checks — if a vertical line crosses the graph twice, it is not a function.


Q4Intermediate

Topic: Composition of functions

Let f(x)=2x+1f(x) = 2x + 1 and g(x)=x2g(x) = x^2. Find g(f(x))g(f(x)).

A) 4x2+14x^2 + 1

B) 4x2+4x+14x^2 + 4x + 1

C) 4x2+2x+14x^2 + 2x + 1

D) 2x2+12x^2 + 1

Show the worked solution

Answer: B

Explanation

g(f(x))g(f(x)) means apply ff first, then gg. So the input to gg is 2x+12x+1:

g(f(x))=(2x+1)2=4x2+4x+1g(f(x)) = (2x+1)^2 = 4x^2 + 4x + 1

Why the others are wrong:

  • A (4x2+14x^2+1) dropped the middle term. A binomial square always has three terms.
  • D (2x2+12x^2+1) computed f(g(x))f(g(x)) instead — composition is not commutative.
  • C (4x2+2x+14x^2+2x+1) used a2+ab+b2a^2+ab+b^2, missing the factor of 2.

Takeaway: (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2 — the middle term is 2ab2ab. Read g(f(x))g(f(x)) as "put f(x)f(x) into gg", working inside out.


Q5Basic

Topic: Even and odd functions

Is f(x)=x43x2f(x) = x^4 - 3x^2 an even function, an odd function, or neither?

A) Even, because f(x)=f(x)f(-x) = f(x) for all xx

B) Odd, because f(x)=f(x)f(-x) = -f(x) for all xx

C) Neither, because not all terms have the same exponent parity

D) Neither, because polynomials cannot be even or odd

Show the worked solution

Answer: A

Explanation

Substitute x-x and compare with f(x)f(x):

f(x)=(x)43(x)2=x43x2=f(x)f(-x) = (-x)^4 - 3(-x)^2 = x^4 - 3x^2 = f(x)

Since f(x)=f(x)f(-x) = f(x), the function is even.

Why the others are wrong:

  • B (odd) would need f(x)=f(x)f(-x) = -f(x), i.e. x4+3x2-x^4+3x^2. Not equal.
  • C claims mixed exponents. Both exponents here (4 and 2) are even — which is exactly why it works.
  • D says polynomials cannot be even or odd. They are the commonest examples: f(x)=x2f(x)=x^2 is the simplest even one.

Takeaway: Even exponents throughout → even function. One odd-exponent term among them makes the function neither.


Q6Intermediate

Topic: Solving for the input given the output

g(x)=3x7g(x) = 3x - 7. For what value of xx does g(x)=14g(x) = 14?

A) 143\dfrac{14}{3}

B) 6363

C) 33

D) 77

Show the worked solution

Answer: D

Explanation

Step 1 — Set up the equation.

3x7=143x - 7 = 14

Step 2 — Solve.

3x=21    x=73x = 21 \implies x = 7

Step 3 — Explain each error.

A) 143\dfrac{14}{3}: The student solves 3x=143x = 14 (ignores the 7-7, treating the equation as if g(x)=3xg(x) = 3x).

C) 33: The student correctly computes 3x=213x = 21 but then divides 2121 by 77 (the answer) instead of by 33: 21÷7=321 \div 7 = 3.

B) 6363: The student correctly gets 3x=213x = 21 but then multiplies rather than divides: 21×3=6321 \times 3 = 63.

Takeaway: Always isolate the variable by doing the same operation to both sides. After adding 7: 3x=213x = 21. Dividing both sides by 3 gives x=7x = 7, not x=21×3x = 21 \times 3.


Q7Proficient

Topic: Evaluating a piecewise function

f(x)={x2xif x<02x+1if x0f(x) = \begin{cases} x^2 - x & \text{if } x < 0 \\ 2x + 1 & \text{if } x \geq 0 \end{cases}

Find f(2)+f(3)f(-2) + f(3).

A) 33

B) 99

C) 1313

D) 1212

Show the worked solution

Answer: C

Explanation

Choose the right piece for each input. 2<0-2 < 0 uses the first; 303 \geq 0 uses the second.

f(2)=(2)2(2)=4+2=6f(3)=2(3)+1=7f(-2) = (-2)^2 - (-2) = 4 + 2 = 6 \qquad f(3) = 2(3)+1 = 7 f(2)+f(3)=13f(-2) + f(3) = 13

Why the others are wrong:

  • A (3) used the wrong piece for both inputs.
  • B (9) slipped a sign: read (2)-(-2) as 2-2, giving f(2)=2f(-2)=2.
  • D (12) dropped the +1+1 from f(3)f(3).

Takeaway: Write down which piece you are using before you substitute. One extra second prevents the commonest error here.


Section 2 — Domain and Range

The domain is the set of all valid inputs; the range is the set of all possible outputs. Two rules govern domain restrictions for standard functions: you cannot take the square root of a negative number (so the expression under a root must be 0\geq 0), and you cannot divide by zero (so the denominator must be 0\neq 0). Logarithms add a third: the argument must be strictly positive. For the range, ask what values the output can possibly reach — often easiest by thinking about the graph.


Q8Basic

Topic: Domain of a square-root function

What is the domain of f(x)=x3f(x) = \sqrt{x - 3}?

A) x>3x > 3

B) x3x \geq 3

C) All real numbers

D) x3x \leq 3

Show the worked solution

Answer: B

Explanation

Step 1 — Require the expression under the root to be non-negative.

x30    x3x - 3 \geq 0 \implies x \geq 3

Step 2 — Check the boundary.

At x=3x = 3: 33=0=0\sqrt{3 - 3} = \sqrt{0} = 0. This is defined, so x=3x = 3 is included. The domain uses \geq, not >>.

Step 3 — Explain errors.

A) x>3x > 3: Excludes x=3x = 3, but 0=0\sqrt{0} = 0 is perfectly defined. The strict inequality is wrong.

D) x3x \leq 3: Reverses the inequality entirely.

C) All real numbers: Ignores the restriction. f(2)=1f(2) = \sqrt{-1}, which is not real.

Takeaway: Square-root domains use 0\geq 0 (not >0> 0), because zero is a valid input: 0=0\sqrt{0} = 0. Only the square root of a strictly negative number is undefined in the real numbers.


Q9Basic

Topic: Domain of a rational function

What is the domain of f(x)=1x4f(x) = \dfrac{1}{x - 4}?

A) All real numbers

B) x>4x > 4

C) x4x \geq 4

D) All real numbers except x=4x = 4

Show the worked solution

Answer: D

Explanation

Step 1 — Identify when the denominator equals zero.

x4=0    x=4x - 4 = 0 \implies x = 4

Step 2 — State the domain.

All real numbers are valid inputs except x=4x = 4, which makes the denominator zero (division by zero is undefined).

Step 3 — Trace errors.

B) x>4x > 4: Excludes all values less than 4 unnecessarily — f(0)=14=14f(0) = \frac{1}{-4} = -\frac{1}{4} is perfectly defined.

C) x4x \geq 4: Excludes values <4< 4 and still includes the problematic x=4x = 4.

A) All real numbers: Does not account for x=4x = 4, where the function is undefined.

Takeaway: A rational function is undefined only where the denominator equals zero. Every other real number is a valid input, including negatives and numbers less than 4.


Q10Basic

Topic: Range of a basic quadratic

What is the range of f(x)=x2+2f(x) = x^2 + 2?

A) y0y \geq 0

B) All real numbers

C) y2y \geq 2

D) y>2y > 2

Show the worked solution

Answer: C

Explanation

Step 1 — Find the minimum of x2+2x^2 + 2.

x20x^2 \geq 0 for all real xx, with minimum value 00 at x=0x = 0.

Adding 2: f(x)=x2+20+2=2f(x) = x^2 + 2 \geq 0 + 2 = 2.

Step 2 — Check whether the minimum is achieved.

At x=0x = 0: f(0)=0+2=2f(0) = 0 + 2 = 2. The value 2 is achieved, so the range includes 2.

Range: y2\text{Range: } y \geq 2

Step 3 — Explain errors.

A) y0y \geq 0: Ignores the +2+2 shift — this would be the range of y=x2y = x^2, not y=x2+2y = x^2 + 2.

B) All real numbers: Would require negative outputs, but x2+22>0x^2 + 2 \geq 2 > 0 always.

D) y>2y > 2: Excludes y=2y = 2, but f(0)=2f(0) = 2, so 2 is in the range.

Takeaway: The range of f(x)=x2+cf(x) = x^2 + c is ycy \geq c, because x20x^2 \geq 0 and the shift cc moves the minimum up to cc.


Q11Intermediate

Topic: Domain of a function with a two-sided restriction

What is the domain of f(x)=4x2f(x) = \sqrt{4 - x^2}?

A) 2x2-2 \leq x \leq 2

B) x2x \leq 2

C) x2x \geq -2

D) x0x \geq 0

Show the worked solution

Answer: A

Explanation

Step 1 — Require the radicand to be non-negative.

4x204 - x^2 \geq 0

Step 2 — Solve the inequality.

x24    x2    2x2x^2 \leq 4 \implies |x| \leq 2 \implies -2 \leq x \leq 2

Step 3 — Verify the boundary.

At x=±2x = \pm 2: 44=004 - 4 = 0 \geq 0. Both endpoints are valid.

Step 4 — Explain errors.

C) x2x \geq -2: Captures the left boundary correctly but misses the right: for x=3x = 3, 49=5<04 - 9 = -5 < 0 — undefined.

B) x2x \leq 2: Captures the right boundary but misses the left: for x=3x = -3, 49=5<04 - 9 = -5 < 0 — undefined.

D) x0x \geq 0: Restricts to non-negative inputs only, losing the left half of the valid domain.

Takeaway: When the radicand is a downward-opening expression cx2c - x^2, the domain is a closed interval [c,c][-\sqrt{c},\, \sqrt{c}]. Always solve both sides of the inequality simultaneously.


Q12Intermediate

Topic: Range of a reflected and shifted parabola

What is the range of f(x)=(x1)2+9f(x) = -(x - 1)^2 + 9?

A) y9y \geq 9

B) y9y \leq 9

C) All real numbers

D) y0y \geq 0

Show the worked solution

Answer: B

Explanation

The form is a(xp)2+qa(x-p)^2+q with a=1a=-1, vertex (1,9)(1, 9).

Since a<0a < 0 the parabola opens downward, so 9 is a maximum:

Range: y9\text{Range: } y \leq 9

Why the others are wrong:

  • A (y9y \geq 9) treats the vertex as a minimum. Downward-opening means maximum.
  • D (y0y \geq 0) describes an upward parabola with vertex at the origin — two errors at once.
  • C (all reals) would need arbitrarily large values, but the expression never exceeds 9.

Takeaway: The sign of aa decides the range: a>0a>0 gives yqy \geq q, a<0a<0 gives yqy \leq q.


Q13Intermediate

Topic: Domain of a logarithmic function

What is the domain of f(x)=ln(2x6)f(x) = \ln(2x - 6)?

A) x>0x > 0

B) x>6x > 6

C) x3x \geq 3

D) x>3x > 3

Show the worked solution

Answer: D

Explanation

A logarithm needs a strictly positive argument:

2x6>0    2x>6    x>32x - 6 > 0 \implies 2x > 6 \implies x > 3

Why the others are wrong:

  • B (x>6x>6) reached 2x>62x>6 then forgot to divide by 2.
  • C (x3x \geq 3) includes x=3x=3, where the argument is 0 — and ln(0)\ln(0) is undefined.
  • A (x>0x>0) restricts xx instead of the argument. The condition comes from 2x62x-6, not xx.

Takeaway: For logs, the argument must be >0> 0 — strictly. Never 0\geq 0.


Q14Proficient

Topic: Domain and range of a reciprocal-squared function

Which statement correctly describes both the domain and range of f(x)=1(x2)2f(x) = \dfrac{1}{(x-2)^2}?

A) Domain: x2x \neq 2; Range: y>0y > 0

B) Domain: x>2x > 2; Range: y>0y > 0

C) Domain: x2x \neq 2; Range: y0y \geq 0

D) Domain: all real xx; Range: y>0y > 0

Show the worked solution

Answer: A

Explanation

Domain: the denominator (x2)2(x-2)^2 is zero only at x=2x=2, so x2x \neq 2.

Range: a square is positive everywhere except at x=2x=2 (excluded), so f(x)=1(x2)2f(x) = \frac{1}{(x-2)^2} is always positive. It can never equal 0 — that would need 1=01=0. And it reaches every positive value: it grows without bound near x=2x=2 and shrinks towards 0 far away. So y>0y > 0.

Why the others are wrong:

  • B (domain x>2x>2) excludes the left side, but f(0)=14f(0) = \frac14 is perfectly fine.
  • C (range y0y \geq 0) includes 0, which ff never reaches.
  • D (all reals) ignores x=2x=2.

Takeaway: For 1(xp)2\frac{1}{(x-p)^2}: domain xpx \neq p, range y>0y > 0. A squared denominator makes the output strictly positive and never zero.


Section 3 — Straight-Line Functions

A straight line in the form y=mx+cy = mx + c is fully described by its gradient mm and its yy-intercept cc. The gradient measures steepness and direction: m=riserun=y2y1x2x1m = \dfrac{\text{rise}}{\text{run}} = \dfrac{y_2 - y_1}{x_2 - x_1}. Two lines are parallel if and only if they have equal gradients; perpendicular if the product of their gradients equals 1-1.


Q15Basic

Topic: Calculating gradient from two points

A straight line passes through the points (2,0)(-2,\, 0) and (0,4)(0,\, 4). What is the gradient?

A) 44

B) 2-2

C) 22

D) 12\dfrac{1}{2}

Show the worked solution

Answer: C

Explanation

Step 1 — Apply the gradient formula.

m=y2y1x2x1=400(2)=42=2m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{4 - 0}{0 - (-2)} = \frac{4}{2} = 2

Step 2 — Explain errors.

A) 44: Student reads off the yy-intercept (where the line crosses the yy-axis at (0,4)(0,4)) and reports it as the gradient.

B) 2-2: Student reads off the xx-intercept (the line crosses the xx-axis at (2,0)(-2,0)) and reports it as the gradient.

D) 12\dfrac{1}{2}: Student inverts the fraction: x2x1y2y1=24=12\dfrac{x_2 - x_1}{y_2 - y_1} = \dfrac{2}{4} = \frac{1}{2} (run over rise, not rise over run).

Takeaway: Gradient = rise ÷\div run = ΔyΔx\dfrac{\Delta y}{\Delta x}. Choose your two points consistently: y2y1y_2 - y_1 on top, x2x1x_2 - x_1 on the bottom, using the same subscript order.


Q16Basic

Topic: Equation of a line from gradient and one point

A line has gradient 33 and passes through (2,4)(2,\, 4). What is its equation?

A) y=3x+4y = 3x + 4

B) y=3x2y = 3x - 2

C) y=3x+2y = 3x + 2

D) y=3x4y = 3x - 4

Show the worked solution

Answer: B

Explanation

Step 1 — Use point-gradient form.

yy1=m(xx1)y - y_1 = m(x - x_1) y4=3(x2)y - 4 = 3(x - 2)

Step 2 — Expand.

y4=3x6y - 4 = 3x - 6 y=3x6+4=3x2y = 3x - 6 + 4 = 3x - 2

Step 3 — Explain errors.

A) y=3x+4y = 3x + 4: Student uses the yy-coordinate of the given point as the yy-intercept directly: c=4c = 4. This is only valid when the given point is the yy-intercept (i.e., when x1=0x_1 = 0).

D) y=3x4y = 3x - 4: Student computes c=y1x1=42×c = y_1 - x_1 = 4 - 2 \times \ldots or makes an arithmetic error in the expansion.

C) y=3x+2y = 3x + 2: Student uses c=x1=2c = x_1 = 2 — reads the xx-coordinate as the intercept.

Takeaway: The yy-intercept cc is found by substituting the given point into y=mx+cy = mx + c and solving: 4=3(2)+cc=46=24 = 3(2) + c \Rightarrow c = 4 - 6 = -2.


Q17Intermediate

Topic: Equation of a line through two points

Find the equation of the line through (1,3)(-1,\, 3) and (2,9)(2,\, 9).

A) y=2x+5y = 2x + 5

B) y=2x+7y = 2x + 7

C) y=2x+3y = 2x + 3

D) y=2x+1y = 2x + 1

Show the worked solution

Answer: A

Explanation

Gradient: m=932(1)=63=2m = \dfrac{9-3}{2-(-1)} = \dfrac{6}{3} = 2

Intercept: substitute (1,3)(-1, 3) into y=2x+cy = 2x + c: 3=2(1)+c    c=53 = 2(-1) + c \implies c = 5 y=2x+5y = 2x + 5

Check with the other point: 2(2)+5=92(2)+5 = 9

Why the others are wrong:

  • B (c=7c=7) subtracted the gradient from yy instead of 2x2=42x_2 = 4.
  • C (c=3c=3) read cc straight off the first point's yy-coordinate.
  • D (c=1c=1) used x1=+1x_1 = +1 instead of 1-1, losing the sign.

Takeaway: Substitute both coordinates into y=mx+cy = mx+c and watch the signs — here 2(1)=22(-1) = -2, not +2+2.


Q18Basic

Topic: Identifying a line NOT parallel to a given line

Which of the following is not parallel to y=3x7y = 3x - 7?

A) y=3x+7y = 3x + 7

B) 2y=6x12y = 6x - 1

C) y3x=2y - 3x = 2

D) 3y=x+53y = x + 5

Show the worked solution

Answer: D

Explanation

Step 1 — Recall the condition for parallel lines.

Two lines are parallel if and only if they have the same gradient.

The given line y=3x7y = 3x - 7 has gradient m=3m = 3.

Step 2 — Find each option's gradient.

A) y=3x+7y = 3x + 7: gradient =3= 3. Parallel.

D) 3y=x+5    y=13x+533y = x + 5 \implies y = \dfrac{1}{3}x + \dfrac{5}{3}: gradient =133= \dfrac{1}{3} \neq 3. NOT parallel.

C) y3x=2    y=3x+2y - 3x = 2 \implies y = 3x + 2: gradient =3= 3. Parallel.

B) 2y=6x1    y=3x122y = 6x - 1 \implies y = 3x - \dfrac{1}{2}: gradient =3= 3. Parallel.

Takeaway: Always rearrange to y=mx+cy = mx + c before reading the gradient. A coefficient in front of yy (like 3y3y or 2y2y) changes the gradient by a factor — divide both sides first.


Q19Intermediate

Topic: Gradient of a perpendicular line

The gradient of line \ell is 14\dfrac{1}{4}. What is the gradient of a line perpendicular to \ell?

A) 14\dfrac{1}{4}

B) 4-4

C) 44

D) 14-\dfrac{1}{4}

Show the worked solution

Answer: B

Explanation

Step 1 — Apply the perpendicularity condition.

If two lines are perpendicular, the product of their gradients is 1-1:

m1×m2=1m_1 \times m_2 = -1

Step 2 — Solve for m2m_2.

14×m2=1    m2=4\frac{1}{4} \times m_2 = -1 \implies m_2 = -4

Step 3 — Explain errors.

A) 14\dfrac{1}{4}: Same gradient — this describes a parallel line, not a perpendicular one.

C) 44: The reciprocal without the sign change. The perpendicular gradient is the negative reciprocal.

D) 14-\dfrac{1}{4}: The negative without the reciprocal. Two separate operations are needed: flip the fraction AND change the sign.

Takeaway: Perpendicular gradient = 1m-\dfrac{1}{m}. For m=14m = \frac{1}{4}: flip to get 41=4\frac{4}{1} = 4, then negate to get 4-4.


Q20Basic

Topic: xx-intercept of a linear equation

Find the xx-intercept of the line 3x4y=243x - 4y = 24.

A) 6-6

B) 66

C) 88

D) 8-8

Show the worked solution

Answer: C

Explanation

Step 1 — Set y=0y = 0 (the xx-intercept lies on the xx-axis, where y=0y = 0).

3x4(0)=243x - 4(0) = 24 3x=24    x=83x = 24 \implies x = 8

Step 2 — Explain errors.

A) 6-6: Student finds the yy-intercept by setting x=0x = 0: 4y=24y=6-4y = 24 \Rightarrow y = -6 — this is the yy-intercept, not the xx-intercept.

B) 66: Student finds the yy-intercept (y=6y = -6) but takes its absolute value.

D) 8-8: Student applies a sign error when dividing: 3x=24x=83x = 24 \Rightarrow x = -8 (incorrectly negates).

Takeaway: For intercepts, remember the rule: xx-intercept → set y=0y = 0; yy-intercept → set x=0x = 0. They are different points and will usually have different values.


Q21Intermediate

Topic: Intersection of two straight lines

Find the coordinates of the intersection of y=3x1y = 3x - 1 and y=x+5y = x + 5.

A) (3,14)(3,\, 14)

B) (3,8)(3,\, 8)

C) (6,17)(6,\, 17)

D) (2,7)(2,\, 7)

Show the worked solution

Answer: B

Explanation

Set the two expressions equal and solve: 3x1=x+5    2x=6    x=33x - 1 = x + 5 \implies 2x = 6 \implies x = 3

Then find yy: y=3(3)1=8y = 3(3) - 1 = 8, so the point is (3,8)(3, 8).

Check in the other equation: 3+5=83 + 5 = 8

Why the others are wrong:

  • A (3,14)(3, 14) found x=3x=3 then mixed the two equations when computing yy.
  • C (6,17)(6, 17) reached 2x=62x = 6 but read off x=6x = 6, forgetting to divide.
  • D (2,7)(2, 7) made a sign slip: 515 - 1 instead of 5+15 + 1.

Takeaway: Equate the two yy-expressions, solve for xx, substitute back — then check in the other equation.


Section 4 — Parabolas

The parabola y=a(xp)2+qy = a(x - p)^2 + q (vertex form) has its vertex at (p,q)(p, q) and opens upward when a>0a > 0, downward when a<0a < 0. From standard form y=ax2+bx+cy = ax^2 + bx + c: the axis of symmetry is x=b2ax = -\dfrac{b}{2a}, the discriminant Δ=b24ac\Delta = b^2 - 4ac tells you the number of xx-intercepts, and the yy-intercept is simply cc.


Q22Intermediate

Topic: Vertex of a parabola in standard form

Find the vertex of y=x26x+5y = x^2 - 6x + 5.

A) (3, 4)(3,\ -4)

B) (6, 5)(6,\ 5)

C) (3, 4)(3,\ 4)

D) (3, 4)(-3,\ 4)

Show the worked solution

Answer: A

Explanation

Step 1 — Find the xx-coordinate of the vertex.

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

Step 2 — Find the yy-coordinate.

y=(3)26(3)+5=918+5=4y = (3)^2 - 6(3) + 5 = 9 - 18 + 5 = -4

Vertex: (3,4)(3, -4).

Step 3 — Explain errors.

B) (6,5)(6, 5): Student reads off the values of bb and cc directly as the vertex coordinates — these are not vertex coordinates.

C) (3,4)(3, 4): Student correctly finds x=3x = 3 but takes the absolute value of yy: 4=4|-4| = 4, ignoring the negative sign.

D) (3,4)(-3, 4): Student negates the xx-coordinate (perhaps thinking x=b/2a=3x = -b/2a = -3) and takes y=4|y| = 4.

Takeaway: The yy-coordinate of the vertex must be calculated by substituting x=3x = 3 back into the original equation. Do not read it from the coefficients.


Q23Intermediate

Topic: Roots of a factorable quadratic

Find the roots of y=x25x+6y = x^2 - 5x + 6.

A) x=1x = 1 or x=6x = 6

B) x=2x = -2 or x=3x = -3

C) x=1x = -1 or x=5x = 5

D) x=2x = 2 or x=3x = 3

Show the worked solution

Answer: D

Explanation

Factorise: two numbers multiplying to +6+6 and adding to 5-5 are 2-2 and 3-3. x25x+6=(x2)(x3)=0    x=2 or 3x^2 - 5x + 6 = (x-2)(x-3) = 0 \implies x = 2 \text{ or } 3

Why the others are wrong:

  • A (1,61, 6) multiply to 6 ✓ but add to 7 ✗ — factor pairs guessed without checking the sum.
  • B (2,3-2, -3) come from (x+2)(x+3)=x2+5x+6(x+2)(x+3) = x^2+5x+6 — wrong signs throughout.
  • C (1,5-1, 5) add to 4, not 5-5.

Takeaway: Both conditions must hold: product =c= c and sum =b= b. Product +6+6 with sum 5-5 forces both numbers negative.


Q24Intermediate

Topic: Features of a parabola in vertex form

What are the vertex and direction of opening of y=(x+2)2+8y = -(x + 2)^2 + 8?

A) Vertex (2, 8)(2,\ 8), opens upward

B) Vertex (2, 8)(-2,\ -8), opens downward

C) Vertex (2, 8)(-2,\ 8), opens downward

D) Vertex (2, 8)(-2,\ 8), opens upward

Show the worked solution

Answer: C

Explanation

Step 1 — Read the vertex form y=a(xp)2+qy = a(x - p)^2 + q.

Rewrite as y=1(x(2))2+8y = -1 \cdot (x - (-2))^2 + 8.

So a=1a = -1, p=2p = -2, q=8q = 8. Vertex: (2,8)(-2, 8).

Step 2 — Determine direction.

a=1<0a = -1 < 0: the parabola opens downward.

Step 3 — Explain errors.

A) Vertex (2,8)(2, 8): Student reads +2+2 as the pp-value, ignoring that y=a(xp)2+qy = a(x - p)^2 + q requires xpx - p; since we have x+2=x(2)x + 2 = x - (-2), p=2p = -2.

B) Vertex (2,8)(-2, -8): Vertex xx-coordinate is correct, but student negates the qq value: 8-8 instead of 88.

D) Vertex (2,8)(-2, 8): Both vertex coordinates are correct but direction is wrong — a negative aa always gives a downward opening parabola.

Takeaway: In y=a(xp)2+qy = a(x - p)^2 + q, the vertex is (p,q)(p, q). Watch the sign: (x+2)=(x(2))(x + 2) = (x - (-2)), so p=2p = -2, not +2+2.


Q25Basic

Topic: Axis of symmetry

Find the axis of symmetry of y=2x28x+3y = 2x^2 - 8x + 3.

A) x=2x = -2

B) x=2x = 2

C) x=4x = 4

D) x=4x = -4

Show the worked solution

Answer: B

Explanation

Step 1 — Apply the formula.

x=b2a=82(2)=84=2x = -\frac{b}{2a} = -\frac{-8}{2(2)} = \frac{8}{4} = 2

Step 2 — Explain errors.

A) x=2x = -2: Student applies the formula as b2a=84=2\dfrac{b}{2a} = \dfrac{-8}{4} = -2, forgetting the leading negative sign in b2a-\dfrac{b}{2a}. Since b=8b = -8, we need (8)=+8-(-8) = +8 in the numerator.

C) x=4x = 4: Student uses ba=82=4\dfrac{b}{a} = \dfrac{-8}{2} = -4... or perhaps ba=82=4\dfrac{|b|}{a} = \dfrac{8}{2} = 4 (omits the denominator factor of 2).

D) x=4x = -4: Student uses ba=82=4\dfrac{b}{a} = \dfrac{-8}{2} = -4 (omits the factor of 2 in 2a2a, and keeps the sign).

Takeaway: Memorise x=b2ax = -\dfrac{b}{2a} as a formula — the numerator is b-b, the denominator is 2a2a. For 2x28x+32x^2 - 8x + 3: a=2a = 2, b=8b = -8, so x=(8)/(2×2)=8/4=2x = -(-8) / (2 \times 2) = 8/4 = 2.


Q26Proficient

Topic: Finding the equation of a parabola from vertex and a point

A parabola has vertex (2,3)(2, -3) and passes through the point (4,5)(4, 5). Find its equation.

A) y=(x2)23y = (x - 2)^2 - 3

B) y=2(x+2)23y = 2(x + 2)^2 - 3

C) y=2(x2)23y = 2(x - 2)^2 - 3

D) y=2(x2)2+3y = 2(x - 2)^2 + 3

Show the worked solution

Answer: C

Explanation

Start from vertex form with vertex (2,3)(2,-3):  y=a(x2)23\ y = a(x-2)^2 - 3

Substitute the point (4,5)(4,5) to find aa: 5=a(2)23=4a3    a=25 = a(2)^2 - 3 = 4a - 3 \implies a = 2 y=2(x2)23y = 2(x-2)^2 - 3

Why the others are wrong:

  • A assumed a=1a=1 without checking. At x=4x=4 it gives y=1y=1, not 5.
  • B uses (x+2)(x+2), putting the vertex at 2-2.
  • D uses +3+3, putting the vertex at y=3y=3.

Takeaway: The vertex gives you pp and qq for free, but aa needs one extra point. Always substitute it and solve.


Q27Basic

Topic: Range of a downward-opening parabola

What is the range of y=(x+3)2+4y = -(x + 3)^2 + 4?

A) y4y \leq 4

B) y4y \leq -4

C) y4y \geq 4

D) y4y \geq -4

Show the worked solution

Answer: A

Explanation

Step 1 — Identify vertex and direction.

Vertex: (3,4)(-3, 4). Leading coefficient a=1<0a = -1 < 0: opens downward.

Step 2 — State the range.

The vertex gives the maximum value of 4. The parabola extends downward without bound:

Range: y4\text{Range: } y \leq 4

Step 3 — Explain errors.

C) y4y \geq 4: Treats the vertex as a minimum — correct logic for upward parabolas, wrong here.

B) y4y \leq -4: Negates the qq value incorrectly. The vertex height is +4+4, not 4-4.

D) y4y \geq -4: Combines both errors: negates qq and treats it as a minimum.

Takeaway: Range of (xp)2+q-(x-p)^2 + q: the maximum is qq (at the vertex), so range = yqy \leq q.


Q28Basic

Topic: yy-intercept of a quadratic

Find the yy-intercept of y=3x22x+7y = 3x^2 - 2x + 7.

A) y=0y = 0

B) y=5y = 5

C) y=7y = -7

D) y=7y = 7

Show the worked solution

Answer: D

Explanation

Step 1 — Set x=0x = 0.

y=3(0)22(0)+7=00+7=7y = 3(0)^2 - 2(0) + 7 = 0 - 0 + 7 = 7

Step 2 — Explain errors.

A) y=0y = 0: Student sets y=0y = 0 (finding the xx-intercept) rather than x=0x = 0.

B) y=5y = 5: Student evaluates 2x-2x at x=0x = 0 as 2-2 (forgetting to multiply by 00): 02+7=50 - 2 + 7 = 5. The term 2x-2x at x=0x = 0 is 2(0)=0-2(0) = 0, not 2-2.

C) y=7y = -7: Student negates the constant term, reading +7+7 as 7-7.

Takeaway: The yy-intercept of any polynomial y=axn++cy = ax^n + \ldots + c is always the constant term cc, found by setting x=0x = 0. Every term with xx vanishes.


Q29Intermediate

Topic: Number of real roots from the discriminant

How many real roots does y=x24x+7y = x^2 - 4x + 7 have?

A) 00 real roots

B) 11 real root

C) 22 distinct real roots

D) Cannot be determined without a graph

Show the worked solution

Answer: A

Explanation

Step 1 — Compute the discriminant.

Δ=b24ac=(4)24(1)(7)=1628=12\Delta = b^2 - 4ac = (-4)^2 - 4(1)(7) = 16 - 28 = -12

Step 2 — Interpret.

Δ<0\Delta < 0: no real roots. The parabola does not intersect the xx-axis.

Step 3 — Explain errors.

B) 11 real root: Would require Δ=0\Delta = 0 (the parabola touches the xx-axis exactly once).

C) 22 distinct real roots: Would require Δ>0\Delta > 0.

D) Cannot be determined: The discriminant gives a definitive answer — no graph required.

Takeaway: Δ<0\Delta < 0 \Rightarrow no real roots; Δ=0\Delta = 0 \Rightarrow one repeated root; Δ>0\Delta > 0 \Rightarrow two distinct real roots.


Q30Proficient

Topic: Roots of a quadratic — reading factored intercepts

Find the xx-intercepts of y=x22x8y = x^2 - 2x - 8.

A) x=4x = 4 and x=2x = 2

B) x=4x = 4 and x=2x = -2

C) x=4x = -4 and x=2x = 2

D) x=4x = -4 and x=2x = -2

Show the worked solution

Answer: B

Explanation

Step 1 — Factor.

Find two numbers with product 8-8 and sum 2-2: these are 4-4 and +2+2.

x22x8=(x4)(x+2)x^2 - 2x - 8 = (x - 4)(x + 2)

Step 2 — Solve.

x=4orx=2x = 4 \quad \text{or} \quad x = -2

Step 3 — Explain errors.

A) x=4x = 4 and x=2x = 2: Uses (x4)(x2)=x26x+8(x-4)(x-2) = x^2 - 6x + 8 — wrong constant term.

C) x=4x = -4 and x=2x = 2: Uses (x+4)(x2)=x2+2x8(x+4)(x-2) = x^2 + 2x - 8 — correct constant but wrong sign on the middle term (sum is +2+2, not 2-2).

D) x=4x = -4 and x=2x = -2: Uses (x+4)(x+2)=x2+6x+8(x+4)(x+2) = x^2 + 6x + 8 — wrong on both middle and constant terms.

Takeaway: Always check both the product and the sum of your chosen factor pair: product =c= c, sum =b= b. A quick multiplication of the factors confirms the factorisation before you state the roots.


Section 5 — Hyperbolas

The standard hyperbola is y=axy = \dfrac{a}{x} or its translated form y=ax+p+qy = \dfrac{a}{x + p} + q. The vertical asymptote is at x=px = -p (where the denominator equals zero) and the horizontal asymptote is at y=qy = q (the additive shift). When a>0a > 0, the graph occupies Quadrants 1 and 3; when a<0a < 0, it occupies Quadrants 2 and 4.


Q31Basic

Topic: Asymptotes of the basic hyperbola

y = 2 over xxy-4-224-22(2; 1)

What are the asymptotes of y=2xy = \dfrac{2}{x}?

A) x=2x = 2 and y=0y = 0

B) x=0x = 0 and y=2y = 2

C) No asymptotes

D) x=0x = 0 and y=0y = 0

Show the worked solution

Answer: D

Explanation

Step 1 — Find the vertical asymptote.

The denominator is xx. Setting x=0x = 0 gives a zero denominator: vertical asymptote at x=0x = 0 (the yy-axis).

Step 2 — Find the horizontal asymptote.

As x±x \to \pm\infty, y=2x0y = \frac{2}{x} \to 0: horizontal asymptote at y=0y = 0 (the xx-axis).

Step 3 — Explain errors.

A) x=2x = 2 and y=0y = 0: Student reads the numerator a=2a = 2 as the vertical asymptote — but asymptotes come from the denominator (VA) and the shift (HA), not the numerator.

B) x=0x = 0 and y=2y = 2: Correct VA, but student reads the numerator as the HA.

C) No asymptotes: Every rational function of this form has exactly two asymptotes.

Takeaway: For y=axy = \dfrac{a}{x}: VA = x=0x = 0, HA = y=0y = 0. The numerator aa affects the stretch and which quadrants are occupied — it does not move the asymptotes.


Q32Basic

Topic: Vertical asymptote of a shifted hyperbola

What is the vertical asymptote of y=3x2+1y = \dfrac{3}{x - 2} + 1?

A) x=1x = 1

B) x=2x = -2

C) x=2x = 2

D) x=3x = 3

Show the worked solution

Answer: C

Explanation

Step 1 — Set the denominator equal to zero.

x2=0    x=2x - 2 = 0 \implies x = 2

Step 2 — Explain errors.

A) x=1x = 1: Student reads the horizontal shift q=1q = 1 as the vertical asymptote.

B) x=2x = -2: Student negates the value from the denominator, perhaps thinking of x+2=0x + 2 = 0 instead of x2=0x - 2 = 0.

D) x=3x = 3: Student reads the numerator a=3a = 3 as the asymptote.

Takeaway: Vertical asymptote of y=axp+qy = \dfrac{a}{x - p} + q: set xp=0x - p = 0, giving x=px = p. The other numbers (aa and qq) do not determine the VA.


Q33Basic

Topic: Horizontal asymptote of a shifted hyperbola

What is the horizontal asymptote of y=5x+34y = \dfrac{5}{x + 3} - 4?

A) y=0y = 0

B) y=4y = 4

C) y=3y = -3

D) y=4y = -4

Show the worked solution

Answer: D

Explanation

Step 1 — Apply the rule.

For y=ax+p+qy = \dfrac{a}{x + p} + q, as x±x \to \pm\infty, the fraction ax+p0\dfrac{a}{x+p} \to 0, so yqy \to q.

Here q=4q = -4: horizontal asymptote y=4y = -4.

Step 2 — Explain errors.

B) y=4y = 4: Student drops the sign from q=4q = -4.

C) y=3y = -3: Student reads the vertical-asymptote value p=3p = -3 (giving x=3x = -3) as a yy-value.

A) y=0y = 0: Applies the un-shifted rule y=axy = \frac{a}{x}, where HA is y=0y = 0. This ignores the 4-4 shift.

Takeaway: For y=ax+p+qy = \dfrac{a}{x + p} + q: VA at x=px = -p, HA at y=qy = q. The +q+q shifts the entire graph — including the horizontal asymptote.


Q34Intermediate

Topic: Domain of a shifted hyperbola

What is the domain of y=1x+5y = \dfrac{1}{x + 5}?

A) x5x \neq -5

B) x5x \neq 5

C) x>5x > -5

D) All real numbers

Show the worked solution

Answer: A

Explanation

Step 1 — Find where the denominator equals zero.

x+5=0    x=5x + 5 = 0 \implies x = -5

Domain: all real xx except x=5x = -5.

Step 2 — Explain errors.

B) x5x \neq 5: Student reads x+5=0x + 5 = 0 as x=5x = 5 (drops the sign change on rearrangement).

C) x>5x > -5: Only excludes values to the left of 5-5 unnecessarily — f(6)=11=1f(-6) = \frac{1}{-1} = -1 is defined.

D) All real numbers: Ignores the restriction from the zero denominator.

Takeaway: x+5=0x=5x + 5 = 0 \Rightarrow x = -5. The domain is all reals except the asymptote x=5x = -5, written x5x \neq -5 or R{5}\mathbb{R} \setminus \{-5\}.


Q35Intermediate

Topic: Quadrants occupied by y=2/xy = 2/x

In which quadrants does the graph of y=2xy = \dfrac{2}{x} lie?

A) Quadrants 1 and 2

B) Quadrants 2 and 4

C) Quadrants 1 and 3

D) All four quadrants

Show the worked solution

Answer: C

Explanation

Step 1 — Test the sign of yy in each quadrant.

When x>0x > 0: y=2x>0y = \dfrac{2}{x} > 0 (positive ÷ positive = positive) → Quadrant 1.

When x<0x < 0: y=2x<0y = \dfrac{2}{x} < 0 (positive ÷ negative = negative) → Quadrant 3.

Step 2 — Explain errors.

A) Quadrants 1 and 2: In Quadrant 2, x<0x < 0, so y<0y < 0 — not Quadrant 2.

B) Quadrants 2 and 4: This is the pattern for y=2xy = \dfrac{-2}{x} (negative numerator).

D) All four quadrants: The graph never crosses the axes (asymptotes at x=0x = 0 and y=0y = 0), so it cannot be in all four.

Takeaway: Sign of aa in y=axy = \dfrac{a}{x} determines the quadrants: a>0a > 0 → Quadrants 1 and 3 (where xx and yy have the same sign); a<0a < 0 → Quadrants 2 and 4.


Q36Intermediate

Topic: Transformation of a hyperbola

How is the graph of y=3xy = -\dfrac{3}{x} related to y=3xy = \dfrac{3}{x}?

A) Shifted down by 6 units

B) Reflected across the xx-axis

C) Reflected across the line y=xy = x

D) Stretched vertically by a factor of 3

Show the worked solution

Answer: B

Explanation

The whole output has been negated: y=(3x)y = -\left(\dfrac{3}{x}\right). Negating the output is the definition of a reflection in the xx-axis — every point (x,y)(x,y) becomes (x,y)(x,-y).

On the graph, this moves the two branches out of Quadrants 1 and 3 and into Quadrants 2 and 4.

Why the others are wrong:

  • A — a vertical shift would give 3x6\frac{3}{x} - 6, which has a horizontal asymptote at y=6y=-6. Nothing here shifted.
  • C — reflecting in y=xy=x gives the inverse. Swapping xx and yy in y=3xy=\frac3x returns y=3xy=\frac3x itself, so that reflection changes nothing.
  • D — a vertical stretch would give 9x\frac{9}{x}. The graph has been flipped, not stretched.

Takeaway: y=f(x)y = -f(x) is always a reflection in the xx-axis. A curiosity worth noticing: for this particular hyperbola, reflecting in the yy-axis produces the same picture, because 3x\frac{3}{-x} is also 3x-\frac3x.


Q37Proficient

Topic: Intersection of a hyperbola and a line

Find the sum of the xx-coordinates where y=6xy = \dfrac{6}{x} and y=x+1y = x + 1 intersect.

A) 11

B) 1-1

C) 6-6

D) 55

Show the worked solution

Answer: B

Explanation

Equate the two expressions and clear the fraction (x0x \neq 0): 6x=x+1    6=x2+x    x2+x6=0\frac{6}{x} = x+1 \implies 6 = x^2 + x \implies x^2 + x - 6 = 0

Factorise: (x+3)(x2)=0(x+3)(x-2) = 0, so x=3x = -3 or x=2x = 2.

Sum: 3+2=1-3 + 2 = -1

Why the others are wrong:

  • A (11) has a sign error on bb in Vieta's sum, b/a-b/a.
  • C (6-6) reports the product of the roots instead of the sum.
  • D (55) added the absolute values, 3+23 + 2.

Takeaway: Equate, clear fractions, solve. Vieta gives a shortcut: for x2+bx+c=0x^2+bx+c=0 the roots sum to b-b and multiply to cc — so you can answer without factorising at all.


Section 6 — Exponential and Logarithmic Functions

Exponential functions have the form y=abxy = a \cdot b^x (with b>0b > 0, b1b \neq 1). The horizontal asymptote is always y=0y = 0 unless a vertical shift is added. Logarithms are the inverses of exponentials: y=logbx    by=xy = \log_b x \iff b^y = x. The key log laws — product, quotient, and power rules — convert between forms that look different but are equivalent.


Q38Basic

Topic: Evaluating an exponential function

If f(x)=2xf(x) = 2^x, find f(5)f(5).

A) 1010

B) 1616

C) 2525

D) 3232

Show the worked solution

Answer: D

Explanation

Step 1 — Compute.

f(5)=25=2×2×2×2×2=32f(5) = 2^5 = 2 \times 2 \times 2 \times 2 \times 2 = 32

Step 2 — Explain errors.

A) 1010: Student multiplies instead of raising to a power: 2×5=102 \times 5 = 10.

C) 2525: Student evaluates 52=255^2 = 25 — swaps base and exponent.

B) 1616: Student evaluates 24=162^4 = 16 — uses exponent 4 instead of 5.

Takeaway: 252^5 means five factors of 2 multiplied together — not 2×52 \times 5. Build the powers: 21=2,22=4,23=8,24=16,25=322^1=2, 2^2=4, 2^3=8, 2^4=16, 2^5=32.


Q39Basic

Topic: Horizontal asymptote of an exponential

What is the horizontal asymptote of y=32xy = 3 \cdot 2^x?

A) y=0y = 0

B) y=2y = 2

C) y=3y = 3

D) y=6y = 6

Show the worked solution

Answer: A

Explanation

Step 1 — Consider the behaviour as xx \to -\infty.

As xx \to -\infty: 2x0+2^x \to 0^+, so 32x30=03 \cdot 2^x \to 3 \cdot 0 = 0.

The horizontal asymptote is y=0y = 0.

Step 2 — Explain errors.

C) y=3y = 3: The coefficient 3 is a vertical stretch — it scales the function but does not shift the asymptote. A vertical shift (i.e., 32x+k3 \cdot 2^x + k) would shift the HA.

B) y=2y = 2: The base 2 determines the growth rate, not the asymptote.

D) y=6y = 6: Student multiplies the coefficient and the base: 3×2=63 \times 2 = 6.

Takeaway: For y=abxy = a \cdot b^x (with no added constant), the HA is always y=0y = 0 — the coefficient aa only stretches the graph vertically, it does not move the asymptote.


Q40Basic

Topic: Solving a simple exponential equation

Solve 2x=642^x = 64.

A) x=32x = 32

B) x=8x = 8

C) x=6x = 6

D) x=4x = 4

Show the worked solution

Answer: C

Explanation

Step 1 — Express 64 as a power of 2.

21=2,22=4,23=8,24=16,25=32,26=642^1 = 2,\quad 2^2 = 4,\quad 2^3 = 8,\quad 2^4 = 16,\quad 2^5 = 32,\quad 2^6 = 64

2x=26    x=62^x = 2^6 \implies x = 6

Step 2 — Explain errors.

A) x=32x = 32: Student divides: 64÷2=3264 \div 2 = 32, treating the problem as 2x=642x = 64.

B) x=8x = 8: Student recalls 82=648^2 = 64 and uses the exponent 2 or the base 8 — neither is correct here.

D) x=4x = 4: Student confuses with 43=644^3 = 64 or 643=4\sqrt[3]{64} = 4 — different base.

Takeaway: Rewrite both sides as powers of the same base. 64=2664 = 2^6, so 2x=26x=62^x = 2^6 \Rightarrow x = 6. Memorise: 210=10242^{10} = 1024, 28=2562^8 = 256, 27=1282^7 = 128, 26=642^6 = 64.


Q41Intermediate

Topic: Decreasing exponential functions

Which of the following correctly describes y=(12)xy = \left(\dfrac{1}{2}\right)^x?

A) Decreasing function with yy-intercept 11

B) Increasing function with yy-intercept 11

C) Decreasing function with yy-intercept 00

D) Decreasing function with yy-intercept 22

Show the worked solution

Answer: A

Explanation

Step 1 — Determine increasing or decreasing.

The base is 12<1\dfrac{1}{2} < 1. For exponentials y=bxy = b^x: if b<1b < 1, the function is decreasing (as xx increases, you raise a fraction to a higher power, making it smaller).

Step 2 — Find the yy-intercept.

At x=0x = 0: y=(12)0=1y = \left(\frac{1}{2}\right)^0 = 1.

Step 3 — Explain errors.

B) Increasing: Would hold for b>1b > 1 (e.g., y=2xy = 2^x). With base 12<1\frac{1}{2} < 1, the function decreases.

C) yy-intercept 00: Any expression b0=1b^0 = 1 regardless of bb (provided b0b \neq 0). The yy-intercept of any basic exponential is 1.

D) yy-intercept 22: Student reads 12\frac{1}{2} as the base and takes its reciprocal 22 as the yy-intercept — the yy-intercept is not the reciprocal of the base.

Takeaway: y=bxy = b^x has yy-intercept 11 for any base bb. The base determines whether the function grows (b>1b > 1) or decays (0<b<10 < b < 1).


Q42Basic

Topic: Solving a logarithmic equation

Solve log2(x)=4\log_2(x) = 4.

A) x=8x = 8

B) x=16x = 16

C) x=4x = 4

D) x=2x = 2

Show the worked solution

Answer: B

Explanation

Step 1 — Convert to exponential form.

log2(x)=4    24=x\log_2(x) = 4 \iff 2^4 = x

x=16x = 16

Step 2 — Explain errors.

A) x=8=23x = 8 = 2^3: Off by one in the exponent.

C) x=4x = 4: Student uses x=x = the RHS value (the logarithm result) rather than converting: log2(4)=2\log_2(4) = 2, not 4.

D) x=2x = 2: Student uses the base as the answer.

Takeaway: logb(x)=n    x=bn\log_b(x) = n \iff x = b^n. Here: log2(x)=4    x=24=16\log_2(x) = 4 \iff x = 2^4 = 16.


Q43Intermediate

Topic: Logarithm power rule

Which expression is equivalent to loga(x3)\log_a(x^3)?

A) (logax)3(\log_a x)^3

B) 3logax\dfrac{3}{\log_a x}

C) loga(3x)\log_a(3x)

D) 3logax3 \log_a x

Show the worked solution

Answer: D

Explanation

Step 1 — Apply the power rule.

loga(x3)=3logax\log_a(x^3) = 3 \log_a x

The power rule states: the exponent comes down as a multiplier in front of the logarithm.

Step 2 — Explain errors.

A) (logax)3(\log_a x)^3: The student cubes the logarithm instead of multiplying by 3. (logax)33logax(\log_a x)^3 \neq 3 \log_a x unless logax=3\log_a x = 3 or 00.

B) 3logax\dfrac{3}{\log_a x}: No logarithm law produces division by the logarithm.

C) loga(3x)\log_a(3x): Student brings the exponent inside the argument as a coefficient: x33xx^3 \to 3x. The product rule handles loga(3x)=loga3+logax\log_a(3x) = \log_a 3 + \log_a x, which is unrelated.

Takeaway: Power rule: loga(xn)=nlogax\log_a(x^n) = n \log_a x. The exponent moves to become a multiplier, not a factor inside the argument.


Q44Intermediate

Topic: Solving a logarithmic equation (non-trivial)

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

A) x=1x = 1

B) x=9x = 9

C) x=8x = 8

D) x=6x = 6

Show the worked solution

Answer: C

Explanation

Step 1 — Convert to exponential form.

log3(x+1)=2    x+1=32=9\log_3(x + 1) = 2 \iff x + 1 = 3^2 = 9

Step 2 — Solve for xx.

x=91=8x = 9 - 1 = 8

Step 3 — Explain errors.

A) x=1x = 1: Student writes x+1=2x + 1 = 2 (converts log3()=2\log_3(\cdot) = 2 as "the argument equals 2" instead of 323^2).

B) x=9x = 9: Student correctly reaches x+1=9x + 1 = 9 but forgets to subtract 1, reporting x=9x = 9.

D) x=6x = 6: Student computes 3×2=63 \times 2 = 6 (multiplies base by exponent instead of raising base to exponent).

Takeaway: Convert logb(A)=n\log_b(A) = n to A=bnA = b^n first, then solve. Here: x+1=9x=8x + 1 = 9 \Rightarrow x = 8.


Q45Intermediate

Topic: Inverse of an exponential function

What is the inverse of y=3xy = 3^x?

A) y=3xy = 3^{-x}

B) y=x3y = x^3

C) y=log3xy = \log_3 x

D) y=x3y = \dfrac{x}{3}

Show the worked solution

Answer: C

Explanation

Step 1 — Find the inverse by swapping xx and yy.

x=3yx = 3^y

Step 2 — Solve for yy by converting to logarithm form.

y=log3xy = \log_3 x

Step 3 — Explain errors.

B) y=x3y = x^3: Confuses 3x3^x (exponential) with x3x^3 (power function). Their inverses are log3x\log_3 x and x1/3x^{1/3} respectively.

A) y=3xy = 3^{-x}: This is a reflection of y=3xy = 3^x across the yy-axis, not its inverse.

D) y=x3y = \dfrac{x}{3}: Applies a linear-function inverse strategy (divide by 3) to an exponential.

Takeaway: Exponentials and logarithms are inverses: f(x)=bx    f1(x)=logbxf(x) = b^x \iff f^{-1}(x) = \log_b x. To find the inverse: swap xx and yy, then use the definition of logarithm to isolate yy.


Q46Basic

Topic: yy-intercept of a translated exponential

What is the yy-intercept of y=2x+1y = 2^{x+1}?

A) y=1y = 1

B) y=2y = 2

C) y=3y = 3

D) y=0y = 0

Show the worked solution

Answer: B

Explanation

Step 1 — Set x=0x = 0.

y=20+1=21=2y = 2^{0+1} = 2^1 = 2

Step 2 — Explain errors.

A) y=1y = 1: Student evaluates 20=12^0 = 1 (ignores the +1+1 in the exponent, as if the function were y=2xy = 2^x).

C) y=3y = 3: Student adds: 2+1=32 + 1 = 3 instead of evaluating 212^1.

D) y=0y = 0: Student confuses with the xx-intercept (which exponentials, shifted or not, rarely have).

Takeaway: The yy-intercept requires x=0x = 0, not the exponent. Here, x+1x + 1 becomes 0+1=10 + 1 = 1 when x=0x = 0, giving 21=22^1 = 2.


Section 7 — Transformations and Inverses

Transformations modify a graph in predictable ways. Adding a constant outside the function shifts it vertically; adding inside the argument shifts it horizontally — but the direction surprises many students: f(xh)f(x - h) shifts right (not left). Negating f(x)f(x) reflects across the xx-axis; negating xx reflects across the yy-axis. The inverse of ff is found by swapping xx and yy in the equation and solving for yy — it exists (as a function) only when ff passes the horizontal line test.


Q47Basic

Topic: Vertical shift transformation

What transformation maps y=f(x)y = f(x) to y=f(x)+3y = f(x) + 3?

A) Vertical shift upward by 3 units

B) Vertical stretch by a factor of 3

C) Horizontal shift right by 3 units

D) Vertical shift downward by 3 units

Show the worked solution

Answer: A

Explanation

Step 1 — Identify the change.

Adding a constant outside the function increases every output by 3, shifting the graph up by 3 units.

Step 2 — Explain errors.

C) Horizontal shift right: A horizontal shift of 3 right would give y=f(x3)y = f(x - 3), not f(x)+3f(x) + 3.

B) Vertical stretch: A vertical stretch by factor 3 would give y=3f(x)y = 3f(x), not f(x)+3f(x) + 3.

D) Downward: Adding +3+3 moves up. A downward shift of 3 would be y=f(x)3y = f(x) - 3.

Takeaway: y=f(x)+ky = f(x) + k: vertical shift UP by kk (if k>0k > 0). y=f(x)ky = f(x) - k: vertical shift DOWN.


Q48Basic

Topic: Horizontal shift direction

What transformation maps y=f(x)y = f(x) to y=f(x5)y = f(x - 5)?

A) Horizontal shift left by 5 units

B) Vertical shift downward by 5 units

C) Vertical shift upward by 5 units

D) Horizontal shift right by 5 units

Show the worked solution

Answer: D

Explanation

Step 1 — Apply the rule.

Replacing xx with xhx - h shifts the graph right by hh units. Here h=5h = 5: shift right by 5.

Step 2 — Reason intuitively.

The graph reaches its original position at x5=0x - 5 = 0, i.e., x=5x = 5. The "action" moves to the right.

Step 3 — Explain errors.

A) Left by 5: The most common confusion. f(x5)f(x - 5) shifts right; f(x+5)f(x + 5) shifts left. The sign inside the argument is opposite to the direction of shift.

B, C) Vertical shifts: Adding or subtracting a constant inside the argument creates a horizontal shift, not a vertical one.

Takeaway: y=f(xh)y = f(x - h) shifts right by hh; y=f(x+h)y = f(x + h) shifts left by hh. Remember the counterintuitive rule: the sign inside goes in the opposite direction.

Why the others are wrong: B and C are vertical shifts, which change the OUTPUT — they look like f(x)5f(x) - 5 and f(x)+5f(x) + 5, with the 5 outside the bracket. A has the right kind of shift and the wrong direction: a minus INSIDE the bracket moves the graph right.


Q49Intermediate

Topic: Reflection across the xx-axis

y=f(x)y = -f(x) is a reflection of y=f(x)y = f(x) across which axis?

A) Origin

B) yy-axis

C) Line y=xy = x

D) xx-axis

Show the worked solution

Answer: D

Explanation

Step 1 — Reasoning.

y=f(x)y = -f(x) negates every output: a point (x,y)(x, y) on the original becomes (x,y)(x, -y) on the transformed graph. Changing yy to y-y is the definition of reflection across the xx-axis.

Step 2 — Explain errors.

B) yy-axis: Reflecting across the yy-axis changes xxx \to -x, giving y=f(x)y = f(-x) — the argument is negated, not the output.

C) y=xy = x: This gives the inverse function (swap xx and yy).

A) Origin: Reflection through the origin changes (x,y)(x,y)(x, y) \to (-x, -y), giving y=f(x)y = -f(-x).

Takeaway: Negate the output (f(x)-f(x)) → reflect in the xx-axis. Negate the input (f(x)f(-x)) → reflect in the yy-axis.


Q50Intermediate

Topic: Reflection across the yy-axis

y=f(x)y = f(-x) is a reflection of y=f(x)y = f(x) across which axis?

A) yy-axis

B) xx-axis

C) Line y=xy = x

D) Origin

Show the worked solution

Answer: A

Explanation

Step 1 — Reasoning.

Replacing xx with x-x means every point (x,y)(x, y) becomes (x,y)(-x, y): the yy-coordinate is unchanged and the xx-coordinate is negated. This is reflection across the yy-axis.

Step 2 — Distinguish from the previous question.

Q49: f(x)-f(x) → negate output → xx-axis reflection. Q50: f(x)f(-x) → negate input → yy-axis reflection.

Why the others are wrong: B (xx-axis) belongs to f(x)-f(x) — the outside negative (see Q49). C (the line y=xy = x) is the inverse function's reflection, f1f^{-1} — a different operation entirely. D (origin) would need both negations at once: f(x)-f(-x).

Takeaway: The position of the negative sign tells you which axis: outside the function (output negated) = xx-axis; inside the argument (input negated) = yy-axis. Both at once = point reflection through the origin; swap xx and yy = reflection in y=xy = x.


Q51Intermediate

Topic: Horizontal vs vertical stretch/compression

What transformation maps y=f(x)y = f(x) to y=f(2x)y = f(2x)?

A) Horizontal stretch by a factor of 2

B) Horizontal compression by a factor of 2

C) Vertical stretch by a factor of 2

D) Vertical compression by a factor of 2

Show the worked solution

Answer: B

Explanation

Step 1 — Analyse f(2x)f(2x).

The graph reaches in xx what the original reached in 2x2x: it gets there "twice as fast" horizontally. Distances along the xx-axis are halved.

Step 2 — Define compression vs stretch.

A compression by factor 2 means xx-distances are halved (×12\times \frac{1}{2}). A stretch by factor 2 would double xx-distances.

Step 3 — Explain errors.

A) Horizontal stretch: That would be f ⁣(x2)f\!\left(\dfrac{x}{2}\right) — dividing inside the argument slows the approach, stretching horizontally.

C) Vertical stretch: A vertical stretch by 2 gives 2f(x)2f(x), not f(2x)f(2x).

D) Vertical compression: Gives 12f(x)\frac{1}{2}f(x), not f(2x)f(2x).

Takeaway: Multiplying inside the argument — f(kx)f(kx) with k>1k > 1 — compresses horizontally (divides xx-scale by kk). Dividing inside — f(x/k)f(x/k) — stretches horizontally.


Q52Basic

Topic: Finding the inverse of a linear function

Find the inverse of f(x)=2x+5f(x) = 2x + 5.

A) f1(x)=2x5f^{-1}(x) = 2x - 5

B) f1(x)=x+52f^{-1}(x) = \dfrac{x + 5}{2}

C) f1(x)=x52f^{-1}(x) = \dfrac{x - 5}{2}

D) f1(x)=5x+2f^{-1}(x) = 5x + 2

Show the worked solution

Answer: C

Explanation

Step 1 — Replace f(x)f(x) with yy.

y=2x+5y = 2x + 5

Step 2 — Swap xx and yy.

x=2y+5x = 2y + 5

Step 3 — Solve for yy.

2y=x5    y=x522y = x - 5 \implies y = \frac{x - 5}{2}

f1(x)=x52f^{-1}(x) = \frac{x - 5}{2}

Step 4 — Explain errors.

A) 2x52x - 5: Student changes the sign of the constant but keeps the coefficient of xx, applying a "subtract" rather than a proper inversion.

B) x+52\dfrac{x+5}{2}: Student swaps the operations but keeps the wrong sign: adds 5 instead of subtracting 5.

D) 5x+25x + 2: Student swaps the coefficients 2 and 5, a common confusion.

Takeaway: To find an inverse: (1) swap xx and yy, (2) solve for yy. Each operation in the original is undone in reverse order: +5+5 becomes 5-5; ×2\times 2 becomes ÷2\div 2.


Q53Intermediate

Topic: Inverse of a quadratic (with domain restriction)

Which correctly states the inverse of y=x2y = x^2 for x0x \geq 0?

A) y=xy = \sqrt{x} for x0x \geq 0

B) y=xy = \sqrt{x} for all real xx

C) y=x1/2y = x^{1/2} for x>0x > 0 only

D) y=±xy = \pm\sqrt{x}

Show the worked solution

Answer: A

Explanation

Swap and solve: x=y2x = y^2 gives y=±xy = \pm\sqrt x.

Choose the branch. The original was restricted to x0x \geq 0, so take the positive root: y=xy = \sqrt x. Its domain is the original's range, x0x \geq 0.

Why the others are wrong:

  • B (all real xx) — x\sqrt x does not exist for negative xx.
  • C (x>0x > 0) excludes 0, but 0=0\sqrt0 = 0 is valid and matches the original vertex.
  • D (±x\pm\sqrt x) is not a function — two outputs per input. The restriction existed precisely to prevent that.

Takeaway: y=x2y=x^2 has no inverse function until you restrict it — it fails the horizontal line test. Restricting to x0x \geq 0 makes it one-to-one, giving y=xy = \sqrt x, positive branch only.


Q54Basic

Topic: Composing a function with its inverse

If ff is any function with inverse f1f^{-1}, what is f(f1(7))f(f^{-1}(7))?

A) f(7)f(7)

B) 1414

C) 11

D) 77

Show the worked solution

Answer: D

Explanation

Step 1 — Apply the definition of inverse.

By definition, f(f1(x))=xf(f^{-1}(x)) = x for all xx in the domain of f1f^{-1}.

f(f1(7))=7f(f^{-1}(7)) = 7

Step 2 — Explain errors.

A) f(7)f(7): Student does not apply f1f^{-1} at all — treats the composition as just ff.

C) 11: No operation on a function composed with its inverse produces 1 in general.

B) 1414: Student doubles the input for no clear reason.

Takeaway: f(f1(x))=xf(f^{-1}(x)) = x and f1(f(x))=xf^{-1}(f(x)) = x. A function and its inverse cancel each other out — they are mutual "undoers."


Q55Proficient

Topic: Finding the inverse of a rational function

Find the inverse of y=3x1y = \dfrac{3}{x - 1}.

A) y=31xy = \dfrac{3}{1 - x}

B) y=3x+1y = \dfrac{3}{x} + 1

C) y=x13y = \dfrac{x - 1}{3}

D) y=x4y = \dfrac{x}{4}

Show the worked solution

Answer: B

Explanation

Step 1 — Swap xx and yy.

x=3y1x = \frac{3}{y - 1}

Step 2 — Solve for yy.

x(y1)=3x(y - 1) = 3 y1=3xy - 1 = \frac{3}{x} y=3x+1y = \frac{3}{x} + 1

f1(x)=3x+1f^{-1}(x) = \frac{3}{x} + 1

Step 3 — Explain errors.

A) 31x\dfrac{3}{1-x}: Student reflects the denominator sign but does not solve for yy properly. The result 31x\frac{3}{1-x} is the same as 3x1\frac{-3}{x-1}, which is a different function entirely.

C) x13\dfrac{x-1}{3}: Student "cancels" the fraction by moving the denominator to the numerator and dividing — this is the inverse of y=3(x1)y = 3(x-1), not y=3x1y = \frac{3}{x-1}.

D) x4\dfrac{x}{4}: Student adds the numerator and denominator: 3+1=43 + 1 = 4. This bears no algebraic relationship to the inverse.

Takeaway: Swap xx and yy, then isolate yy through legitimate algebraic steps. Check by verifying f(f1(x))=xf(f^{-1}(x)) = x: f ⁣(3x+1)=3(3x+1)1=33x=xf\!\left(\tfrac{3}{x}+1\right) = \frac{3}{\left(\frac{3}{x}+1\right)-1} = \frac{3}{\frac{3}{x}} = x ✓.


Section 8 — Interpreting Graphs

The NBT frequently presents a described or sketched graph and asks you to reason about it. Key skills: reading where a function is positive, negative, increasing, or decreasing; identifying zeros and intercepts; recognising asymptotes; and matching an equation to a description of a graph's features.


Q56Intermediate

Topic: Reading the gradient of a described graph

A straight-line graph passes through (3,1)(-3,\, -1) and (3,7)(3,\, 7). What is the gradient of this line?

A) 34\dfrac{3}{4}

B) 43-\dfrac{4}{3}

C) 43\dfrac{4}{3}

D) 83\dfrac{8}{3}

Show the worked solution

Answer: C

Explanation

Step 1 — Apply the gradient formula.

m=y2y1x2x1=7(1)3(3)=86=43m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{7 - (-1)}{3 - (-3)} = \frac{8}{6} = \frac{4}{3}

Step 2 — Explain errors.

A) 34\dfrac{3}{4}: Student inverts the fraction — run over rise instead of rise over run.

B) 43-\dfrac{4}{3}: Student subtracts in one order on top and the opposite order underneath, which flips the sign of the answer.

D) 83\dfrac{8}{3}: Student gets the rise right but takes the run as 33, forgetting that 3(3)=63 - (-3) = 6.

Takeaway: Neither point sits on an axis here, so there is no intercept to grab by mistake — the marks are lost in the double negatives. Write y2y1y_2 - y_1 and x2x1x_2 - x_1 out in full before you simplify anything.


Q57Basic

Topic: Where a quadratic function is negative

For which values of xx is y=x24y = x^2 - 4 negative?

A) x>2x > 2 or x<2x < -2

B) 2<x<2-2 < x < 2

C) x=±2x = \pm 2

D) All real xx

Show the worked solution

Answer: B

Explanation

Zeros: x24=(x2)(x+2)=0x^2-4 = (x-2)(x+2) = 0, so x=±2x = \pm2.

Where is it negative? The parabola opens upward, so it dips below the axis between its zeros: 2<x<2-2 < x < 2

Why the others are wrong:

  • A gives where the parabola is positive — outside the zeros.
  • C gives the zeros themselves, where y=0y = 0, not y<0y<0.
  • D (all reals) fails at x=3x=3, where y=5>0y = 5 > 0.

Takeaway: An upward parabola with zeros a<ba < b is negative between them and positive outside them.


Q58Intermediate

Topic: Increasing and decreasing intervals

The function f(x)=(x2)2+5f(x) = -(x - 2)^2 + 5 is increasing for:

A) x>2x > 2

B) x=2x = 2 only

C) All real xx

D) x<2x < 2

Show the worked solution

Answer: D

Explanation

Step 1 — Identify the vertex and direction.

Vertex at (2,5)(2, 5); a=1<0a = -1 < 0 → parabola opens downward.

Step 2 — Determine increasing/decreasing sides.

A downward parabola rises to its vertex and then falls. It is increasing to the left of the vertex (x<2x < 2) and decreasing to the right (x>2x > 2).

Step 3 — Explain errors.

A) x>2x > 2: The function is decreasing after the vertex (past the maximum), not increasing.

C) All real xx: Parabolas are monotonic on each half, not everywhere.

B) x=2x = 2 only: This is where ff achieves its maximum — not a meaningful "increasing" interval.

Takeaway: For a(xp)2+qa(x-p)^2 + q: if a<0a < 0 (opens down), increasing for x<px < p and decreasing for x>px > p. Reverse if a>0a > 0.


Q59Intermediate

Topic: Sign of a function on an interval

For what values of xx is f(x)=(x1)29f(x) = (x-1)^2 - 9 negative?

A) 2<x<4-2 < x < 4

B) 3<x<3-3 < x < 3

C) x<2x < -2 or x>4x > 4

D) x>4x > 4

Show the worked solution

Answer: A

Explanation

Step 1 — Find the zeros.

(x1)29=0(x1)2=9x1=±3(x-1)^2 - 9 = 0 \Rightarrow (x-1)^2 = 9 \Rightarrow x - 1 = \pm 3.

x=1+3=4orx=13=2x = 1 + 3 = 4 \quad \text{or} \quad x = 1 - 3 = -2

Step 2 — Determine where f<0f < 0.

a=1>0a = 1 > 0: upward parabola. Negative between its zeros: 2<x<4-2 < x < 4.

Step 3 — Explain errors.

C) Outside interval: The upward parabola is positive outside its zeros, not inside.

B) 3<x<3-3 < x < 3: Student uses the zeros of (x1)2=9(x-1)^2 = 9 as x=±3x = \pm 3 (ignoring the 1-1 shift).

D) x>4x > 4 only: Incomplete — misses the left zero.

Takeaway: First find the zeros; then use the direction of opening to determine the sign in each region. This is the same strategy as solving quadratic inequalities.


Q60Basic

Topic: Maximum value of a quadratic

Find the maximum value of y=2x2+8x5y = -2x^2 + 8x - 5.

A) y=5y = 5

B) y=8y = 8

C) y=11y = 11

D) y=3y = 3

Show the worked solution

Answer: D

Explanation

Step 1 — Find the xx-coordinate of the vertex.

x=b2a=82(2)=84=2x = -\frac{b}{2a} = -\frac{8}{2(-2)} = -\frac{8}{-4} = 2

Step 2 — Evaluate at x=2x = 2.

y=2(4)+8(2)5=8+165=3y = -2(4) + 8(2) - 5 = -8 + 16 - 5 = 3

Step 3 — Explain errors.

A) y=5y = 5: Student reports the negative of the constant: 5=5|-{-5}| = 5.

B) y=8y = 8: Student reports b=8b = 8 as the maximum value.

C) y=11y = 11: Student drops the 2x2-2x^2 term entirely and evaluates only 8x58x - 5 at x=2x = 2: 8(2)5=165=118(2) - 5 = 16 - 5 = 11. Every term must be included when substituting the vertex xx-value back in.

Takeaway: Always evaluate the vertex: substitute x=b2ax = -\frac{b}{2a} back into the original equation. Since a=2<0a = -2 < 0, the vertex is a maximum.


Q61Intermediate

Topic: Using graphs to solve inequalities

For which values of xx does the graph of y=x24y = x^2 - 4 lie above the graph of y=x+2y = x + 2?

A) x<2x < -2 or x>3x > 3

B) 2<x<3-2 < x < 3

C) x>3x > 3

D) x<2x < -2

Show the worked solution

Answer: A

Explanation

Find where they cross: x24=x+2    x2x6=(x3)(x+2)=0    x=3 or 2x^2 - 4 = x + 2 \implies x^2 - x - 6 = (x-3)(x+2) = 0 \implies x = 3 \text{ or } -2

Test between them. At x=0x=0: the parabola gives 4-4, the line gives 22 — so the parabola is below in the middle. It must therefore be above on both outer pieces: x<2orx>3x < -2 \quad\text{or}\quad x > 3

Why the others are wrong:

  • B is where the line is above the parabola.
  • C and D give only one side. An upward parabola beats the line on both outer regions.

Takeaway: Rewrite "parabola above line" as one inequality, x2x6>0x^2-x-6 > 0, then use the rule: an upward parabola is positive outside its zeros. Always confirm with a test value.


Q62Basic

Topic: Identifying a function by its range

Which of the following functions has range y0y \geq 0?

A) y=xy = x

B) y=1xy = \dfrac{1}{x}

C) y=x2y = x^2

D) y=x3y = x^3

Show the worked solution

Answer: C

Explanation

Step 1 — Check each range.

A) y=xy = x: Range is all real numbers (increases without bound in both directions).

C) y=x2y = x^2: Minimum at x=0x = 0 giving y=0y = 0; all other outputs are positive. Range: y0y \geq 0. ✓

B) y=1xy = \dfrac{1}{x}: Takes all real values except 0. Range: y0y \neq 0.

D) y=x3y = x^3: Takes all real values. Range: all real numbers.

Takeaway: The range y0y \geq 0 is characteristic of even-powered functions like x2x^2, x4x^4, and x|x|. The squaring operation eliminates negative outputs.


Q63Intermediate

Topic: Identifying a non-function from a description

Which of the following graphs CANNOT represent a function?

A) A parabola opening upward

B) A circle centred at the origin

C) An exponential curve

D) A logarithmic curve

Show the worked solution

Answer: B

Explanation

Step 1 — Apply the vertical line test.

A) Parabola opening upward: any vertical line crosses it at most once. ✓ (Is a function.)

C) Exponential curve y=bxy = b^x: strictly increasing or decreasing — any vertical line crosses it once. ✓ (Is a function.)

B) Circle x2+y2=r2x^2 + y^2 = r^2: a vertical line through the interior crosses it at two points (one above and one below the xx-axis). ✗ (NOT a function.)

D) Logarithmic curve y=logbxy = \log_b x: defined for x>0x > 0, strictly monotonic — any vertical line crosses it at most once. ✓ (Is a function.)

Takeaway: The vertical line test is the graphical equivalent of the function definition. A full circle fails it visibly — draw x=0x = 0 and it intersects the circle at (0,r)(0, r) and (0,r)(0, -r): two outputs for one input.


Q64Intermediate

Topic: Reading a horizontal asymptote from an equation

What is the horizontal asymptote of y=2x+31y = \dfrac{2}{x + 3} - 1?

A) y=2y = 2

B) y=3y = 3

C) y=0y = 0

D) y=1y = -1

Show the worked solution

Answer: D

Explanation

Step 1 — Identify the vertical shift.

The function is in the form y=ax+p+qy = \dfrac{a}{x + p} + q with q=1q = -1.

As x±x \to \pm\infty, 2x+30\dfrac{2}{x+3} \to 0, so y1y \to -1.

Horizontal asymptote: y=1y = -1.

Step 2 — Explain errors.

A) y=2y = 2: Student reads the numerator as the HA.

B) y=3y = 3: Student reads the denominator shift value as the HA (this is the VA: x=3x = -3).

C) y=0y = 0: Correct for the un-shifted hyperbola y=2xy = \frac{2}{x} — ignores the 1-1 translation.

Takeaway: For y=ax+p+qy = \frac{a}{x+p} + q: HA is y=qy = q, VA is x=px = -p. The 1-1 outside the fraction shifts the whole graph (including the asymptote) down by 1.


Q65Proficient

Topic: Identifying an equation from multiple graph features

A graph has these properties: yy-intercept at (0,3)(0, 3); vertical asymptote at x=2x = -2; horizontal asymptote at y=1y = 1. Which equation matches?

A) y=1+4x+2y = 1 + \dfrac{4}{x + 2}

B) y=1+4x2y = 1 + \dfrac{4}{x - 2}

C) y=1+4x+2y = -1 + \dfrac{4}{x + 2}

D) y=14x+2y = 1 - \dfrac{4}{x + 2}

Show the worked solution

Answer: A

Explanation

Eliminate one feature at a time.

Horizontal asymptote y=1y=1 means q=1q=1 — that rules out C.

Vertical asymptote x=2x=-2 means the denominator is (x+2)(x+2) — that rules out B, whose (x2)(x-2) gives an asymptote at x=2x=2.

The yy-intercept (0,3)(0,3) settles the last two. Option A: 1+42=31 + \frac{4}{2} = 3 ✓ Option D: 142=11 - \frac42 = -1

Takeaway: For y=q+ax+py = q + \frac{a}{x+p}: the horizontal asymptote gives qq, the vertical asymptote gives pp, and any point on the graph gives aa. Knock out options one feature at a time rather than solving from scratch.


Section 9 — Absolute-Value Functions (V-Graphs)

The absolute value of a number is its distance from zero, so it is never negative: 5=5|5| = 5 and 5=5|-5| = 5. Formally x=x2|x| = \sqrt{x^2}, which is another way of saying "square it, then take the positive root — the sign is destroyed on the way."

The graph of y=xy = |x| is a V: the right half is the line y=xy = x, and the left half is that line reflected upward into y=xy = -x. Everything that would have dipped below the xx-axis is folded back above it.

y=axp+qy = a|x - p| + q

behaves exactly like the parabola's vertex form: the vertex (the sharp point of the V) sits at (p,q)(p, q), the V opens upward when a>0a > 0 and downward when a<0a < 0, and a|a| controls how steep the arms are. Two facts do most of the work in exam questions:

  • anything0|\text{anything}| \geq 0 — always. An absolute value can never equal a negative number.
  • X=k|X| = k (with k>0k > 0) has two solutions, because XX may be +k+k or k-k.

Why the others are wrong: Test each property in turn. B puts the vertical asymptote at x=+2x = +2. C puts the horizontal asymptote at y=1y = -1. D passes both asymptote tests and then fails the yy-intercept: it gives 1-1, not 33.


Q66Basic

Topic: Vertex and shape of an absolute-value graph

y = the absolute value of x minus 2, plus 1xy-2246135(2; 1)

What are the coordinates of the vertex of y=x2+1y = |x - 2| + 1, and which way does the graph open?

A) (2, 1)(-2,\ 1), opening upward

B) (2, 1)(2,\ 1), opening upward

C) (2, 1)(2,\ -1), opening downward

D) (2, 1)(2,\ 1), opening downward

Show the worked solution

Answer: B

Explanation

Compare with y=axp+qy = a|x-p|+q: here p=2p=2, q=1q=1 and a=+1a=+1. So the vertex is (2,1)(2,1) and the V opens upward.

The vertex sits where the bracket is zero. Setting x2=0x-2=0 gives x=2x=2, and then y=0+1=1y=0+1=1.

Check the symmetry: x=0x=0 and x=4x=4 both give y=3y=3

Why the others are wrong:

  • A reads the sign of pp straight off the page. x2|x-2| shifts right by 2, just as (x2)2(x-2)^2 does.
  • C flips both the sign of qq and the direction. The +1+1 is outside the bars, so it lifts the graph.
  • D has the vertex right but the direction wrong. The coefficient is +1+1, so the arms point up.

Takeaway: y=axp+qy = a|x-p|+q has its vertex at (p,q)(p,q) — read exactly like a parabola's vertex form. The sign of aa alone decides up or down.


Q67Intermediate

Topic: Solving an absolute-value equation

Solve for xx:   2x6=8\;|2x - 6| = 8

A) x=7x = 7 only

B) x=4x = 4 or x=4x = -4

C) x=7x = 7 or x=1x = -1

D) x=7x = 7 or x=2x = -2

Show the worked solution

Answer: C

Explanation

X=8|X| = 8 means the inside is 8 units from zero — so it can be +8+8 or 8-8. Split into two ordinary equations:

2x6=82x=14x=72x - 6 = 8 \quad\Longrightarrow\quad 2x = 14 \quad\Longrightarrow\quad x = 7 2x6=82x=2x=12x - 6 = -8 \quad\Longrightarrow\quad 2x = -2 \quad\Longrightarrow\quad x = -1

Check both in the original: 2(7)6=8=8|2(7)-6| = |8| = 8 ✓ and 2(1)6=8=8|2(-1)-6| = |-8| = 8

Why the others are wrong:

  • A solves only the positive branch and stops. Every X=k|X| = k with k>0k>0 has two answers.
  • B deletes the 6-6, solving 2x=8|2x| = 8.
  • D takes the second branch but mishandles it — halving before moving the 6, giving 46=24 - 6 = -2. Undo the 6-6 first, then divide.

Takeaway: X=k|X| = k (for k>0k > 0) always splits into X=kX = k and X=kX = -k. Solve both, then substitute both back — the check costs seconds and catches the branch you dropped.


Q68Intermediate

Topic: Range of a downward V-graph

What is the range of y=x+4y = -|x| + 4?

A) y4y \geq 4

B) y4y \leq 4

C) y0y \geq 0

D) All real numbers

Show the worked solution

Answer: B

Explanation

x|x| is never negative, so x-|x| is never positive — it is 0 at x=0x=0 and negative everywhere else. Adding 4:

y=x+44y = -|x| + 4 \leq 4

The V opens downward with vertex (0,4)(0, 4), so 4 is the maximum. Test a point: x=3x=3 gives y=1y = 1, below 4 ✓

Why the others are wrong:

  • A treats the vertex as a minimum. The minus sign in front turns the V upside down.
  • C (y0y \geq 0) is the range of plain y=xy=|x|, ignoring both the reflection and the shift.
  • D would need the graph to climb without bound, but nothing here ever exceeds 4.

Takeaway: For y=axp+qy = a|x-p|+q: if a>0a>0 the range is yqy \geq q; if a<0a<0 it is yqy \leq q. Identical to the rule for parabolas.


Q69Proficient

Topic: Recognising an impossible absolute-value equation

How many real solutions does   x3+5=2  \;|x - 3| + 5 = 2\; have?

A) None

B) One

C) Two

D) Infinitely many

Show the worked solution

Answer: A

Explanation

Isolate the absolute value first:

x3=25=3|x-3| = 2 - 5 = -3

An absolute value is a distance, so it is never negative. No real xx works — the solution set is empty.

The graph agrees: y=x3+5y = |x-3|+5 is a V with vertex (3,5)(3,5), so its lowest point is y=5y=5. The line y=2y=2 passes below it and never meets it.

Why the others are wrong:

  • C (two) is the reflex answer. Two is the usual count, but only when the isolated absolute value is positive.
  • B (one) happens only when the isolated value is exactly zero — say x3=0|x-3|=0, giving x=3x=3.
  • D would need the equation to hold for every xx.

Takeaway: Isolate the absolute value, then read off the count: a positive right-hand side gives two solutions, zero gives one, negative gives none.


Exam-Bank Extras — Question Types Confirmed in Recent Papers

The NBT MAT reuses question types from a stable bank year after year. The three questions below are modelled directly on types repeatedly confirmed in recent papers and not yet represented in this chapter. Every answer has been independently machine-verified.


Q70Proficient

Topic: Inverse of a rational function

Find the inverse of the function

f(x)=2x13xf(x) = \frac{2x}{1 - 3x}

A) f1(x)=2x3x+1f^{-1}(x) = \dfrac{2x}{3x + 1}

B) f1(x)=13x2xf^{-1}(x) = \dfrac{1 - 3x}{2x}

C) f1(x)=x3x+2f^{-1}(x) = \dfrac{x}{3x + 2}

D) f1(x)=x23xf^{-1}(x) = \dfrac{x}{2 - 3x}

Show the worked solution

Answer: C

Explanation

The recipe never changes: swap xx and yy, then dig yy out.

Swap:  x=2y13y\ x = \dfrac{2y}{1-3y}

Clear the fraction:  x(13y)=2y    x3xy=2y\ x(1-3y) = 2y \implies x - 3xy = 2y

Collect every yy-term and factor it out — this is the step people miss, because yy appears twice: x=y(2+3x)    y=x3x+2x = y(2 + 3x) \implies y = \frac{x}{3x+2}

Check: f(1)=1f(1) = -1 and f1(1)=1f^{-1}(-1) = 1

Why the others are wrong:

  • B is the reciprocal 1f(x)\frac{1}{f(x)}, not the inverse — the classic confusion.
  • D moved 3xy-3xy across without flipping its sign.
  • A never swapped xx and yy at all — it rearranged ff instead of inverting it.

Takeaway: Swap, clear the fraction, collect all yy-terms, factor yy out, divide. The factoring step is the whole difficulty; the rest is ordinary algebra.


Q71Proficient

Topic: Reversing a sequence of transformations

A graph is translated 33 units to the left and then reflected in the xx-axis. The resulting graph has equation

y=2x1y = \frac{2}{x - 1}

What was the equation of the graph before these transformations?

A) y=2x4y = -\dfrac{2}{x - 4}

B) y=2x4y = \dfrac{2}{x - 4}

C) y=2x+2y = -\dfrac{2}{x + 2}

D) y=2x+2y = \dfrac{2}{x + 2}

Show the worked solution

Answer: A

Explanation

To find the original, rewind the transformations — backwards, in reverse order.

Undo the reflection (replace yy with y-y): y=2x1y = -\frac{2}{x-1}

Undo "3 left" by shifting 3 right (replace xx with x3x-3): y=2(x3)1=2x4y = -\frac{2}{(x-3)-1} = -\frac{2}{x-4}

Check by running forwards: shift 3 left → 2x1-\frac{2}{x-1}; reflect → 2x1\frac{2}{x-1}

Why the others are wrong:

  • C shifted 3 left again instead of reversing.
  • B rewound the shift but never the reflection — the minus sign must come back.
  • D made both errors at once.

Takeaway: "Before the transformation" means invert each step and reverse their order. Then spend ten seconds running your answer forwards — it turns a risky question into a certain one.


Q72Proficient

Topic: Circle centred at the origin touching a hyperbola

A circle centred at the origin touches each branch of the hyperbola y=8xy = \dfrac{8}{x} at exactly one point. The equation of the circle is:

A) x2+y2=8x^{2} + y^{2} = 8

B) x2+y2=16x^{2} + y^{2} = 16

C) x2+y2=4x^{2} + y^{2} = 4

D) x2+y2=64x^{2} + y^{2} = 64

Show the worked solution

Answer: B

Explanation

A circle at the origin is x2+y2=r2x^2+y^2 = r^2, so the question is really: how far is the nearest point of the hyperbola from the origin?

By symmetry, that nearest point sits on the line y=xy = x. Set y=xy=x: x=8x    x2=8    x=22x = \frac{8}{x} \implies x^2 = 8 \implies x = 2\sqrt2

The touching point is (22,22)(2\sqrt2,\, 2\sqrt2), so by Pythagoras: r2=8+8=16r^2 = 8 + 8 = 16

Why the others are wrong:

  • A (88) squared just one coordinate, forgetting to add the second.
  • C (44) confused r=4r=4 with r2=4r^2=4.
  • D (6464) squared the hyperbola's constant. That 8 is not the radius.

Takeaway: For y=k/xy = k/x, the closest point to the origin always lies on y=xy=x at x=kx=\sqrt k, giving the neat general result x2+y2=2kx^2+y^2 = 2k — here 1616.


Mixed Practice — Chapter 3

These 30 questions mix all Functions and Graphs topics. Work through them without looking back at the sections. Check your answers with the key on the following page — detailed explanations are not given here, so use the earlier sections to diagnose any errors.


M1Basic

If f(x)=x23x+1f(x) = x^2 - 3x + 1, find f(2)f(2).

A) 77

B) 33

C) 1111

D) 1-1

Show the worked solution

Answer: D

Explanation

Step 1 — Substitute x=2x = 2 everywhere it appears.

Step 2 — f(2)=223(2)+1f(2) = 2^2 - 3(2) + 1.

Step 3 — =46+1=1= 4 - 6 + 1 = -1.

Why the others are wrong:

  • A added 3(2)3(2) instead of subtracting it: 4+6+14+6+1.

  • B computed 43+24 - 3 + 2, mishandling the middle term.

  • C squared after multiplying, as if f(2)=(22)2f(2) = (2 \cdot 2)^2 - \ldots

Takeaway: Substitute into every term, and keep the signs. Writing f(2)=(2)23(2)+1f(2) = (2)^2 - 3(2) + 1 in full, brackets and all, prevents most errors.


M2Basic

What is the domain of f(x)=2xf(x) = \sqrt{2 - x}?

A) x2x \leq 2

B) x>2x > 2

C) x2x \geq 2

D) All real xx

Show the worked solution

Answer: A

Explanation

Step 1 — You cannot take the square root of a negative number, so the inside must be 0\geq 0.

Step 2 — 2x02 - x \geq 0.

Step 3 — x2x \leq 2.

Why the others are wrong:

  • B solved the inequality the wrong way round, and excluded the endpoint.

  • C reversed the inequality when moving xx across.

  • D ignores the restriction entirely; 2x\sqrt{2-x} is undefined for x>2x > 2.

Takeaway: For a square root, set whatever is inside it 0\geq 0 and solve. The endpoint is included, because 0\sqrt0 is perfectly well defined.


M3Basic

What is the gradient of the line y=4x7y = 4x - 7?

A) 7-7

B) 77

C) 44

D) 4-4

Show the worked solution

Answer: C

Explanation

Step 1 — The line is already in the form y=mx+cy = mx + c.

Step 2 — mm is the coefficient of xx.

Step 3 — So the gradient is 4.

Why the others are wrong:

  • A read off cc, the yy-intercept.

  • B read off cc and dropped its sign.

  • D took the gradient's sign from the intercept.

Takeaway: In y=mx+cy = mx + c, mm is the gradient and cc is the yy-intercept. Rearrange into this form before reading anything off.


M4Basic

Find the inverse of f(x)=x+6f(x) = x + 6.

A) f1(x)=6xf^{-1}(x) = 6x

B) f1(x)=x6f^{-1}(x) = x - 6

C) f1(x)=x+6f^{-1}(x) = x + 6

D) f1(x)=6xf^{-1}(x) = 6 - x

Show the worked solution

Answer: B

Explanation

Step 1 — Write y=x+6y = x + 6 and swap xx and yy: x=y+6x = y + 6.

Step 2 — Solve for yy: y=x6y = x - 6.

Step 3 — So f1(x)=x6f^{-1}(x) = x - 6.

Why the others are wrong:

  • A inverted the operation as division rather than subtraction.

  • C the original function, unchanged.

  • D subtracted the wrong way round.

Takeaway: An inverse undoes the operation. +6+6 is undone by 6-6 — not by ÷6\div 6, which undoes ×6\times 6.


M5Basic

Evaluate f(f1(12))f(f^{-1}(12)) for any function ff.

A) 1212

B) f(12)f(12)

C) 144144

D) 66

Show the worked solution

Answer: A

Explanation

Step 1 — f1f^{-1} undoes ff, so applying one after the other returns the input.

Step 2 — f(f1(a))=af(f^{-1}(a)) = a for every aa in the range.

Step 3 — So f(f1(12))=12f(f^{-1}(12)) = 12.

Why the others are wrong:

  • B left the outer ff unapplied.

  • C squared 12, as if the composition multiplied.

  • D halved 12, as if the inverse meant 'half'.

Takeaway: A function and its inverse cancel: f(f1(a))=af(f^{-1}(a)) = a. You never need to know what ff actually is.


M6Intermediate

What are the roots of x29=0x^2 - 9 = 0?

A) x=9x = 9 only

B) x=3x = 3 only

C) x=3x = 3 or x=3x = -3

D) x=±3x = \pm\sqrt{3}

Show the worked solution

Answer: C

Explanation

Step 1 — x2=9x^2 = 9.

Step 2 — Take the square root of both sides — and remember BOTH signs.

Step 3 — x=3x = 3 or x=3x = -3.

Why the others are wrong:

  • A solved x=9x = 9 without taking the root.

  • B took only the positive root.

  • D rooted the 3 rather than the 9: x2=3x^2 = 3 would give ±3\pm\sqrt3.

Takeaway: x2=kx^2 = k always has TWO solutions, ±k\pm\sqrt{k}. Only k\sqrt{k} on its own means the positive one.


M7Basic

y=f(x+2)y = f(x + 2) represents which transformation of y=f(x)y = f(x)?

A) Shift right 2 units

B) Shift down 2 units

C) Shift up 2 units

D) Shift left 2 units

Show the worked solution

Answer: D

Explanation

Step 1 — Replacing xx by x+2x+2 changes the input, so the shift is horizontal.

Step 2 — The graph reaches any given height 2 units EARLIER, because x+2x+2 hits the old value of xx when xx is 2 smaller.

Step 3 — So y=f(x+2)y = f(x+2) is y=f(x)y = f(x) shifted 2 units LEFT.

Why the others are wrong:

  • A the direction most people expect; +2+2 inside moves left, not right.

  • B a change inside the bracket is horizontal, not vertical.

  • C vertical again — that would be f(x)+2f(x) + 2.

Takeaway: Inside the bracket means horizontal and BACKWARDS: f(x+2)f(x+2) goes left, f(x2)f(x-2) goes right. Outside the bracket means vertical and forwards.


M8Basic

What is the horizontal asymptote of y=(13)xy = \left(\dfrac{1}{3}\right)^x?

A) y=3y = 3

B) y=0y = 0

C) y=1y = 1

D) y=13y = \dfrac{1}{3}

Show the worked solution

Answer: B

Explanation

Step 1 — (13)x\left(\dfrac13\right)^x is an exponential with base between 0 and 1, so it decays.

Step 2 — As xx grows the value gets closer and closer to 0 but never reaches it.

Step 3 — The horizontal asymptote is y=0y = 0.

Why the others are wrong:

  • A used the base as the asymptote.

  • C 1 is the yy-INTERCEPT, not the asymptote.

  • D the base again, in fractional form.

Takeaway: An exponential y=abxy = a \cdot b^x has asymptote y=0y = 0 unless something is added to it. The base sets the steepness, not the asymptote.


M9Basic

Evaluate log5(25)\log_5(25).

A) 22

B) 55

C) 12\dfrac{1}{2}

D) 2525

Show the worked solution

Answer: A

Explanation

Step 1 — log525\log_5 25 asks: 5 to what power gives 25?

Step 2 — 52=255^2 = 25.

Step 3 — So the answer is 2.

Why the others are wrong:

  • B gave the base rather than the exponent.

  • C inverted the answer.

  • D gave the argument rather than the exponent.

Takeaway: A logarithm ANSWERS with the exponent. logba\log_b a is the power, not the base and not the argument.


M10Basic

What is the range of f(x)=xf(x) = \sqrt{x}?

A) All real numbers

B) x0x \geq 0

C) y>0y > 0

D) y0y \geq 0

Show the worked solution

Answer: D

Explanation

Step 1 — x\sqrt{x} is defined for x0x \geq 0, and the square-root symbol means the POSITIVE root.

Step 2 — The smallest output is 0=0\sqrt0 = 0, and outputs grow without bound.

Step 3 — So the range is y0y \geq 0.

Why the others are wrong:

  • A the range never goes negative.

  • B that is the DOMAIN — a restriction on the input, written in xx.

  • C excludes 0, but 0=0\sqrt0 = 0 is a real output.

Takeaway: Domain is about xx, range is about yy. An option written in xx cannot be a range, whatever the inequality says.


M11Basic

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

A) y=2x4y = -2x - 4

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

C) y=2x+4y = 2x + 4

D) y=4x2y = 4x - 2

Show the worked solution

Answer: B

Explanation

Step 1 — The point (0,4)(0, 4) is on the yy-axis, so the yy-intercept is 4.

Step 2 — Gradient 2-2 gives m=2m = -2.

Step 3 — y=mx+c=2x+4y = mx + c = -2x + 4.

Why the others are wrong:

  • A took the intercept as 4-4.

  • C dropped the minus from the gradient.

  • D swapped the gradient and the intercept.

Takeaway: A point with x=0x = 0 hands you cc directly. Then y=mx+cy = mx + c needs no further work.


M12Basic

What is the vertex of y=(x3)2+2y = (x - 3)^2 + 2?

A) (3,2)(3,\, -2)

B) (3,2)(-3,\, 2)

C) (3,2)(3,\, 2)

D) (3,2)(-3,\, -2)

Show the worked solution

Answer: C

Explanation

Step 1 — y=a(xp)2+qy = a(x-p)^2 + q has its vertex at (p,q)(p, q).

Step 2 — Here (x3)2(x-3)^2 means p=3p = 3, and +2+2 means q=2q = 2.

Step 3 — The vertex is (3,2)(3, 2).

Why the others are wrong:

  • A took qq as 2-2.

  • B read pp straight off the bracket as 3-3.

  • D got both signs wrong.

Takeaway: In (xp)(x - p) the vertex xx-coordinate is +p+p: the sign FLIPS. (x3)(x-3) means 3, and (x+3)(x+3) would mean 3-3.


M13Intermediate

In which quadrants does the graph of y=2xy = \dfrac{2}{x} lie?

A) Quadrants 1 and 2

B) Quadrants 2 and 3

C) Quadrants 1 and 3

D) Quadrants 2 and 4

Show the worked solution

Answer: C

Explanation

Step 1 — y=2xy = \dfrac{2}{x} has a positive constant on top.

Step 2 — When x>0x > 0, y>0y > 0 — quadrant 1. When x<0x < 0, y<0y < 0 — quadrant 3.

Step 3 — So the graph lies in quadrants 1 and 3.

Why the others are wrong:

  • A quadrant 2 needs x<0x<0 with y>0y>0, which a positive kk cannot give.

  • B both of these require a sign change the function does not have.

  • D quadrants 2 and 4 are where y=2xy = \dfrac{-2}{x} lies.

Takeaway: For y=kxy = \dfrac{k}{x}: kk positive gives quadrants 1 and 3, kk negative gives 2 and 4. xx and yy share a sign exactly when k>0k > 0.


M14Basic

Evaluate log10(1000)\log_{10}(1000).

A) 33

B) 100100

C) 1010

D) 44

Show the worked solution

Answer: A

Explanation

Step 1 — log101000\log_{10} 1000 asks: 10 to what power gives 1000?

Step 2 — 103=100010^3 = 1000.

Step 3 — So the answer is 3.

Why the others are wrong:

  • B 102=10010^2 = 100, not 1000.

  • C gave the base.

  • D 104=1000010^4 = 10\,000, one power too many.

Takeaway: Count the zeros: log10\log_{10} of a power of ten is just the number of zeros. 1000 has three.


M15Intermediate

How many real roots does x2+2x+5=0x^2 + 2x + 5 = 0 have?

A) 22

B) Cannot be determined

C) 11

D) 00

Show the worked solution

Answer: D

Explanation

Step 1 — Use the discriminant Δ=b24ac\Delta = b^2 - 4ac.

Step 2 — Δ=224(1)(5)=420=16\Delta = 2^2 - 4(1)(5) = 4 - 20 = -16.

Step 3 — Δ<0\Delta < 0, so there are no real roots.

Why the others are wrong:

  • A the count when Δ>0\Delta > 0.

  • B the discriminant settles it completely — nothing is undetermined.

  • C the count when Δ=0\Delta = 0.

Takeaway: Δ>0\Delta > 0 gives two roots, Δ=0\Delta = 0 gives one, Δ<0\Delta < 0 gives none. One subtraction answers the whole question.


M16Intermediate

Which function is even?

A) f(x)=x3xf(x) = x^3 - x

B) f(x)=x42x2f(x) = x^4 - 2x^2

C) f(x)=x2+xf(x) = x^2 + x

D) f(x)=2x+1f(x) = 2x + 1

Show the worked solution

Answer: B

Explanation

Step 1 — A function is even when f(x)=f(x)f(-x) = f(x) — the graph is symmetric about the yy-axis.

Step 2 — f(x)=(x)42(x)2=x42x2f(-x) = (-x)^4 - 2(-x)^2 = x^4 - 2x^2, which is f(x)f(x)

Step 3 — Only even POWERS appear, which is the giveaway.

Why the others are wrong:

  • A x3xx^3-x is ODD: f(x)=f(x)f(-x) = -f(x).

  • C x2+xx^2+x is neither — the xx term breaks the symmetry.

  • D 2x+12x+1 is neither; a straight line is only even if it is horizontal.

Takeaway: Even means every power is even. A single odd-powered term anywhere destroys it — which is why x2+xx^2 + x does not qualify.


M17Basic

Solve 3x=813^x = 81.

A) x=27x = 27

B) x=3x = 3

C) x=4x = 4

D) x=12x = 12

Show the worked solution

Answer: C

Explanation

Step 1 — Write 81 as a power of 3: 81=3481 = 3^4.

Step 2 — So 3x=343^x = 3^4.

Step 3 — Equal bases means equal exponents: x=4x = 4.

Why the others are wrong:

  • A 27=3327 = 3^3 — confused the value with the exponent.

  • B gave the base.

  • D divided 81 by 3 and stopped, or used 3×43 \times 4.

Takeaway: Get both sides to the SAME BASE, then just equate the exponents. That works for every equation of this shape.


M18Basic

Find the axis of symmetry of y=x210x+3y = x^2 - 10x + 3.

A) x=10x = 10

B) x=5x = 5

C) x=3x = 3

D) x=5x = -5

Show the worked solution

Answer: B

Explanation

Step 1 — The axis of symmetry of y=ax2+bx+cy = ax^2+bx+c is x=b2ax = -\dfrac{b}{2a}.

Step 2 — Here a=1a = 1 and b=10b = -10.

Step 3 — x=102=5x = -\dfrac{-10}{2} = 5.

Why the others are wrong:

  • A used b-b without dividing by 2a2a.

  • C read off cc.

  • D kept the minus sign from bb without cancelling it.

Takeaway: x=b2ax = -\dfrac{b}{2a}, and bb here is 10-10, so the two minuses cancel. Substitute bb WITH its sign.


M19Basic

Which function has a vertical asymptote at x=4x = 4?

A) y=1x4y = \dfrac{1}{x - 4}

B) y=1x+4y = \dfrac{1}{x + 4}

C) y=4xy = 4^x

D) y=log4xy = \log_4 x

Show the worked solution

Answer: A

Explanation

Step 1 — A vertical asymptote appears where the denominator is zero.

Step 2 — 1x4\dfrac{1}{x-4} has denominator zero when x=4x = 4

Step 3 — The others have no denominator that vanishes at 4.

Why the others are wrong:

  • B 1x+4\dfrac{1}{x+4} has its asymptote at x=4x = -4.

  • C an exponential has a HORIZONTAL asymptote, not a vertical one.

  • D log4x\log_4 x has a vertical asymptote at x=0x = 0.

Takeaway: Set the denominator to zero to find a vertical asymptote. (x4)(x-4) vanishes at +4+4 — the sign flips, as it always does inside a bracket.


M20Intermediate

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

A) 2(x+1)2(x + 1)

B) 2x22x^2

C) x+2x + 2

D) 2x+12x + 1

Show the worked solution

Answer: D

Explanation

Step 1 — f(g(x))f(g(x)) means: work out gg first, then feed the result into ff.

Step 2 — g(x)=2xg(x) = 2x.

Step 3 — f(2x)=2x+1f(2x) = 2x + 1.

Why the others are wrong:

  • A computed g(f(x))g(f(x)) — the other order, giving 2(x+1)2(x+1).

  • B multiplied the two functions instead of composing them.

  • C added the two functions' constants.

Takeaway: In f(g(x))f(g(x)) the INNER function goes first. Substitute g(x)g(x) wherever xx appears in ff — and the order genuinely matters.


M21Intermediate

Solve log2(x1)=3\log_2(x - 1) = 3.

A) x=9x = 9

B) x=4x = 4

C) x=7x = 7

D) x=3x = 3

Show the worked solution

Answer: A

Explanation

Step 1 — Undo the logarithm: log2(x1)=3\log_2(x-1) = 3 means x1=23x - 1 = 2^3.

Step 2 — x1=8x - 1 = 8.

Step 3 — x=9x = 9.

Why the others are wrong:

  • B solved x1=3x - 1 = 3, leaving the log undone.

  • C used 23=82^3 = 8 but then subtracted 1 instead of adding.

  • D gave the exponent as the answer.

Takeaway: logbA=c\log_b A = c becomes A=bcA = b^c. Convert to the exponential form first, then it is ordinary algebra.


M22Intermediate

What is the domain of f(x)=1x4f(x) = \dfrac{1}{\sqrt{x - 4}}?

A) x4x \geq 4

B) x4x \neq 4

C) x>4x > 4

D) x0x \geq 0

Show the worked solution

Answer: C

Explanation

Step 1 — The square root needs x40x - 4 \geq 0.

Step 2 — But the root is in the DENOMINATOR, so it may not be zero either.

Step 3 — Both together: x4>0x - 4 > 0, so x>4x > 4.

Why the others are wrong:

  • A allows x=4x = 4, which makes the denominator zero.

  • B excludes 4 but allows values below it, where the root is undefined.

  • D ignores the 4-4 entirely.

Takeaway: Two restrictions at once: the root needs 0\geq 0, the denominator needs 0\neq 0. Together they give a STRICT inequality.


M23Basic

Find the yy-intercept of y=52xy = 5 \cdot 2^x.

A) y=10y = 10

B) y=5y = 5

C) y=2y = 2

D) y=0y = 0

Show the worked solution

Answer: B

Explanation

Step 1 — The yy-intercept is the value at x=0x = 0.

Step 2 — y=520y = 5 \cdot 2^0.

Step 3 — 20=12^0 = 1, so y=5y = 5.

Why the others are wrong:

  • A treated 202^0 as 2 and multiplied.

  • C read off the base.

  • D used the asymptote instead of the intercept.

Takeaway: Anything to the power 0 is 1, so the yy-intercept of y=abxy = a \cdot b^x is always aa. The base never appears in it.


M24Basic

Which is the reflection of y=x2y = x^2 across the xx-axis?

A) y=1x2y = \dfrac{1}{x^2}

B) y=x2+1y = x^2 + 1

C) y=(x)2y = (-x)^2

D) y=x2y = -x^2

Show the worked solution

Answer: D

Explanation

Step 1 — Reflecting across the xx-axis negates the OUTPUT: yyy \to -y.

Step 2 — So y=x2y = x^2 becomes y=x2y = -x^2.

Step 3 — Every point keeps its xx and flips its yy.

Why the others are wrong:

  • A a completely different function, not a reflection.

  • B a vertical shift up by 1.

  • C (x)2=x2(-x)^2 = x^2 — reflecting in the yy-axis leaves this graph unchanged.

Takeaway: Across the xx-axis, negate the whole function. Across the yy-axis, negate the xx INSIDE — which does nothing to an even function like x2x^2.


M25Intermediate

What is the range of y=(x+2)2+7y = -(x + 2)^2 + 7?

A) y7y \leq 7

B) y7y \geq -7

C) y7y \geq 7

D) y7y \leq -7

Show the worked solution

Answer: A

Explanation

Step 1 — The negative in front means the parabola opens DOWNWARDS.

Step 2 — Its vertex is at (2,7)(-2, 7), so the largest value yy takes is 7.

Step 3 — The range is y7y \leq 7.

Why the others are wrong:

  • B used 7-7, and the wrong direction.

  • C the range for an upward parabola with the same vertex.

  • D both the value and the direction wrong.

Takeaway: A downward parabola has a MAXIMUM at its vertex, so the range is yqy \leq q. The sign of aa decides which way the inequality points.


M26Intermediate

Solve 2x+1=162^{x+1} = 16.

A) x=4x = 4

B) x=7x = 7

C) x=3x = 3

D) x=8x = 8

Show the worked solution

Answer: C

Explanation

Step 1 — Write 16 as a power of 2: 16=2416 = 2^4.

Step 2 — So 2x+1=242^{x+1} = 2^4, giving x+1=4x + 1 = 4.

Step 3 — x=3x = 3.

Why the others are wrong:

  • A solved for x+1x+1 and reported that.

  • B added instead of subtracting the 1.

  • D used 16÷216 \div 2.

Takeaway: Equate the exponents, then remember the exponent here is x+1x+1, not xx. The last step is the one people skip.


M27Intermediate

f(x)=3x2f(x) = 3x - 2. Find f1(4)f^{-1}(4).

A) 1010

B) 22

C) 43\dfrac{4}{3}

D) 2-2

Show the worked solution

Answer: B

Explanation

Step 1 — f1(4)f^{-1}(4) asks: which input gives an output of 4?

Step 2 — Solve 3x2=43x - 2 = 4.

Step 3 — 3x=63x = 6, so x=2x = 2.

Why the others are wrong:

  • A computed f(4)=10f(4) = 10 instead of f1(4)f^{-1}(4).

  • C divided 4 by 3 without undoing the 2-2.

  • D read off the constant term.

Takeaway: You do not need a formula for f1f^{-1}. f1(k)f^{-1}(k) is just the solution of f(x)=kf(x) = k — one equation.


M28Basic

Which set of ordered pairs is NOT a function?

A) {(1,2), (2,4), (3,6)}\{(1, 2),\ (2, 4),\ (3, 6)\}

B) {(1,1), (2,2), (3,3)}\{(1, 1),\ (2, 2),\ (3, 3)\}

C) {(0,0), (1,1), (2,4)}\{(0, 0),\ (1, 1),\ (2, 4)\}

D) {(1,2), (2,3), (2,4)}\{(1, 2),\ (2, 3),\ (2, 4)\}

Show the worked solution

Answer: D

Explanation

Step 1 — A function gives each input exactly ONE output.

Step 2 — In {(1,2), (2,3), (2,4)}\{(1,2),\ (2,3),\ (2,4)\} the input 2 appears twice, with outputs 3 and 4.

Step 3 — So that set is not a function.

Why the others are wrong:

  • A each input appears once — a perfectly good function.

  • B each input appears once.

  • C each input appears once; repeated OUTPUTS would be fine anyway.

Takeaway: Check the FIRST coordinates for repeats. Repeated outputs are allowed; repeated inputs are not.


M29Intermediate

A line perpendicular to y=12x+3y = \dfrac{1}{2}x + 3 has gradient:

A) 12\dfrac{1}{2}

B) 22

C) 2-2

D) 12-\dfrac{1}{2}

Show the worked solution

Answer: C

Explanation

Step 1 — Perpendicular gradients multiply to 1-1.

Step 2 — The given gradient is 12\dfrac12.

Step 3 — m=11/2=2m = \dfrac{-1}{1/2} = -2.

Why the others are wrong:

  • A the original gradient, unchanged — that is a PARALLEL line.

  • B flipped the fraction but forgot the negative.

  • D negated without flipping.

Takeaway: Perpendicular means flip the fraction AND change the sign. Doing only one of the two is the usual error.


M30Basic

What transformation maps y=f(x)y = f(x) to y=f(x)+4y = f(x) + 4?

A) Vertical shift up 4

B) Vertical stretch by 4

C) Vertical shift down 4

D) Horizontal shift right 4

Show the worked solution

Answer: A

Explanation

Step 1 — The +4+4 is outside the function, so it changes the OUTPUT.

Step 2 — Every yy-value increases by 4.

Step 3 — That is a vertical shift up by 4.

Why the others are wrong:

  • B a stretch would be 4f(x)4f(x), multiplying rather than adding.

  • C f(x)4f(x) - 4 shifts down.

  • D a horizontal shift comes from changing xx inside the bracket.

Takeaway: Outside the bracket is vertical and behaves as you expect; inside the bracket is horizontal and behaves backwards.


From The Complete NBT Mathematics Practice Book by Eben Roux — download the full 796-page PDF. Free to share, complete and unaltered.