What this quiz covers
This quiz focuses on Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for GMAT.
If f(x)=2x+1 and g(x)=x2−3, what is the domain of the composite function g(x)f(x)?
GMAT Quiz
Practice Functions in GMAT with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for GMAT.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
If f(x)=2x+1 and g(x)=x2−3, what is the domain of the composite function g(x)f(x)?
Explanation: The function f(x)/g(x) = (2x + 1)/(x² - 3) is undefined when the denominator equals zero. Set g(x) = 0: x² - 3 = 0, so x² = 3, giving x = ±√3. Therefore the domain is all real numbers except x = √3 and x = -√3. Choice A omits the negative solution. Choice C incorrectly solves x² - 3 = 0 as x² = 3 leading to x = 3. Choice D ignores the restriction from the denominator.
For the function h(x)=x+32x−1, what is the horizontal asymptote?
Explanation: When you encounter a rational function like this, you're looking at how the function behaves as x approaches positive or negative infinity. To find the horizontal asymptote of h(x)=x+32x−1, you need to compare the degrees of the numerator and denominator polynomials. Both the numerator (2x - 1) and denominator (x + 3) are degree 1 polynomials. When the degrees are equal, the horizontal asymptote equals the ratio of the leading coefficients. The leading coefficient of the numerator is 2, and the leading coefficient of the denominator is 1, giving us y=12=2. You can verify this by dividing: x+32x−1=2−x+37. As x approaches infinity, the fraction x+37 approaches 0, leaving y approaching 2. Choice A (y=31) incorrectly uses the constant terms (-1 and 3) instead of the leading coefficients. Choice B (y=−3) mistakenly identifies the vertical asymptote (where the denominator equals zero) as the horizontal asymptote. Choice D (y=0) would only be correct if the numerator's degree were less than the denominator's degree. Remember: for rational functions where numerator and denominator have equal degrees, the horizontal asymptote always equals the ratio of the leading coefficients. This pattern appears frequently on the GMAT, so focus on identifying degrees and leading coefficients quickly.
If f(x)=2x2−3x+1 and g(x)=x−2, what is the value of f(g(3))?
Explanation: First, find g(3): g(3) = 3 - 2 = 1. Then find f(g(3)) = f(1): f(1) = 2(1)² - 3(1) + 1 = 2 - 3 + 1 = 0. Choice B results from calculating f(3) instead of f(g(3)). Choice C comes from incorrectly computing g(3) = 5, then f(5) = 6. Choice D results from computing f(3) + g(3) = 2 + 8 = 10.
If f(x)=x+5 and the domain of f is restricted so that f has an inverse function, what is f−1(3)?
Explanation: When you encounter inverse function problems, remember that finding f−1(3) means finding the input value that produces an output of 3 when plugged into the original function f(x). To find f−1(3), you need to solve the equation f(x)=3. Setting up the equation: x+5=3. Square both sides to eliminate the square root: x+5=9. Solving for x: x=4. You can verify this by checking that f(4)=4+5=9=3 ✓ Now let's examine why the other answers are incorrect: Choice A (14) likely comes from incorrectly setting up x+5=3, then solving x+5=3+5=8, leading to x=14−5=9. This reflects confusion about inverse operations. Choice B (2) might result from the error x+5=3, giving x=−2, then taking the absolute value to get 2. This shows misunderstanding of how to handle the square root equation. Choice C (8) could come from trying to work backwards incorrectly, perhaps thinking f−1(3)=3+5=8. This represents applying the original function instead of finding its inverse. The correct answer is D. Strategy tip: For inverse function problems, always set f(x) equal to the given output value and solve for x. Don't try to manipulate the function formula itself—work with the equation f(x)=target value.
The function p(x)=ax2+bx+c passes through the points (1,4), (2,9), and (3,16). What is the value of a+b+c?
Explanation: Notice that a + b + c = p(1) = 4, since when x = 1, p(x) = a(1)² + b(1) + c = a + b + c. We can verify this by setting up the system: p(1) = a + b + c = 4, p(2) = 4a + 2b + c = 9, p(3) = 9a + 3b + c = 16. From the first equation, we immediately get a + b + c = 4. Choice A incorrectly assumes the function is p(x) = x². Choice C results from confusing a + b + c with p(2). Choice D results from confusing a + b + c with p(3).
The function k(x)={x22x−1if x≤1if x>1 is defined piecewise. What is k(k(0.5))?
Explanation: Piecewise functions require you to evaluate which piece of the function applies based on the input value. When dealing with composite functions like k(k(0.5)), you must work from the inside out. First, evaluate k(0.5). Since 0.5≤1, you use the first piece: k(0.5)=(0.5)2=0.25=41. Now evaluate k(0.25). Since 0.25≤1, you again use the first piece: k(0.25)=(0.25)2=0.0625=161. Therefore, k(k(0.5))=161. Looking at the wrong answers: Choice A gives 41, which is the value of k(0.5) but not the final answer—this represents stopping after the first step. Choice B gives 0, which doesn't result from any reasonable calculation with this function. Choice D gives 21, which might come from incorrectly applying the second piece of the function or making an arithmetic error. The key strategy with piecewise functions is to carefully check which condition your input satisfies before applying the corresponding rule. For composite functions, work step by step from the innermost function outward, and don't forget to re-check which piece applies at each step. The intermediate result from the inner function becomes the input for the outer function evaluation.