Practice Determine Domain And Range in College Algebra with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 5
0 of 5 answered
For the piecewise function h(x)={x2−4x−1if x<2if x≥2, what is the range?
What this quiz covers
This quiz focuses on Determine Domain And Range, giving you a quick way to practice the rules, question types, and explanations that matter most for College Algebra.
How to use this quiz
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.
All questions
Question 1
For the piecewise function h(x)={x2−4x−1if x<2if x≥2, what is the range?
(−4,∞)
[−4,0)∪[1,∞) (correct answer)
[−4,∞)
(−∞,0)∪[1,∞)
Explanation: For x<2, we have h(x)=x2−4. As x approaches 2 from the left, h(x) approaches 4−4=0. As x→−∞, h(x)→∞. The minimum value on this piece occurs at x=0, giving h(0)=−4. So the first piece contributes [−4,0) to the range. For x≥2, we have h(x)=x−1. At x=2, h(2)=1=1. As x→∞, h(x)→∞. So the second piece contributes [1,∞). The complete range is [−4,0)∪[1,∞). Choice A misses the gap, choice C incorrectly fills the gap, and choice D has the wrong left endpoint.
Question 2
The function f(x)=log2(4−x2) has domain and range, respectively:
Domain: (−2,2); Range: (−∞,2] (correct answer)
Domain: [−2,2]; Range: (−∞,2]
Domain: (−2,2); Range: (−∞,∞)
Domain: (−∞,−2)∪(2,∞); Range: (−∞,2]
Explanation: For the domain, we need 4−x2>0, which means x2<4, so −2<x<2. The domain is (−2,2). For the range, note that as x approaches ±2, 4−x2 approaches 0, so log2(4−x2)→−∞. The maximum value occurs at x=0, where f(0)=log2(4)=2. Since the argument 4−x2 can take any value in (0,4] and log2 is increasing, the range is (−∞,2]. Choice B incorrectly includes endpoints in domain, choice C has wrong range, and choice D has incorrect domain.
Question 3
Consider the function r(x)=x+2x−1. What is its domain?
[1,∞)∖{−2}
(−2,1]
(−∞,−2)∪[1,∞) (correct answer)
(−∞,−2)∪(1,∞)
Explanation: When finding the domain of a function involving square roots and fractions, you need to ensure two conditions are met: the expression under the square root must be non-negative, and the denominator cannot equal zero.For r(x)=x+2x−1, you need x+2x−1≥0 and x+2=0.First, note that x=−2 makes the denominator zero, so it's excluded from the domain.To solve x+2x−1≥0, find where the numerator and denominator change signs. The numerator x−1=0 when x=1, and the denominator x+2=0 when x=−2.Test the sign of the fraction in each interval:
For x<−2: both x−1<0 and x+2<0, so x+2x−1>0 ✓
For −2<x<1: x−1<0 and x+2>0, so x+2x−1<0 ✗
For x>1: both x−1>0 and x+2>0, so x+2x−1>0 ✓
At x=1: 1+21−1=0≥0 ✓
Therefore, the domain is (−∞,−2)∪[1,∞), which is answer C.Choice A incorrectly includes values between -2 and 1. Choice B only includes the interval between the critical points. Choice D excludes x=1, but this value makes the expression equal zero, which is acceptable under a square root.Study tip: For rational expressions under square roots, always check both where the expression equals zero (include these points) and where it's undefined (exclude these points).
Question 4
The function m(x)=x−5x2−9 has which domain?
(−∞,−3]∪[3,∞)∖{5} (correct answer)
(−∞,−3)∪(3,∞)∖{5}
[−3,3]∖{5}
(−∞,∞)∖{−3,3,5}
Explanation: For the domain, we need two conditions: (1) x2−9≥0 for the square root, and (2) x−5=0 for the denominator. From condition (1), x2≥9, so x≤−3 or x≥3. This gives us (−∞,−3]∪[3,∞). From condition (2), x=5. Combining both conditions, we get (−∞,−3]∪[3,∞)∖{5}. Note that the endpoints x=−3 and x=3 are included because x2−9=0 is valid. Choice B incorrectly excludes the endpoints, choice C has the wrong interval, and choice D ignores the square root restriction.
Question 5
For the function p(x)=3+x2+12, what is the range?
[5,∞)
[3,5]
(3,∞)
(3,5] (correct answer)
Explanation: To find the range of a rational function like this, you need to analyze how the function behaves by examining its components and any restrictions on the output values.Start by examining the fraction x2+12. Since x2≥0 for all real numbers, we know x2+1≥1. This means x2+12≤12=2. The fraction approaches 2 as x approaches 0, and approaches 0 as ∣x∣ approaches infinity. However, since x2+1 is never zero, the fraction is always positive and never actually reaches 0.Therefore, x2+12 takes on all values in the interval (0,2]. Adding 3 to this entire interval gives us p(x)=3+x2+12, which takes on all values in (3,5]. The function approaches but never reaches 3, and achieves its maximum value of 5 when x=0.Choice A, [5,∞), incorrectly suggests the function can exceed 5 and includes values above the maximum. Choice B, [3,5], wrongly includes 3 as an achievable value, when the function only approaches it. Choice C, (3,∞), correctly excludes 3 but incorrectly suggests the function can take arbitrarily large values.Strategy tip: For rational functions, always check the behavior of denominators to find restrictions, then trace how those restrictions affect the overall function's output range.