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 is a rule that assigns to each input exactly one output. The notation means "the value of at input " — and crucially, means substitute the entire expression in place of every 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.
Topic: Evaluating a function at a negative input
If , find .
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Substitute carefully.
Step 2 — Evaluate each term.
, so .
.
Step 3 — Check each distractor's origin.
B) : The student treats instead of , giving . Squaring always produces a non-negative result — .
A) : The student substitutes (ignoring the negative), giving .
D) : The student makes a sign error on the constant, reading as : .
Takeaway: When the input is negative, write it in brackets — — before simplifying. Never omit the brackets; , but .
Topic: Substituting an expression into a function
If , find .
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Replace every with , then expand:
Why the others are wrong:
- B () evaluated — the was ignored.
- C () wrote , forgetting to multiply the 1 by 5.
- D () treated the function as additive: . Functions do not split across addition.
Takeaway: — the box holds the whole new expression, brackets and all.
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
B) The equation
C) The vertical line
D) The set of pairs
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.
- B — is a circle; gives . Not a function.
- C — the vertical line sends one input to every at once. Not a function.
- D — , , . 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.
Topic: Composition of functions
Let and . Find .
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
means apply first, then . So the input to is :
Why the others are wrong:
- A () dropped the middle term. A binomial square always has three terms.
- D () computed instead — composition is not commutative.
- C () used , missing the factor of 2.
Takeaway: — the middle term is . Read as "put into ", working inside out.
Topic: Even and odd functions
Is an even function, an odd function, or neither?
A) Even, because for all
B) Odd, because for all
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 and compare with :
Since , the function is even.
Why the others are wrong:
- B (odd) would need , i.e. . 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: is the simplest even one.
Takeaway: Even exponents throughout → even function. One odd-exponent term among them makes the function neither.
Topic: Solving for the input given the output
. For what value of does ?
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — Set up the equation.
Step 2 — Solve.
Step 3 — Explain each error.
A) : The student solves (ignores the , treating the equation as if ).
C) : The student correctly computes but then divides by (the answer) instead of by : .
B) : The student correctly gets but then multiplies rather than divides: .
Takeaway: Always isolate the variable by doing the same operation to both sides. After adding 7: . Dividing both sides by 3 gives , not .
Topic: Evaluating a piecewise function
Find .
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Choose the right piece for each input. uses the first; uses the second.
Why the others are wrong:
- A (3) used the wrong piece for both inputs.
- B (9) slipped a sign: read as , giving .
- D (12) dropped the from .
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 ), and you cannot divide by zero (so the denominator must be ). 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.
Topic: Domain of a square-root function
What is the domain of ?
A)
B)
C) All real numbers
D)
Show the worked solution
Answer: B
Explanation
Step 1 — Require the expression under the root to be non-negative.
Step 2 — Check the boundary.
At : . This is defined, so is included. The domain uses , not .
Step 3 — Explain errors.
A) : Excludes , but is perfectly defined. The strict inequality is wrong.
D) : Reverses the inequality entirely.
C) All real numbers: Ignores the restriction. , which is not real.
Takeaway: Square-root domains use (not ), because zero is a valid input: . Only the square root of a strictly negative number is undefined in the real numbers.
Topic: Domain of a rational function
What is the domain of ?
A) All real numbers
B)
C)
D) All real numbers except
Show the worked solution
Answer: D
Explanation
Step 1 — Identify when the denominator equals zero.
Step 2 — State the domain.
All real numbers are valid inputs except , which makes the denominator zero (division by zero is undefined).
Step 3 — Trace errors.
B) : Excludes all values less than 4 unnecessarily — is perfectly defined.
C) : Excludes values and still includes the problematic .
A) All real numbers: Does not account for , 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.
Topic: Range of a basic quadratic
What is the range of ?
A)
B) All real numbers
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Find the minimum of .
for all real , with minimum value at .
Adding 2: .
Step 2 — Check whether the minimum is achieved.
At : . The value 2 is achieved, so the range includes 2.
Step 3 — Explain errors.
A) : Ignores the shift — this would be the range of , not .
B) All real numbers: Would require negative outputs, but always.
D) : Excludes , but , so 2 is in the range.
Takeaway: The range of is , because and the shift moves the minimum up to .
Topic: Domain of a function with a two-sided restriction
What is the domain of ?
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — Require the radicand to be non-negative.
Step 2 — Solve the inequality.
Step 3 — Verify the boundary.
At : . Both endpoints are valid.
Step 4 — Explain errors.
C) : Captures the left boundary correctly but misses the right: for , — undefined.
B) : Captures the right boundary but misses the left: for , — undefined.
D) : Restricts to non-negative inputs only, losing the left half of the valid domain.
Takeaway: When the radicand is a downward-opening expression , the domain is a closed interval . Always solve both sides of the inequality simultaneously.
Topic: Range of a reflected and shifted parabola
What is the range of ?
A)
B)
C) All real numbers
D)
Show the worked solution
Answer: B
Explanation
The form is with , vertex .
Since the parabola opens downward, so 9 is a maximum:
Why the others are wrong:
- A () treats the vertex as a minimum. Downward-opening means maximum.
- D () 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 decides the range: gives , gives .
Topic: Domain of a logarithmic function
What is the domain of ?
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
A logarithm needs a strictly positive argument:
Why the others are wrong:
- B () reached then forgot to divide by 2.
- C () includes , where the argument is 0 — and is undefined.
- A () restricts instead of the argument. The condition comes from , not .
Takeaway: For logs, the argument must be — strictly. Never .
Topic: Domain and range of a reciprocal-squared function
Which statement correctly describes both the domain and range of ?
A) Domain: ; Range:
B) Domain: ; Range:
C) Domain: ; Range:
D) Domain: all real ; Range:
Show the worked solution
Answer: A
Explanation
Domain: the denominator is zero only at , so .
Range: a square is positive everywhere except at (excluded), so is always positive. It can never equal 0 — that would need . And it reaches every positive value: it grows without bound near and shrinks towards 0 far away. So .
Why the others are wrong:
- B (domain ) excludes the left side, but is perfectly fine.
- C (range ) includes 0, which never reaches.
- D (all reals) ignores .
Takeaway: For : domain , range . A squared denominator makes the output strictly positive and never zero.
Section 3 — Straight-Line Functions
A straight line in the form is fully described by its gradient and its -intercept . The gradient measures steepness and direction: . Two lines are parallel if and only if they have equal gradients; perpendicular if the product of their gradients equals .
Topic: Calculating gradient from two points
A straight line passes through the points and . What is the gradient?
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Apply the gradient formula.
Step 2 — Explain errors.
A) : Student reads off the -intercept (where the line crosses the -axis at ) and reports it as the gradient.
B) : Student reads off the -intercept (the line crosses the -axis at ) and reports it as the gradient.
D) : Student inverts the fraction: (run over rise, not rise over run).
Takeaway: Gradient = rise run = . Choose your two points consistently: on top, on the bottom, using the same subscript order.
Topic: Equation of a line from gradient and one point
A line has gradient and passes through . What is its equation?
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — Use point-gradient form.
Step 2 — Expand.
Step 3 — Explain errors.
A) : Student uses the -coordinate of the given point as the -intercept directly: . This is only valid when the given point is the -intercept (i.e., when ).
D) : Student computes or makes an arithmetic error in the expansion.
C) : Student uses — reads the -coordinate as the intercept.
Takeaway: The -intercept is found by substituting the given point into and solving: .
Topic: Equation of a line through two points
Find the equation of the line through and .
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Gradient:
Intercept: substitute into :
Check with the other point: ✓
Why the others are wrong:
- B () subtracted the gradient from instead of .
- C () read straight off the first point's -coordinate.
- D () used instead of , losing the sign.
Takeaway: Substitute both coordinates into and watch the signs — here , not .
Topic: Identifying a line NOT parallel to a given line
Which of the following is not parallel to ?
A)
B)
C)
D)
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 has gradient .
Step 2 — Find each option's gradient.
A) : gradient . Parallel.
D) : gradient . NOT parallel. ✓
C) : gradient . Parallel.
B) : gradient . Parallel.
Takeaway: Always rearrange to before reading the gradient. A coefficient in front of (like or ) changes the gradient by a factor — divide both sides first.
Topic: Gradient of a perpendicular line
The gradient of line is . What is the gradient of a line perpendicular to ?
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — Apply the perpendicularity condition.
If two lines are perpendicular, the product of their gradients is :
Step 2 — Solve for .
Step 3 — Explain errors.
A) : Same gradient — this describes a parallel line, not a perpendicular one.
C) : The reciprocal without the sign change. The perpendicular gradient is the negative reciprocal.
D) : The negative without the reciprocal. Two separate operations are needed: flip the fraction AND change the sign.
Takeaway: Perpendicular gradient = . For : flip to get , then negate to get .
Topic: -intercept of a linear equation
Find the -intercept of the line .
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Set (the -intercept lies on the -axis, where ).
Step 2 — Explain errors.
A) : Student finds the -intercept by setting : — this is the -intercept, not the -intercept.
B) : Student finds the -intercept () but takes its absolute value.
D) : Student applies a sign error when dividing: (incorrectly negates).
Takeaway: For intercepts, remember the rule: -intercept → set ; -intercept → set . They are different points and will usually have different values.
Topic: Intersection of two straight lines
Find the coordinates of the intersection of and .
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Set the two expressions equal and solve:
Then find : , so the point is .
Check in the other equation: ✓
Why the others are wrong:
- A found then mixed the two equations when computing .
- C reached but read off , forgetting to divide.
- D made a sign slip: instead of .
Takeaway: Equate the two -expressions, solve for , substitute back — then check in the other equation.
Section 4 — Parabolas
The parabola (vertex form) has its vertex at and opens upward when , downward when . From standard form : the axis of symmetry is , the discriminant tells you the number of -intercepts, and the -intercept is simply .
Topic: Vertex of a parabola in standard form
Find the vertex of .
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — Find the -coordinate of the vertex.
Step 2 — Find the -coordinate.
Vertex: .
Step 3 — Explain errors.
B) : Student reads off the values of and directly as the vertex coordinates — these are not vertex coordinates.
C) : Student correctly finds but takes the absolute value of : , ignoring the negative sign.
D) : Student negates the -coordinate (perhaps thinking ) and takes .
Takeaway: The -coordinate of the vertex must be calculated by substituting back into the original equation. Do not read it from the coefficients.
Topic: Roots of a factorable quadratic
Find the roots of .
A) or
B) or
C) or
D) or
Show the worked solution
Answer: D
Explanation
Factorise: two numbers multiplying to and adding to are and .
Why the others are wrong:
- A () multiply to 6 ✓ but add to 7 ✗ — factor pairs guessed without checking the sum.
- B () come from — wrong signs throughout.
- C () add to 4, not .
Takeaway: Both conditions must hold: product and sum . Product with sum forces both numbers negative.
Topic: Features of a parabola in vertex form
What are the vertex and direction of opening of ?
A) Vertex , opens upward
B) Vertex , opens downward
C) Vertex , opens downward
D) Vertex , opens upward
Show the worked solution
Answer: C
Explanation
Step 1 — Read the vertex form .
Rewrite as .
So , , . Vertex: .
Step 2 — Determine direction.
: the parabola opens downward.
Step 3 — Explain errors.
A) Vertex : Student reads as the -value, ignoring that requires ; since we have , .
B) Vertex : Vertex -coordinate is correct, but student negates the value: instead of .
D) Vertex : Both vertex coordinates are correct but direction is wrong — a negative always gives a downward opening parabola.
Takeaway: In , the vertex is . Watch the sign: , so , not .
Topic: Axis of symmetry
Find the axis of symmetry of .
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — Apply the formula.
Step 2 — Explain errors.
A) : Student applies the formula as , forgetting the leading negative sign in . Since , we need in the numerator.
C) : Student uses ... or perhaps (omits the denominator factor of 2).
D) : Student uses (omits the factor of 2 in , and keeps the sign).
Takeaway: Memorise as a formula — the numerator is , the denominator is . For : , , so .
Topic: Finding the equation of a parabola from vertex and a point
A parabola has vertex and passes through the point . Find its equation.
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Start from vertex form with vertex :
Substitute the point to find :
Why the others are wrong:
- A assumed without checking. At it gives , not 5.
- B uses , putting the vertex at .
- D uses , putting the vertex at .
Takeaway: The vertex gives you and for free, but needs one extra point. Always substitute it and solve.
Topic: Range of a downward-opening parabola
What is the range of ?
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — Identify vertex and direction.
Vertex: . Leading coefficient : opens downward.
Step 2 — State the range.
The vertex gives the maximum value of 4. The parabola extends downward without bound:
Step 3 — Explain errors.
C) : Treats the vertex as a minimum — correct logic for upward parabolas, wrong here.
B) : Negates the value incorrectly. The vertex height is , not .
D) : Combines both errors: negates and treats it as a minimum.
Takeaway: Range of : the maximum is (at the vertex), so range = .
Topic: -intercept of a quadratic
Find the -intercept of .
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — Set .
Step 2 — Explain errors.
A) : Student sets (finding the -intercept) rather than .
B) : Student evaluates at as (forgetting to multiply by ): . The term at is , not .
C) : Student negates the constant term, reading as .
Takeaway: The -intercept of any polynomial is always the constant term , found by setting . Every term with vanishes.
Topic: Number of real roots from the discriminant
How many real roots does have?
A) real roots
B) real root
C) distinct real roots
D) Cannot be determined without a graph
Show the worked solution
Answer: A
Explanation
Step 1 — Compute the discriminant.
Step 2 — Interpret.
: no real roots. The parabola does not intersect the -axis.
Step 3 — Explain errors.
B) real root: Would require (the parabola touches the -axis exactly once).
C) distinct real roots: Would require .
D) Cannot be determined: The discriminant gives a definitive answer — no graph required.
Takeaway: no real roots; one repeated root; two distinct real roots.
Topic: Roots of a quadratic — reading factored intercepts
Find the -intercepts of .
A) and
B) and
C) and
D) and
Show the worked solution
Answer: B
Explanation
Step 1 — Factor.
Find two numbers with product and sum : these are and .
Step 2 — Solve.
Step 3 — Explain errors.
A) and : Uses — wrong constant term.
C) and : Uses — correct constant but wrong sign on the middle term (sum is , not ).
D) and : Uses — wrong on both middle and constant terms.
Takeaway: Always check both the product and the sum of your chosen factor pair: product , sum . A quick multiplication of the factors confirms the factorisation before you state the roots.
Section 5 — Hyperbolas
The standard hyperbola is or its translated form . The vertical asymptote is at (where the denominator equals zero) and the horizontal asymptote is at (the additive shift). When , the graph occupies Quadrants 1 and 3; when , it occupies Quadrants 2 and 4.
Topic: Asymptotes of the basic hyperbola
What are the asymptotes of ?
A) and
B) and
C) No asymptotes
D) and
Show the worked solution
Answer: D
Explanation
Step 1 — Find the vertical asymptote.
The denominator is . Setting gives a zero denominator: vertical asymptote at (the -axis).
Step 2 — Find the horizontal asymptote.
As , : horizontal asymptote at (the -axis).
Step 3 — Explain errors.
A) and : Student reads the numerator as the vertical asymptote — but asymptotes come from the denominator (VA) and the shift (HA), not the numerator.
B) and : 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 : VA = , HA = . The numerator affects the stretch and which quadrants are occupied — it does not move the asymptotes.
Topic: Vertical asymptote of a shifted hyperbola
What is the vertical asymptote of ?
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Set the denominator equal to zero.
Step 2 — Explain errors.
A) : Student reads the horizontal shift as the vertical asymptote.
B) : Student negates the value from the denominator, perhaps thinking of instead of .
D) : Student reads the numerator as the asymptote.
Takeaway: Vertical asymptote of : set , giving . The other numbers ( and ) do not determine the VA.
Topic: Horizontal asymptote of a shifted hyperbola
What is the horizontal asymptote of ?
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — Apply the rule.
For , as , the fraction , so .
Here : horizontal asymptote .
Step 2 — Explain errors.
B) : Student drops the sign from .
C) : Student reads the vertical-asymptote value (giving ) as a -value.
A) : Applies the un-shifted rule , where HA is . This ignores the shift.
Takeaway: For : VA at , HA at . The shifts the entire graph — including the horizontal asymptote.
Topic: Domain of a shifted hyperbola
What is the domain of ?
A)
B)
C)
D) All real numbers
Show the worked solution
Answer: A
Explanation
Step 1 — Find where the denominator equals zero.
Domain: all real except .
Step 2 — Explain errors.
B) : Student reads as (drops the sign change on rearrangement).
C) : Only excludes values to the left of unnecessarily — is defined.
D) All real numbers: Ignores the restriction from the zero denominator.
Takeaway: . The domain is all reals except the asymptote , written or .
Topic: Quadrants occupied by
In which quadrants does the graph of 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 in each quadrant.
When : (positive ÷ positive = positive) → Quadrant 1.
When : (positive ÷ negative = negative) → Quadrant 3.
Step 2 — Explain errors.
A) Quadrants 1 and 2: In Quadrant 2, , so — not Quadrant 2.
B) Quadrants 2 and 4: This is the pattern for (negative numerator).
D) All four quadrants: The graph never crosses the axes (asymptotes at and ), so it cannot be in all four.
Takeaway: Sign of in determines the quadrants: → Quadrants 1 and 3 (where and have the same sign); → Quadrants 2 and 4.
Topic: Transformation of a hyperbola
How is the graph of related to ?
A) Shifted down by 6 units
B) Reflected across the -axis
C) Reflected across the line
D) Stretched vertically by a factor of 3
Show the worked solution
Answer: B
Explanation
The whole output has been negated: . Negating the output is the definition of a reflection in the -axis — every point becomes .
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 , which has a horizontal asymptote at . Nothing here shifted.
- C — reflecting in gives the inverse. Swapping and in returns itself, so that reflection changes nothing.
- D — a vertical stretch would give . The graph has been flipped, not stretched.
Takeaway: is always a reflection in the -axis. A curiosity worth noticing: for this particular hyperbola, reflecting in the -axis produces the same picture, because is also .
Topic: Intersection of a hyperbola and a line
Find the sum of the -coordinates where and intersect.
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Equate the two expressions and clear the fraction ():
Factorise: , so or .
Sum:
Why the others are wrong:
- A () has a sign error on in Vieta's sum, .
- C () reports the product of the roots instead of the sum.
- D () added the absolute values, .
Takeaway: Equate, clear fractions, solve. Vieta gives a shortcut: for the roots sum to and multiply to — so you can answer without factorising at all.
Section 6 — Exponential and Logarithmic Functions
Exponential functions have the form (with , ). The horizontal asymptote is always unless a vertical shift is added. Logarithms are the inverses of exponentials: . The key log laws — product, quotient, and power rules — convert between forms that look different but are equivalent.
Topic: Evaluating an exponential function
If , find .
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — Compute.
Step 2 — Explain errors.
A) : Student multiplies instead of raising to a power: .
C) : Student evaluates — swaps base and exponent.
B) : Student evaluates — uses exponent 4 instead of 5.
Takeaway: means five factors of 2 multiplied together — not . Build the powers: .
Topic: Horizontal asymptote of an exponential
What is the horizontal asymptote of ?
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — Consider the behaviour as .
As : , so .
The horizontal asymptote is .
Step 2 — Explain errors.
C) : The coefficient 3 is a vertical stretch — it scales the function but does not shift the asymptote. A vertical shift (i.e., ) would shift the HA.
B) : The base 2 determines the growth rate, not the asymptote.
D) : Student multiplies the coefficient and the base: .
Takeaway: For (with no added constant), the HA is always — the coefficient only stretches the graph vertically, it does not move the asymptote.
Topic: Solving a simple exponential equation
Solve .
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Express 64 as a power of 2.
Step 2 — Explain errors.
A) : Student divides: , treating the problem as .
B) : Student recalls and uses the exponent 2 or the base 8 — neither is correct here.
D) : Student confuses with or — different base.
Takeaway: Rewrite both sides as powers of the same base. , so . Memorise: , , , .
Topic: Decreasing exponential functions
Which of the following correctly describes ?
A) Decreasing function with -intercept
B) Increasing function with -intercept
C) Decreasing function with -intercept
D) Decreasing function with -intercept
Show the worked solution
Answer: A
Explanation
Step 1 — Determine increasing or decreasing.
The base is . For exponentials : if , the function is decreasing (as increases, you raise a fraction to a higher power, making it smaller).
Step 2 — Find the -intercept.
At : .
Step 3 — Explain errors.
B) Increasing: Would hold for (e.g., ). With base , the function decreases.
C) -intercept : Any expression regardless of (provided ). The -intercept of any basic exponential is 1.
D) -intercept : Student reads as the base and takes its reciprocal as the -intercept — the -intercept is not the reciprocal of the base.
Takeaway: has -intercept for any base . The base determines whether the function grows () or decays ().
Topic: Solving a logarithmic equation
Solve .
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — Convert to exponential form.
Step 2 — Explain errors.
A) : Off by one in the exponent.
C) : Student uses the RHS value (the logarithm result) rather than converting: , not 4.
D) : Student uses the base as the answer.
Takeaway: . Here: .
Topic: Logarithm power rule
Which expression is equivalent to ?
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — Apply the power rule.
The power rule states: the exponent comes down as a multiplier in front of the logarithm.
Step 2 — Explain errors.
A) : The student cubes the logarithm instead of multiplying by 3. unless or .
B) : No logarithm law produces division by the logarithm.
C) : Student brings the exponent inside the argument as a coefficient: . The product rule handles , which is unrelated.
Takeaway: Power rule: . The exponent moves to become a multiplier, not a factor inside the argument.
Topic: Solving a logarithmic equation (non-trivial)
Solve .
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Convert to exponential form.
Step 2 — Solve for .
Step 3 — Explain errors.
A) : Student writes (converts as "the argument equals 2" instead of ).
B) : Student correctly reaches but forgets to subtract 1, reporting .
D) : Student computes (multiplies base by exponent instead of raising base to exponent).
Takeaway: Convert to first, then solve. Here: .
Topic: Inverse of an exponential function
What is the inverse of ?
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Find the inverse by swapping and .
Step 2 — Solve for by converting to logarithm form.
Step 3 — Explain errors.
B) : Confuses (exponential) with (power function). Their inverses are and respectively.
A) : This is a reflection of across the -axis, not its inverse.
D) : Applies a linear-function inverse strategy (divide by 3) to an exponential.
Takeaway: Exponentials and logarithms are inverses: . To find the inverse: swap and , then use the definition of logarithm to isolate .
Topic: -intercept of a translated exponential
What is the -intercept of ?
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — Set .
Step 2 — Explain errors.
A) : Student evaluates (ignores the in the exponent, as if the function were ).
C) : Student adds: instead of evaluating .
D) : Student confuses with the -intercept (which exponentials, shifted or not, rarely have).
Takeaway: The -intercept requires , not the exponent. Here, becomes when , giving .
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: shifts right (not left). Negating reflects across the -axis; negating reflects across the -axis. The inverse of is found by swapping and in the equation and solving for — it exists (as a function) only when passes the horizontal line test.
Topic: Vertical shift transformation
What transformation maps to ?
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 , not .
B) Vertical stretch: A vertical stretch by factor 3 would give , not .
D) Downward: Adding moves up. A downward shift of 3 would be .
Takeaway: : vertical shift UP by (if ). : vertical shift DOWN.
Topic: Horizontal shift direction
What transformation maps to ?
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 with shifts the graph right by units. Here : shift right by 5.
Step 2 — Reason intuitively.
The graph reaches its original position at , i.e., . The "action" moves to the right.
Step 3 — Explain errors.
A) Left by 5: The most common confusion. shifts right; 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: shifts right by ; shifts left by . 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 and , 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.
Topic: Reflection across the -axis
is a reflection of across which axis?
A) Origin
B) -axis
C) Line
D) -axis
Show the worked solution
Answer: D
Explanation
Step 1 — Reasoning.
negates every output: a point on the original becomes on the transformed graph. Changing to is the definition of reflection across the -axis.
Step 2 — Explain errors.
B) -axis: Reflecting across the -axis changes , giving — the argument is negated, not the output.
C) : This gives the inverse function (swap and ).
A) Origin: Reflection through the origin changes , giving .
Takeaway: Negate the output () → reflect in the -axis. Negate the input () → reflect in the -axis.
Topic: Reflection across the -axis
is a reflection of across which axis?
A) -axis
B) -axis
C) Line
D) Origin
Show the worked solution
Answer: A
Explanation
Step 1 — Reasoning.
Replacing with means every point becomes : the -coordinate is unchanged and the -coordinate is negated. This is reflection across the -axis.
Step 2 — Distinguish from the previous question.
Q49: → negate output → -axis reflection. Q50: → negate input → -axis reflection.
Why the others are wrong: B (-axis) belongs to — the outside negative (see Q49). C (the line ) is the inverse function's reflection, — a different operation entirely. D (origin) would need both negations at once: .
Takeaway: The position of the negative sign tells you which axis: outside the function (output negated) = -axis; inside the argument (input negated) = -axis. Both at once = point reflection through the origin; swap and = reflection in .
Topic: Horizontal vs vertical stretch/compression
What transformation maps to ?
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 .
The graph reaches in what the original reached in : it gets there "twice as fast" horizontally. Distances along the -axis are halved.
Step 2 — Define compression vs stretch.
A compression by factor 2 means -distances are halved (). A stretch by factor 2 would double -distances.
Step 3 — Explain errors.
A) Horizontal stretch: That would be — dividing inside the argument slows the approach, stretching horizontally.
C) Vertical stretch: A vertical stretch by 2 gives , not .
D) Vertical compression: Gives , not .
Takeaway: Multiplying inside the argument — with — compresses horizontally (divides -scale by ). Dividing inside — — stretches horizontally.
Topic: Finding the inverse of a linear function
Find the inverse of .
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Replace with .
Step 2 — Swap and .
Step 3 — Solve for .
Step 4 — Explain errors.
A) : Student changes the sign of the constant but keeps the coefficient of , applying a "subtract" rather than a proper inversion.
B) : Student swaps the operations but keeps the wrong sign: adds 5 instead of subtracting 5.
D) : Student swaps the coefficients 2 and 5, a common confusion.
Takeaway: To find an inverse: (1) swap and , (2) solve for . Each operation in the original is undone in reverse order: becomes ; becomes .
Topic: Inverse of a quadratic (with domain restriction)
Which correctly states the inverse of for ?
A) for
B) for all real
C) for only
D)
Show the worked solution
Answer: A
Explanation
Swap and solve: gives .
Choose the branch. The original was restricted to , so take the positive root: . Its domain is the original's range, .
Why the others are wrong:
- B (all real ) — does not exist for negative .
- C () excludes 0, but is valid and matches the original vertex.
- D () is not a function — two outputs per input. The restriction existed precisely to prevent that.
Takeaway: has no inverse function until you restrict it — it fails the horizontal line test. Restricting to makes it one-to-one, giving , positive branch only.
Topic: Composing a function with its inverse
If is any function with inverse , what is ?
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — Apply the definition of inverse.
By definition, for all in the domain of .
Step 2 — Explain errors.
A) : Student does not apply at all — treats the composition as just .
C) : No operation on a function composed with its inverse produces 1 in general.
B) : Student doubles the input for no clear reason.
Takeaway: and . A function and its inverse cancel each other out — they are mutual "undoers."
Topic: Finding the inverse of a rational function
Find the inverse of .
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — Swap and .
Step 2 — Solve for .
Step 3 — Explain errors.
A) : Student reflects the denominator sign but does not solve for properly. The result is the same as , which is a different function entirely.
C) : Student "cancels" the fraction by moving the denominator to the numerator and dividing — this is the inverse of , not .
D) : Student adds the numerator and denominator: . This bears no algebraic relationship to the inverse.
Takeaway: Swap and , then isolate through legitimate algebraic steps. Check by verifying : ✓.
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.
Topic: Reading the gradient of a described graph
A straight-line graph passes through and . What is the gradient of this line?
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Apply the gradient formula.
Step 2 — Explain errors.
A) : Student inverts the fraction — run over rise instead of rise over run.
B) : Student subtracts in one order on top and the opposite order underneath, which flips the sign of the answer.
D) : Student gets the rise right but takes the run as , forgetting that .
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 and out in full before you simplify anything.
Topic: Where a quadratic function is negative
For which values of is negative?
A) or
B)
C)
D) All real
Show the worked solution
Answer: B
Explanation
Zeros: , so .
Where is it negative? The parabola opens upward, so it dips below the axis between its zeros:
Why the others are wrong:
- A gives where the parabola is positive — outside the zeros.
- C gives the zeros themselves, where , not .
- D (all reals) fails at , where .
Takeaway: An upward parabola with zeros is negative between them and positive outside them.
Topic: Increasing and decreasing intervals
The function is increasing for:
A)
B) only
C) All real
D)
Show the worked solution
Answer: D
Explanation
Step 1 — Identify the vertex and direction.
Vertex at ; → 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 () and decreasing to the right ().
Step 3 — Explain errors.
A) : The function is decreasing after the vertex (past the maximum), not increasing.
C) All real : Parabolas are monotonic on each half, not everywhere.
B) only: This is where achieves its maximum — not a meaningful "increasing" interval.
Takeaway: For : if (opens down), increasing for and decreasing for . Reverse if .
Topic: Sign of a function on an interval
For what values of is negative?
A)
B)
C) or
D)
Show the worked solution
Answer: A
Explanation
Step 1 — Find the zeros.
.
Step 2 — Determine where .
: upward parabola. Negative between its zeros: .
Step 3 — Explain errors.
C) Outside interval: The upward parabola is positive outside its zeros, not inside.
B) : Student uses the zeros of as (ignoring the shift).
D) 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.
Topic: Maximum value of a quadratic
Find the maximum value of .
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — Find the -coordinate of the vertex.
Step 2 — Evaluate at .
Step 3 — Explain errors.
A) : Student reports the negative of the constant: .
B) : Student reports as the maximum value.
C) : Student drops the term entirely and evaluates only at : . Every term must be included when substituting the vertex -value back in.
Takeaway: Always evaluate the vertex: substitute back into the original equation. Since , the vertex is a maximum.
Topic: Using graphs to solve inequalities
For which values of does the graph of lie above the graph of ?
A) or
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Find where they cross:
Test between them. At : the parabola gives , the line gives — so the parabola is below in the middle. It must therefore be above on both outer pieces:
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, , then use the rule: an upward parabola is positive outside its zeros. Always confirm with a test value.
Topic: Identifying a function by its range
Which of the following functions has range ?
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Check each range.
A) : Range is all real numbers (increases without bound in both directions).
C) : Minimum at giving ; all other outputs are positive. Range: . ✓
B) : Takes all real values except 0. Range: .
D) : Takes all real values. Range: all real numbers.
Takeaway: The range is characteristic of even-powered functions like , , and . The squaring operation eliminates negative outputs.
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 : strictly increasing or decreasing — any vertical line crosses it once. ✓ (Is a function.)
B) Circle : a vertical line through the interior crosses it at two points (one above and one below the -axis). ✗ (NOT a function.)
D) Logarithmic curve : defined for , 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 and it intersects the circle at and : two outputs for one input.
Topic: Reading a horizontal asymptote from an equation
What is the horizontal asymptote of ?
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — Identify the vertical shift.
The function is in the form with .
As , , so .
Horizontal asymptote: .
Step 2 — Explain errors.
A) : Student reads the numerator as the HA.
B) : Student reads the denominator shift value as the HA (this is the VA: ).
C) : Correct for the un-shifted hyperbola — ignores the translation.
Takeaway: For : HA is , VA is . The outside the fraction shifts the whole graph (including the asymptote) down by 1.
Topic: Identifying an equation from multiple graph features
A graph has these properties: -intercept at ; vertical asymptote at ; horizontal asymptote at . Which equation matches?
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Eliminate one feature at a time.
Horizontal asymptote means — that rules out C.
Vertical asymptote means the denominator is — that rules out B, whose gives an asymptote at .
The -intercept settles the last two. Option A: ✓ Option D: ✗
Takeaway: For : the horizontal asymptote gives , the vertical asymptote gives , and any point on the graph gives . 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: and . Formally , which is another way of saying "square it, then take the positive root — the sign is destroyed on the way."
The graph of is a V: the right half is the line , and the left half is that line reflected upward into . Everything that would have dipped below the -axis is folded back above it.
behaves exactly like the parabola's vertex form: the vertex (the sharp point of the V) sits at , the V opens upward when and downward when , and controls how steep the arms are. Two facts do most of the work in exam questions:
- — always. An absolute value can never equal a negative number.
- (with ) has two solutions, because may be or .
Why the others are wrong: Test each property in turn. B puts the vertical asymptote at . C puts the horizontal asymptote at . D passes both asymptote tests and then fails the -intercept: it gives , not .
Topic: Vertex and shape of an absolute-value graph
What are the coordinates of the vertex of , and which way does the graph open?
A) , opening upward
B) , opening upward
C) , opening downward
D) , opening downward
Show the worked solution
Answer: B
Explanation
Compare with : here , and . So the vertex is and the V opens upward.
The vertex sits where the bracket is zero. Setting gives , and then .
Check the symmetry: and both give ✓
Why the others are wrong:
- A reads the sign of straight off the page. shifts right by 2, just as does.
- C flips both the sign of and the direction. The is outside the bars, so it lifts the graph.
- D has the vertex right but the direction wrong. The coefficient is , so the arms point up.
Takeaway: has its vertex at — read exactly like a parabola's vertex form. The sign of alone decides up or down.
Topic: Solving an absolute-value equation
Solve for :
A) only
B) or
C) or
D) or
Show the worked solution
Answer: C
Explanation
means the inside is 8 units from zero — so it can be or . Split into two ordinary equations:
Check both in the original: ✓ and ✓
Why the others are wrong:
- A solves only the positive branch and stops. Every with has two answers.
- B deletes the , solving .
- D takes the second branch but mishandles it — halving before moving the 6, giving . Undo the first, then divide.
Takeaway: (for ) always splits into and . Solve both, then substitute both back — the check costs seconds and catches the branch you dropped.
Topic: Range of a downward V-graph
What is the range of ?
A)
B)
C)
D) All real numbers
Show the worked solution
Answer: B
Explanation
is never negative, so is never positive — it is 0 at and negative everywhere else. Adding 4:
The V opens downward with vertex , so 4 is the maximum. Test a point: gives , 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 () is the range of plain , ignoring both the reflection and the shift.
- D would need the graph to climb without bound, but nothing here ever exceeds 4.
Takeaway: For : if the range is ; if it is . Identical to the rule for parabolas.
Topic: Recognising an impossible absolute-value equation
How many real solutions does have?
A) None
B) One
C) Two
D) Infinitely many
Show the worked solution
Answer: A
Explanation
Isolate the absolute value first:
An absolute value is a distance, so it is never negative. No real works — the solution set is empty.
The graph agrees: is a V with vertex , so its lowest point is . The line 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 , giving .
- D would need the equation to hold for every .
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.
Topic: Inverse of a rational function
Find the inverse of the function
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
The recipe never changes: swap and , then dig out.
Swap:
Clear the fraction:
Collect every -term and factor it out — this is the step people miss, because appears twice:
Check: and ✓
Why the others are wrong:
- B is the reciprocal , not the inverse — the classic confusion.
- D moved across without flipping its sign.
- A never swapped and at all — it rearranged instead of inverting it.
Takeaway: Swap, clear the fraction, collect all -terms, factor out, divide. The factoring step is the whole difficulty; the rest is ordinary algebra.
Topic: Reversing a sequence of transformations
A graph is translated units to the left and then reflected in the -axis. The resulting graph has equation
What was the equation of the graph before these transformations?
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
To find the original, rewind the transformations — backwards, in reverse order.
Undo the reflection (replace with ):
Undo "3 left" by shifting 3 right (replace with ):
Check by running forwards: shift 3 left → ; reflect → ✓
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.
Topic: Circle centred at the origin touching a hyperbola
A circle centred at the origin touches each branch of the hyperbola at exactly one point. The equation of the circle is:
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
A circle at the origin is , 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 . Set :
The touching point is , so by Pythagoras:
Why the others are wrong:
- A () squared just one coordinate, forgetting to add the second.
- C () confused with .
- D () squared the hyperbola's constant. That 8 is not the radius.
Takeaway: For , the closest point to the origin always lies on at , giving the neat general result — here .
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.
If , find .
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — Substitute everywhere it appears.
Step 2 — .
Step 3 — .
Why the others are wrong:
-
A added instead of subtracting it: .
-
B computed , mishandling the middle term.
-
C squared after multiplying, as if
Takeaway: Substitute into every term, and keep the signs. Writing in full, brackets and all, prevents most errors.
What is the domain of ?
A)
B)
C)
D) All real
Show the worked solution
Answer: A
Explanation
Step 1 — You cannot take the square root of a negative number, so the inside must be .
Step 2 — .
Step 3 — .
Why the others are wrong:
-
B solved the inequality the wrong way round, and excluded the endpoint.
-
C reversed the inequality when moving across.
-
D ignores the restriction entirely; is undefined for .
Takeaway: For a square root, set whatever is inside it and solve. The endpoint is included, because is perfectly well defined.
What is the gradient of the line ?
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — The line is already in the form .
Step 2 — is the coefficient of .
Step 3 — So the gradient is 4.
Why the others are wrong:
-
A read off , the -intercept.
-
B read off and dropped its sign.
-
D took the gradient's sign from the intercept.
Takeaway: In , is the gradient and is the -intercept. Rearrange into this form before reading anything off.
Find the inverse of .
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — Write and swap and : .
Step 2 — Solve for : .
Step 3 — So .
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. is undone by — not by , which undoes .
Evaluate for any function .
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — undoes , so applying one after the other returns the input.
Step 2 — for every in the range.
Step 3 — So .
Why the others are wrong:
-
B left the outer 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: . You never need to know what actually is.
What are the roots of ?
A) only
B) only
C) or
D)
Show the worked solution
Answer: C
Explanation
Step 1 — .
Step 2 — Take the square root of both sides — and remember BOTH signs.
Step 3 — or .
Why the others are wrong:
-
A solved without taking the root.
-
B took only the positive root.
-
D rooted the 3 rather than the 9: would give .
Takeaway: always has TWO solutions, . Only on its own means the positive one.
represents which transformation of ?
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 by changes the input, so the shift is horizontal.
Step 2 — The graph reaches any given height 2 units EARLIER, because hits the old value of when is 2 smaller.
Step 3 — So is shifted 2 units LEFT.
Why the others are wrong:
-
A the direction most people expect; inside moves left, not right.
-
B a change inside the bracket is horizontal, not vertical.
-
C vertical again — that would be .
Takeaway: Inside the bracket means horizontal and BACKWARDS: goes left, goes right. Outside the bracket means vertical and forwards.
What is the horizontal asymptote of ?
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — is an exponential with base between 0 and 1, so it decays.
Step 2 — As grows the value gets closer and closer to 0 but never reaches it.
Step 3 — The horizontal asymptote is .
Why the others are wrong:
-
A used the base as the asymptote.
-
C 1 is the -INTERCEPT, not the asymptote.
-
D the base again, in fractional form.
Takeaway: An exponential has asymptote unless something is added to it. The base sets the steepness, not the asymptote.
Evaluate .
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — asks: 5 to what power gives 25?
Step 2 — .
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. is the power, not the base and not the argument.
What is the range of ?
A) All real numbers
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — is defined for , and the square-root symbol means the POSITIVE root.
Step 2 — The smallest output is , and outputs grow without bound.
Step 3 — So the range is .
Why the others are wrong:
-
A the range never goes negative.
-
B that is the DOMAIN — a restriction on the input, written in .
-
C excludes 0, but is a real output.
Takeaway: Domain is about , range is about . An option written in cannot be a range, whatever the inequality says.
Write the equation of the line through with gradient .
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — The point is on the -axis, so the -intercept is 4.
Step 2 — Gradient gives .
Step 3 — .
Why the others are wrong:
-
A took the intercept as .
-
C dropped the minus from the gradient.
-
D swapped the gradient and the intercept.
Takeaway: A point with hands you directly. Then needs no further work.
What is the vertex of ?
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — has its vertex at .
Step 2 — Here means , and means .
Step 3 — The vertex is .
Why the others are wrong:
-
A took as .
-
B read straight off the bracket as .
-
D got both signs wrong.
Takeaway: In the vertex -coordinate is : the sign FLIPS. means 3, and would mean .
In which quadrants does the graph of 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 — has a positive constant on top.
Step 2 — When , — quadrant 1. When , — quadrant 3.
Step 3 — So the graph lies in quadrants 1 and 3.
Why the others are wrong:
-
A quadrant 2 needs with , which a positive cannot give.
-
B both of these require a sign change the function does not have.
-
D quadrants 2 and 4 are where lies.
Takeaway: For : positive gives quadrants 1 and 3, negative gives 2 and 4. and share a sign exactly when .
Evaluate .
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — asks: 10 to what power gives 1000?
Step 2 — .
Step 3 — So the answer is 3.
Why the others are wrong:
-
B , not 1000.
-
C gave the base.
-
D , one power too many.
Takeaway: Count the zeros: of a power of ten is just the number of zeros. 1000 has three.
How many real roots does have?
A)
B) Cannot be determined
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — Use the discriminant .
Step 2 — .
Step 3 — , so there are no real roots.
Why the others are wrong:
-
A the count when .
-
B the discriminant settles it completely — nothing is undetermined.
-
C the count when .
Takeaway: gives two roots, gives one, gives none. One subtraction answers the whole question.
Which function is even?
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — A function is even when — the graph is symmetric about the -axis.
Step 2 — , which is ✓
Step 3 — Only even POWERS appear, which is the giveaway.
Why the others are wrong:
-
A is ODD: .
-
C is neither — the term breaks the symmetry.
-
D 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 does not qualify.
Solve .
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Write 81 as a power of 3: .
Step 2 — So .
Step 3 — Equal bases means equal exponents: .
Why the others are wrong:
-
A — confused the value with the exponent.
-
B gave the base.
-
D divided 81 by 3 and stopped, or used .
Takeaway: Get both sides to the SAME BASE, then just equate the exponents. That works for every equation of this shape.
Find the axis of symmetry of .
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — The axis of symmetry of is .
Step 2 — Here and .
Step 3 — .
Why the others are wrong:
-
A used without dividing by .
-
C read off .
-
D kept the minus sign from without cancelling it.
Takeaway: , and here is , so the two minuses cancel. Substitute WITH its sign.
Which function has a vertical asymptote at ?
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — A vertical asymptote appears where the denominator is zero.
Step 2 — has denominator zero when ✓
Step 3 — The others have no denominator that vanishes at 4.
Why the others are wrong:
-
B has its asymptote at .
-
C an exponential has a HORIZONTAL asymptote, not a vertical one.
-
D has a vertical asymptote at .
Takeaway: Set the denominator to zero to find a vertical asymptote. vanishes at — the sign flips, as it always does inside a bracket.
If and , find .
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — means: work out first, then feed the result into .
Step 2 — .
Step 3 — .
Why the others are wrong:
-
A computed — the other order, giving .
-
B multiplied the two functions instead of composing them.
-
C added the two functions' constants.
Takeaway: In the INNER function goes first. Substitute wherever appears in — and the order genuinely matters.
Solve .
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — Undo the logarithm: means .
Step 2 — .
Step 3 — .
Why the others are wrong:
-
B solved , leaving the log undone.
-
C used but then subtracted 1 instead of adding.
-
D gave the exponent as the answer.
Takeaway: becomes . Convert to the exponential form first, then it is ordinary algebra.
What is the domain of ?
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — The square root needs .
Step 2 — But the root is in the DENOMINATOR, so it may not be zero either.
Step 3 — Both together: , so .
Why the others are wrong:
-
A allows , which makes the denominator zero.
-
B excludes 4 but allows values below it, where the root is undefined.
-
D ignores the entirely.
Takeaway: Two restrictions at once: the root needs , the denominator needs . Together they give a STRICT inequality.
Find the -intercept of .
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — The -intercept is the value at .
Step 2 — .
Step 3 — , so .
Why the others are wrong:
-
A treated 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 -intercept of is always . The base never appears in it.
Which is the reflection of across the -axis?
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — Reflecting across the -axis negates the OUTPUT: .
Step 2 — So becomes .
Step 3 — Every point keeps its and flips its .
Why the others are wrong:
-
A a completely different function, not a reflection.
-
B a vertical shift up by 1.
-
C — reflecting in the -axis leaves this graph unchanged.
Takeaway: Across the -axis, negate the whole function. Across the -axis, negate the INSIDE — which does nothing to an even function like .
What is the range of ?
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Step 1 — The negative in front means the parabola opens DOWNWARDS.
Step 2 — Its vertex is at , so the largest value takes is 7.
Step 3 — The range is .
Why the others are wrong:
-
B used , 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 . The sign of decides which way the inequality points.
Solve .
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Write 16 as a power of 2: .
Step 2 — So , giving .
Step 3 — .
Why the others are wrong:
-
A solved for and reported that.
-
B added instead of subtracting the 1.
-
D used .
Takeaway: Equate the exponents, then remember the exponent here is , not . The last step is the one people skip.
. Find .
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
Step 1 — asks: which input gives an output of 4?
Step 2 — Solve .
Step 3 — , so .
Why the others are wrong:
-
A computed instead of .
-
C divided 4 by 3 without undoing the .
-
D read off the constant term.
Takeaway: You do not need a formula for . is just the solution of — one equation.
Which set of ordered pairs is NOT a function?
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Step 1 — A function gives each input exactly ONE output.
Step 2 — In 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.
A line perpendicular to has gradient:
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
Step 1 — Perpendicular gradients multiply to .
Step 2 — The given gradient is .
Step 3 — .
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.
What transformation maps to ?
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 is outside the function, so it changes the OUTPUT.
Step 2 — Every -value increases by 4.
Step 3 — That is a vertical shift up by 4.
Why the others are wrong:
-
B a stretch would be , multiplying rather than adding.
-
C shifts down.
-
D a horizontal shift comes from changing inside the bracket.
Takeaway: Outside the bracket is vertical and behaves as you expect; inside the bracket is horizontal and behaves backwards.