All questions
Question 1
Let f(x)=2x+3 and g(x)=x2. For x=2, what is the value of f(x)−g(x)?
- 3 (correct answer)
- −3
- 7
- 1
- −1
Explanation: This question tests functions and function notation. The functions are f(x) = 2x + 3 and g(x) = x², so f(x) - g(x) means subtract g from f at x=2. Compute f(2) = 4 + 3 = 7, g(2) = 4. Then 7 - 4 = 3. Therefore, the value is 3. A tempting mistake might be to subtract in reverse, 4 - 7 = -3, option B. Another error could be adding them, 7 + 4 = 11, not an option.
Question 2
Two functions are defined by p(x)=4−x and q(x)=2x+1. What is the value of p(q(3))?
- −7
- −3 (correct answer)
- 7
- 3
- −9
Explanation: This question tests understanding of composite functions and function notation. We have p(x) = 4 - x and q(x) = 2x + 1, and we need to find p(q(3)). First, we find q(3): q(3) = 2(3) + 1 = 6 + 1 = 7. Then we use this result as the input for p: p(7) = 4 - 7 = -3. Therefore, p(q(3)) = -3. A common error would be to compute q(p(3)) instead, which would give a different result, or to make arithmetic errors in the two-step process.
Question 3
A function g is defined by g(x)=x2+2x. Which of the following equals g(3y)?
- 9y2+6y (correct answer)
- 3y2+2y
- (3y)2+2y
- 9y2+2y
- 3y2+6y
Explanation: This question tests functions and function notation. The function g is defined by g(x) = x² + 2x, so to find g(3y), substitute 3y for x. Replace x with 3y: (3y)² + 2*(3y). Compute 9y² + 6y. Therefore, it equals 9y² + 6y. A tempting mistake might be to add coefficients incorrectly, like 3y² + 2y, option B. Another error could be forgetting to square the 3, giving 3y² + 6y, option E.
Question 4
A function r is defined by r(x)=x2+1. Which of the following equals r(2k)?
- 2k2+1
- 4k2+1 (correct answer)
- (2k)2
- k2+1
- 4k+1
Explanation: This question tests understanding of functions and function notation with algebraic expressions. The function r is defined by r(x) = x² + 1. To find r(2k), we substitute 2k for x in the expression: r(2k) = (2k)² + 1 = 4k² + 1. Therefore, r(2k) = 4k² + 1. A common error would be to incorrectly square 2k as 2k² instead of 4k², forgetting that (2k)² = 2² × k² = 4k².
Question 5
A function q is defined as follows: q(n) equals the square of n minus 3. What is the value of q(21)?
- 45
- −411 (correct answer)
- −25
- 411
- −47
Explanation: This question tests functions and function notation. The function q is defined by q(n) = n² - 3, meaning square the input and subtract 3. To find q(1/2), replace n with 1/2 in the expression. So, (1/2)² = 1/4, then 1/4 - 3 = 1/4 - 12/4 = -11/4. Therefore, the value is -11/4. A tempting mistake might be to subtract first, like (1/2 - 3)² = (-5/2)² = 25/4, not an option. Another error could be using 1/2 squared as 1/2, giving 1/2 -3 = -5/2, option C.
Question 6
A function t is defined by t(x)=x2−4. What is the value of t(a+1) in terms of a?
- a2−3
- (a+1)2−4
- a2+2a−3 (correct answer)
- a2+1−4
- a2+2a+5
Explanation: This question tests understanding of functions and function notation with variable substitution. The function is defined by t(x) = x² - 4. To find t(a + 1), we substitute (a + 1) for x in the function: t(a + 1) = (a + 1)² - 4. Expanding (a + 1)²: (a + 1)² = a² + 2a + 1. Therefore, t(a + 1) = a² + 2a + 1 - 4 = a² + 2a - 3. A common error would be to expand (a + 1)² incorrectly as a² + 1, forgetting the middle term 2a from the binomial expansion.
Question 7
A function f is defined by f(x)=3x−5. What is the value of f(4)?
- 7 (correct answer)
- −7
- 17
- 3
- −17
Explanation: This question tests understanding of functions and function notation, specifically evaluating a linear function at a given input. The function is defined by f(x) = 3x - 5, which means to find f(x), we multiply the input by 3 and then subtract 5. To find f(4), we substitute x = 4 into the function: f(4) = 3(4) - 5 = 12 - 5 = 7. Therefore, f(4) = 7. A common error would be to confuse the order of operations or to substitute incorrectly, but following the function definition step by step yields the correct answer of 7.
Question 8
Functions f and g are defined by f(x)=x2+1 and g(x)=2x+3. For x=2, what is the value of f(x)−g(x)?
- 0
- −2 (correct answer)
- 2
- −4
- 4
Explanation: This question tests understanding of functions and function notation, specifically evaluating and subtracting two functions at a given point. We have f(x) = x² + 1 and g(x) = 2x + 3, and need to find f(2) - g(2). First, f(2) = 2² + 1 = 4 + 1 = 5. Next, g(2) = 2(2) + 3 = 4 + 3 = 7. Therefore, f(2) - g(2) = 5 - 7 = -2. A common error might be to subtract the functions first and then evaluate, but we need to evaluate each function separately at x = 2 before subtracting.
Question 9
A function h is defined by h(t)=t+3t−1 for t=−3. What is the value of h(1)?
- 41
- 0 (correct answer)
- 42
- 21
- 32
Explanation: This question tests understanding of functions and function notation with a rational expression. The function h is defined by h(t) = (t-1)/(t+3) for t ≠ -3. To find h(1), we substitute 1 for t in the expression: h(1) = (1-1)/(1+3) = 0/4 = 0. Therefore, h(1) = 0. A common error would be to simplify the fraction incorrectly or to confuse the numerator and denominator operations.
Question 10
A function r is defined by r(x)=∣x−3∣. What is the value of r(−1)?
- −4
- 2
- 4 (correct answer)
- −2
- 3
Explanation: This question tests functions and function notation. The function r is defined by r(x) = |x - 3|, meaning the absolute value of the input minus 3. To find r(-1), replace x with -1 in the expression. So, -1 - 3 = -4, and | -4 | = 4. Therefore, the value is 4. A tempting mistake might be to forget the absolute value, giving -4, option A. Another error could be subtracting in reverse, |3 - (-1)| = |4| = 4, same, but option D -2 might come from partial miscalculation.
Question 11
Two functions are defined by f(x)=x−5 and g(x)=x1. What is the value of g(f(2))?
- −3
- 31
- −31
- 3
- −31 (correct answer)
Explanation: This question tests understanding of composite functions and function notation. We have f(x) = x - 5 and g(x) = 1/x, and we need to find g(f(2)). First, we find f(2): f(2) = 2 - 5 = -3. Then we use this result as the input for g: g(-3) = 1/(-3) = -1/3. Therefore, g(f(2)) = -1/3. A common error would be to compute f(g(2)) instead, or to incorrectly handle the negative sign when taking the reciprocal of -3.
Question 12
Let f(x)=x+4 and g(x)=2x. What is the value of f(g(10))?
- 5
- 9 (correct answer)
- 14
- 7
- 12
Explanation: This question tests functions and function notation, specifically composition. The functions are f(x) = x + 4 and g(x) = x/2, so f(g(10)) means first apply g to 10, then f to that result. Compute g(10) = 10/2 = 5. Then f(5) = 5 + 4 = 9. Therefore, the value is 9. A tempting mistake might be to compose in reverse, g(f(10)) = (10+4)/2 = 7, option D. Another error could be adding before dividing, like (10 + 4)/2 = 7 again.
Question 13
Let f(x)=x−2 and g(x)=3x+1. What is the value of f(g(4))?
- 11 (correct answer)
- 13
- 9
- 7
- 3
Explanation: This question tests functions and function notation, specifically composition. The functions are f(x) = x - 2 and g(x) = 3x + 1, so f(g(4)) means first apply g to 4, then f to that result. Compute g(4) = 3*4 + 1 = 13. Then f(13) = 13 - 2 = 11. Therefore, the value is 11. A tempting mistake might be to compose in reverse, g(f(4)) = g(2) = 7, option D. Another error could be adding instead of subtracting, like 13 + 2 = 15, not an option.
Question 14
A function f is defined by f(x)=x2−1. Which of the following equals f(x+1)?
- x2+1
- (x+1)2−1
- x2−1+1
- x2+2x−1
- x2+2x (correct answer)
Explanation: This question tests functions and function notation. The function f is defined by f(x) = x² - 1, so to find f(x+1), substitute x+1 for x. Replace x with x+1: (x+1)² - 1. Expand to x² + 2x + 1 - 1 = x² + 2x. Therefore, it equals x² + 2x. A tempting mistake might be to add 1 instead of subtracting, giving x² + 1, option A. Another error could be incomplete expansion, like x² + 2x - 1, option D.
Question 15
If f(x)=2x−1 and f(g(x))=3x+4, what is g(x)?
- (3x+4)/2
- (3x+5)/2 (correct answer)
- (3x+3)/2
- 2(3x+4)−1
Explanation: Since f(g(x)) = 2g(x) - 1, set 2g(x) - 1 = 3x + 4. Add 1 to both sides: 2g(x) = 3x + 5, then divide by 2 to get g(x) = (3x + 5)/2. The tempting wrong answer (3x + 4)/2 forgets to add 1 before dividing.
Question 16
For f(x)=x2−3x, which equals hf(x+h)−f(x) for h=0?
- 2x−h+3
- 2x+h+3
- 2x−h−3
- 2x+h−3 (correct answer)
Explanation: Expand f(x+h): x^2 + 2xh + h^2 - 3x - 3h. Subtract f(x)=x^2-3x to get 2xh+h^2-3h. Factor out h and divide by h, with h not 0, giving 2x+h-3. The tempting error 2x+h+3 comes from treating -3(x+h) as -3x+3h; the -3h must be subtracted.
Question 17
A function f satisfies f(x+1)=f(x)+x for all x, and f(0)=1. What is f(4)−f(1)?
- 4
- 5
- 6 (correct answer)
- 7
Explanation: Work forward: f(1)=f(0)+0=1, f(2)=f(1)+1=2, f(3)=f(2)+2=4, f(4)=f(3)+3=7. Therefore f(4)-f(1)=7-1=6. A tempting wrong answer is 7, which is just f(4); you must subtract f(1)=1.
Question 18
If f(x+1)=x2−2x+3, what is f(x)?
- x2−4x+6 (correct answer)
- x2−2x+4
- x2−4x+3
- x2−2x+3
Explanation: Let u = x + 1, so x = u - 1. Substituting gives f(u) = (u - 1)^2 - 2(u - 1) + 3 = u^2 - 4u + 6, so f(x) = x^2 - 4x + 6. The tempting x^2 - 2x + 3 is just the original expression f(x + 1), not f(x).
Question 19
Let f(x)=x2 and g(x)=2x−1. If f(g(a))=g(f(a)), what is a?
- 0
- 1 (correct answer)
- 2
- -1
Explanation: Substitute: f(g(a)) = (2a - 1)^2 and g(f(a)) = 2a^2 - 1. Set them equal: (2a - 1)^2 = 2a^2 - 1, which simplifies to 2(a - 1)^2 = 0, so a = 1. The tempting wrong choice 0 fails because f(g(0)) = 1 while g(f(0)) = -1.
Question 20
Functions f and g are defined by f(x)=2x+1 and g(x)=x−4. What is the value of (f∘g)(3), where (f∘g)(x)=f(g(x))?
- −1 (correct answer)
- −3
- 3
- −5
- 5
Explanation: This question tests understanding of function composition and function notation. We have f(x) = 2x + 1 and g(x) = x - 4, and we need to find (f∘g)(3) = f(g(3)). First, we find g(3): g(3) = 3 - 4 = -1. Then we evaluate f at this result: f(-1) = 2(-1) + 1 = -2 + 1 = -1. Therefore, (f∘g)(3) = -1. A common error would be to compute (g∘f)(3) instead, which would give g(f(3)) = g(7) = 3, but the notation clearly indicates we need f(g(3)).