Sec 5 SN · Square Root Functions · Deep Study

Square Root
Functions

Every square root function follows a completely predictable pattern. This guide shows you how to read the shape, direction, domain, and range directly from the equation — and how to work backwards from a graph to find the rule.

📐 8 sections 🔍 21 worked examples ✅ Checkpoint questions 💡 Intuition-first
1
What is a Square Root Function?
Building intuition before the formula

You already know how to square a number: 4² = 16. The square root undoes that: √16 = 4. A square root function builds a whole graph out of this — for every valid x, compute the square root and plot the result.

💭
Why does the graph curve the way it does?
Square roots grow quickly at first, then slow down. √1 = 1, √4 = 2, √9 = 3, √16 = 4. To go from output 1 to 2 took a jump of 3 in x (from 1 to 4). To go from 3 to 4 took a jump of 7 (from 9 to 16). The bigger x gets, the less the function grows — that flattening curve is the signature shape of a square root.

The four parameters a, b, h, k transform this basic shape just like they transform any function — stretching, flipping, shifting. Understanding what each one does is the entire skill for this topic.

The four basic shapes — determined by signs of a and b a>0, b>0 Up and Right a<0, b>0 Down and Right a>0, b<0 Up and Left a<0, b<0 Down and Left
★ Basic
Evaluating a square root function at specific x values
For f(x) = 3√(x − 1) + 2, find f(1), f(5), and f(10).
Show solution
1
f(1) — the vertex
f(1) = 3√(1 − 1) + 2 = 3√0 + 2 = 0 + 2 = 2

x = 1 is the starting point (vertex). The output is just k = 2.

2
f(5)
f(5) = 3√(5 − 1) + 2 = 3√4 + 2 = 3 · 2 + 2 = 8
3
f(10)
f(10) = 3√(10 − 1) + 2 = 3√9 + 2 = 3 · 3 + 2 = 11
Notice: x went from 5 to 10 (jumped 5 units) but f only went from 8 to 11 (jumped 3). The function is growing slower — the characteristic flattening of a square root.
Answer: f(1) = 2, f(5) = 8, f(10) = 11
★ Basic
Identifying when x is not in the domain
Can you evaluate f(x) = √(x − 5) at x = 3? What about x = 5 and x = 14?
Show solution
1
x = 3: check the expression under the radical
3 − 5 = −2 < 0

You cannot take the square root of a negative number. x = 3 is NOT in the domain.

2
x = 5: the boundary
f(5) = √(5 − 5) = √0 = 0

The domain starts exactly at x = 5. This is the vertex point (5, 0).

3
x = 14
f(14) = √(14 − 5) = √9 = 3
Answer: x = 3 is outside the domain. f(5) = 0, f(14) = 3.
✅ Checkpoint 1
What happens to the graph of y = √x if you replace x with −x (i.e. write y = √(−x))?
The graph reflects across the y-axis — it now goes LEFT instead of right. The domain changes from [0, +∞) to (−∞, 0].
✅ Checkpoint 2
For g(x) = 2√(x + 3), find g(−3), g(1), and g(6). What is the domain?
g(−3) = 2√0 = 0    g(1) = 2√4 = 4    g(6) = 2√9 = 6

Domain: expression under radical is x + 3 ≥ 0, so x ≥ −3. Domain: [−3, +∞).

2
The Standard Form
y = a√(b(x − h)) + k — reading each parameter
Standard form
y = a√(b(x − h)) + k
Always rewrite in this form before reading off parameters
⚠️
Factor before reading. If you see y = √(9x − 18), do NOT say b = 9. You must factor first: √(9(x − 2)) = 3√(x − 2), so a = 3, b = 1, h = 2. The number outside the radical after factoring is your a — b is what remains as the coefficient of x inside.
ParameterWhat it doesEffect on vertex / domain
aVertical stretch + direction|a| = steepness. a < 0 → flips upside-down.
bHorizontal directionb > 0 → graph goes right. b < 0 → graph goes left.
hHorizontal shiftVertex x-coordinate. Read carefully: (x − h) means h is positive even with a minus sign.
kVertical shiftVertex y-coordinate. Starting height of the graph.
vertexStarting point of the graphAlways (h, k)
💡
Factoring shortcut: √(cx + d) → factor c out: √(c(x + d/c)) → pull √c outside → √c · √(x + d/c). The factor that comes outside is your a; b = 1 remains (or −1 if you factored a negative).
★ Basic
Reading parameters after factoring
Find a, b, h, k for y = √(4x + 12) − 3.
Show solution
1
Factor the expression under the radical
4x + 12 = 4(x + 3)

So: y = √(4(x + 3)) − 3

2
Pull the coefficient outside the radical
√(4(x + 3)) = √4 · √(x + 3) = 2√(x + 3)
√4 = 2 comes outside as a factor — this is your a
3
Rewrite in standard form and read off parameters
y = 2√(1·(x − (−3))) + (−3)

a = 2, b = 1, h = −3, k = −3. Vertex = (−3, −3)

Answer: a = 2, b = 1, h = −3, k = −3. Vertex (−3, −3), opens up-right.
★★ Medium
Factoring when the coefficient of x is negative
Find a, b, h, k for y = √(−9x + 18) + 4.
Show solution
1
Factor −9 from the expression under the radical
−9x + 18 = −9(x − 2)

So: y = √(−9(x − 2)) + 4

2
Split into √9 · √(−(x−2))
√(−9(x − 2)) = √(9 · (−(x − 2))) = √9 · √(−(x − 2)) = 3√(−(x − 2))
This is valid because −9(x−2) ≥ 0 requires x ≤ 2, which keeps the expression inside √( ) non-negative.
3
Read the parameters
y = 3√(−1·(x − 2)) + 4

a = 3, b = −1, h = 2, k = 4. Vertex = (2, 4). Goes UP and LEFT.

Answer: a = 3, b = −1, h = 2, k = 4. Vertex (2, 4), opens up-left.
★★ Medium
When the factored coefficient produces a fraction
Find a, b, h, k for y = √(3x − 12) + 1.
Show solution
1
Factor
3x − 12 = 3(x − 4)
2
Pull √3 outside
√(3(x − 4)) = √3 · √(x − 4)

So: y = √3 · √(x − 4) + 1

3
Read the parameters
a = √3 ≈ 1.73, b = 1, h = 4, k = 1
a does not have to be an integer. √3 is a perfectly valid value for a — it just means the graph is less steep than when a = 2.
Answer: a = √3, b = 1, h = 4, k = 1. Vertex (4, 1), opens up-right.
✅ Checkpoint
Factor and identify a, b, h, k for y = √(16x − 64) − 3.
16x − 64 = 16(x − 4) √(16(x − 4)) = 4√(x − 4) y = 4√(x − 4) − 3

a = 4, b = 1, h = 4, k = −3. Vertex (4, −3), opens up-right.

3
The Four Basic Graphs
Signs of a and b determine everything about direction

Before you plot a single point, you can determine the overall shape from just the signs of a and b. There are exactly four possibilities.

Sign of aSign of bDirection from vertexMemory aid
a > 0b > 0Up and Right ↗The basic √x shape
a < 0b > 0Down and Right ↘Flipped vertically
a > 0b < 0Up and Left ↖Reflected horizontally
a < 0b < 0Down and Left ↙Both flipped
📐
Once you've identified the direction and plotted the vertex, you only need one more point to draw the graph accurately. The y-intercept (if it exists) or any point where the arithmetic is clean works perfectly.
★★ Medium
Reading direction, vertex, domain and range
For y = −9√(x − 2) + 4, state the direction, vertex, domain and range.
Show solution
1
Read parameters
a = −9, b = 1, h = 2, k = 4
2
Determine direction

a < 0 → goes DOWN. b > 0 → goes RIGHT. The graph opens down-right from the vertex.

3
State vertex, domain and range
Vertex: (2, 4) Domain: x ∈ [2, +∞) (b > 0 → starts at h, goes right) Range: y ∈ (−∞, 4] (a < 0 → starts at k, goes down)
Answer: Down-right from (2, 4). Domain [2, +∞). Range (−∞, 4].
★★ Medium
Both a and b negative
For y = −3√(−(x + 2)) + 6, state direction, vertex, domain and range.
Show solution
1
Rewrite to identify parameters clearly
y = −3√(−1·(x − (−2))) + 6

a = −3, b = −1, h = −2, k = 6

2
Direction

a < 0 → goes DOWN. b < 0 → goes LEFT. Down-left from the vertex.

3
Vertex, domain, range
Vertex: (−2, 6) Domain: x ∈ (−∞, −2] (b < 0 → goes left from h) Range: y ∈ (−∞, 6] (a < 0 → goes down from k)
Answer: Down-left from (−2, 6). Domain (−∞, −2]. Range (−∞, 6].
✅ Checkpoint
Match each equation to its direction (up-right, down-right, up-left, or down-left):
(A) y = 2√(x − 1) + 3    (B) y = −√(x + 2) − 1    (C) y = 4√(−x + 3) + 2    (D) y = −2√(−x) − 5

A: a = 2 > 0, b = 1 > 0 → Up-right

B: a = −1 < 0, b = 1 > 0 → Down-right

C: Factor: √(−(x − 3)), so b = −1 < 0, a = 4 > 0 → Up-left

D: √(−x) = √(−1·x), b = −1 < 0, a = −2 < 0 → Down-left

4
Domain and Range
Reading them directly from the parameters — no solving needed

Domain and range are determined entirely by the vertex (h, k) and the directions (signs of a and b). Once you know the parameters, you can write them down immediately.

y = 2√(x − 3) + 1  — vertex, domain and range Vertex (h, k) = (3, 1) Domain: x ∈ [3, +∞) Range: y ∈ [1, +∞) k=1 h=3 Reading it off: b > 0 → goes RIGHT a > 0 → goes UP Vertex = (h, k) = (3, 1) Domain starts at x = h = 3 Range starts at y = k = 1
b > 0 (right)
Domain: x ∈ [h, +∞)
b < 0 (left)
Domain: x ∈ (−∞, h]
a > 0 (up)
Range: y ∈ [k, +∞)
a < 0 (down)
Range: y ∈ (−∞, k]
⚠️
The vertex is always included in both the domain and range — it's where the function starts. Always use square brackets [ ] (closed interval), never parentheses ( ) (open interval) at the vertex end.

Domain and range for four different functions

FunctionabhkDomainRange
y = 3√(x − 2) + 13121[2, +∞)[1, +∞)
y = −2√(x + 1) − 3−21−1−3[−1, +∞)(−∞, −3]
y = √(−x + 5) + 21−152(−∞, 5][2, +∞)
y = −√(−(x − 3)) − 4−1−13−4(−∞, 3](−∞, −4]
💡
For row 3: √(−x + 5) = √(−(x − 5)), so h = 5. The domain goes LEFT from h = 5, giving (−∞, 5]. Always factor before reading h.
✅ Checkpoint 1
Find the domain and range of y = 3√(−2(x + 1)) − 5.

Already factored: b = −2, h = −1, k = −5, a = 3.

b = −2 < 0 → goes LEFT → Domain: x ∈ (−∞, −1] a = 3 > 0 → goes UP → Range: y ∈ [−5, +∞)
✅ Checkpoint 2
Find the domain and range of y = −5√(2 − x) + 8.
Hint: factor the expression under the radical first.
2 − x = −(x − 2) y = −5√(−(x − 2)) + 8

a = −5, b = −1, h = 2, k = 8.

b < 0 → Domain: x ∈ (−∞, 2] a < 0 → Range: y ∈ (−∞, 8]
5
Graphing Step-by-Step
A reliable 5-step process for any square root function
  • Step 1: Rewrite in standard form — factor the coefficient of x out from under the radical and pull any perfect square factor outside.
  • Step 2: Identify a, b, h, k.
  • Step 3: Plot the vertex (h, k).
  • Step 4: Determine direction from signs of a and b. Lightly sketch the curve going that way.
  • Step 5: Find at least one additional point (try the y-intercept if it exists, or pick a convenient x value), plot it, and draw the curve through both points.
★ Basic
Graphing when already in standard form
Graph y = 2√(x − 4) + 1.
Show solution
1
Already in standard form — read parameters
a = 2, b = 1, h = 4, k = 1
2
Vertex and direction

Vertex: (4, 1). a > 0 and b > 0 → up-right.

3
Find one more point — try x = 8
y = 2√(8 − 4) + 1 = 2√4 + 1 = 4 + 1 = 5 Point: (8, 5)
4
Check if y-intercept exists

Domain starts at x = 4. Since 0 < 4, x = 0 is NOT in the domain — no y-intercept.

Always check domain before finding y-intercept!
Answer: Vertex (4, 1), passes through (8, 5), opens up-right. No y-intercept.
★★ Medium
Graphing after factoring
Graph y = √(4x − 8) + 3.
Show solution
1
Factor under the radical
4x − 8 = 4(x − 2) √(4(x − 2)) = 2√(x − 2) So: y = 2√(x − 2) + 3
2
Parameters and vertex
a = 2, b = 1, h = 2, k = 3. Vertex: (2, 3). Up-right.
3
Find a second point — try x = 6
y = 2√(6 − 2) + 3 = 2√4 + 3 = 4 + 3 = 7 Point: (6, 7)
4
Y-intercept check: domain is [2, +∞). Is x = 0 in domain? No.

No y-intercept.

Answer: Vertex (2, 3), passes through (6, 7), opens up-right. No y-intercept.
★★★ Hard
Graphing a function that opens leftward and downward
Graph y = −2√(−x + 6) + 4.
Show solution
1
Factor under the radical
−x + 6 = −(x − 6) y = −2√(−(x − 6)) + 4

a = −2, b = −1, h = 6, k = 4.

2
Direction and vertex

a < 0 → DOWN. b < 0 → LEFT. Opens down-left from vertex (6, 4).

Domain: x ∈ (−∞, 6] Range: y ∈ (−∞, 4]
3
Find a second point — try x = 2
y = −2√(−(2 − 6)) + 4 = −2√4 + 4 = −4 + 4 = 0 Point: (2, 0)
This point turns out to be the x-intercept — useful to know.
4
Y-intercept: x = 0 is in domain (−∞, 6], so check it
y = −2√(−(0 − 6)) + 4 = −2√6 + 4 ≈ −2(2.449) + 4 ≈ −0.90 Point: (0, 4 − 2√6)
Answer: Down-left from (6, 4), through (2, 0) and (0, 4−2√6) ≈ (0, −0.90).
✅ Checkpoint
For y = 3√(−2(x − 1)) + 2: state direction, vertex, domain, range, and find the output when x = −3.

a = 3 > 0 (UP), b = −2 < 0 (LEFT). Opens up-left from vertex (1, 2).

Domain: x ∈ (−∞, 1] Range: y ∈ [2, +∞)

At x = −3:

y = 3√(−2(−3 − 1)) + 2 = 3√(−2·(−4)) + 2 = 3√8 + 2 = 6√2 + 2 ≈ 10.49
6
Finding Intercepts
Setting y = 0 and x = 0 — with important domain checks

Y-Intercept

Let x = 0 and evaluate. But first check: is x = 0 in the domain? If the domain starts at h > 0 (and b > 0), then x = 0 is outside the domain and there is no y-intercept.

X-Intercept (zero of the function)

Let y = 0, isolate the square root, then square both sides. Always substitute your answer back into the original equation to verify — squaring can introduce extraneous solutions.

⚠️
Two common errors:
(1) Finding the y-intercept without checking the domain — if x = 0 is outside the domain, stop immediately.
(2) Forgetting to verify the x-intercept after squaring — check it in the original equation.
★★ Medium
Finding both intercepts
Find all intercepts of y = 2√(x + 3) − 4.
Show solution
1
Y-intercept: check domain, then set x = 0
h = −3, b = 1 → domain [−3, +∞). Is 0 ≥ −3? Yes. y = 2√(0 + 3) − 4 = 2√3 − 4 ≈ −0.54

Y-intercept: (0, 2√3 − 4)

2
X-intercept: set y = 0, isolate radical, square
0 = 2√(x + 3) − 4 4 = 2√(x + 3) 2 = √(x + 3) 4 = x + 3 x = 1
3
Verify
y = 2√(1 + 3) − 4 = 2(2) − 4 = 0 ✓
Answer: Y-intercept (0, 2√3 − 4) ≈ (0, −0.54). X-intercept (1, 0).
★★ Medium
No y-intercept — domain check stops you
Find all intercepts of y = 2√(x − 4) − 6.
Show solution
1
Check if y-intercept exists
h = 4, b = 1 → domain [4, +∞). Is 0 ≥ 4? No.

No y-intercept — x = 0 is outside the domain.

2
X-intercept: set y = 0
2√(x − 4) − 6 = 0 2√(x − 4) = 6 √(x − 4) = 3 x − 4 = 9 x = 13
3
Verify x = 13 is in domain and gives y = 0
13 ≥ 4 ✓ y = 2√(13 − 4) − 6 = 2√9 − 6 = 6 − 6 = 0 ✓
Answer: No y-intercept. X-intercept: (13, 0).
★★ Medium
Downward function — both intercepts
Find all intercepts of y = −√(x + 1) + 4.
Show solution
1
Y-intercept: domain is [−1, +∞). Is 0 in domain? Yes.
y = −√(0 + 1) + 4 = −1 + 4 = 3

Y-intercept: (0, 3)

2
X-intercept: set y = 0
−√(x + 1) + 4 = 0 √(x + 1) = 4 x + 1 = 16 x = 15
3
Verify
y = −√(15 + 1) + 4 = −√16 + 4 = −4 + 4 = 0 ✓
Answer: Y-intercept (0, 3). X-intercept (15, 0).
✅ Checkpoint
Find the x-intercept of y = 3√(x + 3) − 6. Then check whether x = 0 is in the domain and find the y-intercept if it exists.

X-intercept:

3√(x + 3) = 6 → √(x + 3) = 2 → x + 3 = 4 → x = 1 Verify: y = 3√4 − 6 = 6 − 6 = 0 ✓ X-intercept: (1, 0)

Y-intercept: Domain is [−3, +∞). Is x = 0 in domain? Yes (0 ≥ −3).

y = 3√(0 + 3) − 6 = 3√3 − 6 ≈ 5.196 − 6 ≈ −0.80 Y-intercept: (0, 3√3 − 6)
7
Finding the Rule
Working backwards from a graph or given points

Given the vertex and one other point, you can always find the complete equation. The vertex gives you h and k. The direction (from the graph or context) gives you the sign of b. The second point lets you solve for a.

  • Step 1: Read vertex → gives h and k directly.
  • Step 2: Determine direction from the graph → gives sign of a and sign of b. Use b = 1 (right) or b = −1 (left) as the simplest choice unless told otherwise.
  • Step 3: Write the template: y = a√(±(x − h)) + k.
  • Step 4: Substitute the second known point (x, y) and solve for a.
  • Step 5: Write and verify the complete rule.
★★ Medium
Finding the rule from vertex and y-intercept
The vertex is (−4, 4) and the y-intercept is 10. The graph opens up-right. Find the rule.
Show solution
1
Vertex gives h and k
h = −4, k = 4
2
Direction is up-right → b = 1, a > 0
Template: y = a√(x − (−4)) + 4 = a√(x + 4) + 4
3
Substitute y-intercept (0, 10)
10 = a√(0 + 4) + 4 10 = 2a + 4 6 = 2a a = 3
4
Write and verify the rule
y = 3√(x + 4) + 4

Check: vertex at x = −4: y = 3√0 + 4 = 4 ✓. At x = 0: y = 3(2) + 4 = 10 ✓.

Answer: y = 3√(x + 4) + 4
★★ Medium
Finding the rule when the graph opens downward
A square root function has vertex (2, 5), passes through (11, 2), and opens down-right.
Show solution
1
Template: down-right → b = 1, a < 0
y = a√(x − 2) + 5
2
Substitute (11, 2)
2 = a√(11 − 2) + 5 2 = a√9 + 5 2 = 3a + 5 3a = −3 a = −1
3
Rule and check
y = −√(x − 2) + 5

a = −1 < 0 confirms downward direction ✓

Answer: y = −√(x − 2) + 5
★★★ Hard
Finding the rule when the graph opens leftward
A function has vertex (3, −2), passes through (−1, 4), and opens up-left. Find the rule.
Show solution
1
Template: up-left → b = −1, a > 0
y = a√(−(x − 3)) + (−2) = a√(3 − x) − 2
2
Substitute (−1, 4)
4 = a√(3 − (−1)) − 2 4 = a√4 − 2 4 = 2a − 2 6 = 2a a = 3
3
Write and verify
y = 3√(3 − x) − 2

Vertex (x=3): y = 3√0 − 2 = −2 ✓. At x = −1: y = 3√4 − 2 = 6 − 2 = 4 ✓.

Answer: y = 3√(3 − x) − 2
✅ Checkpoint 1
A function has vertex (−1, 3), passes through (3, 9), and opens up-right. Find the rule.

Template: y = a√(x + 1) + 3 (b = 1, h = −1, k = 3).

Substitute (3, 9): 9 = a√(3 + 1) + 3 = 2a + 3 6 = 2a → a = 3

Rule: y = 3√(x + 1) + 3. Check: vertex → y = 3(0)+3 = 3 ✓. At x=3: y=3(2)+3=9 ✓.

✅ Checkpoint 2
A function has vertex (4, 6), passes through (8, 2), and opens down-right. Find the rule.

Template: y = a√(x − 4) + 6 (b = 1, a < 0).

Substitute (8, 2): 2 = a√(8 − 4) + 6 = 2a + 6 −4 = 2a → a = −2

Rule: y = −2√(x − 4) + 6. Check: vertex → y = 0+6 = 6 ✓. At x=8: y=−4+6=2 ✓.

8
Inequalities
Finding where the function is above or below a given value

Questions like "for which x values is f(x) ≥ 3?" combine graphing with inequality reasoning.

  • Step 1: Find the intersection point — set f(x) = c and solve for x.
  • Step 2: From the graph (or by testing a point), determine which side of the intersection satisfies the inequality.
  • Step 3: Remember the domain — the answer must lie within the domain.
  • Step 4: Use [ ] for ≥ or ≤ (intersection included), ( ) for > or < (strict).
⚠️
Flip the inequality when dividing by a negative. If you reach a step like −2√(x−3) > 4, dividing both sides by −2 flips the sign: √(x−3) < −2. Always track signs carefully.
★★ Medium
Finding where f(x) ≥ a value (upward function)
Find all x where 2√(x − 1) + 1 ≥ 5.
Show solution
1
Find the intersection: set equal to 5
2√(x − 1) + 1 = 5 2√(x − 1) = 4 √(x − 1) = 2 x − 1 = 4 x = 5
2
Reason about direction

The function opens up-right. As x increases beyond 5, the function grows above 5. So f(x) ≥ 5 for x ≥ 5.

3
Write the solution
x ∈ [5, +∞)
Include x = 5 because the inequality is ≥ (not strict >).
Answer: x ∈ [5, +∞)
★★ Medium
Strict inequality
Solve 3√(x + 2) − 1 > 5.
Show solution
1
Isolate the radical
3√(x + 2) > 6 √(x + 2) > 2
2
Square both sides (both sides are positive)
x + 2 > 4 x > 2
3
Apply strict inequality brackets and check domain
Domain: [−2, +∞). x > 2 is within domain.
Strict inequality → open bracket at x = 2.
Answer: x ∈ (2, +∞)
★★★ Hard
Inequality with a downward-opening function
Solve −2√(x − 3) + 8 < 4.
Show solution
1
Isolate the radical
−2√(x − 3) < −4 √(x − 3) > 2 ← inequality flips when dividing by −2
2
Square both sides
x − 3 > 4 x > 7
3
Check with the graph as well

The function −2√(x−3)+8 starts at (3, 8) and goes down-right. The horizontal line y = 4 is hit at x = 7. To the right of x = 7, the function is below 4. This matches x > 7. ✓

Answer: x ∈ (7, +∞)
✅ Checkpoint 1
Find all x where −2√(x + 3) + 6 ≥ 2.

Set equal: −2√(x+3)+6 = 2 → −2√(x+3) = −4 → √(x+3) = 2 → x+3 = 4 → x = 1.

Function opens downward (a < 0, b > 0). At x = 1 it equals 2. To the LEFT of x = 1 (closer to vertex) it is above 2. Domain starts at x = −3.

Answer: x ∈ [−3, 1]
✅ Checkpoint 2
Solve √(5 − x) + 1 ≥ 4. (This function opens leftward — think carefully about which direction the inequality goes.)
√(5 − x) ≥ 3 5 − x ≥ 9 −x ≥ 4 x ≤ −4

Domain: 5 − x ≥ 0 → x ≤ 5. The solution x ≤ −4 is within (−∞, 5].

Answer: x ∈ (−∞, −4]

Verify: at x = −4: √(5−(−4))+1 = √9+1 = 4 ✓. At x = −5: √10+1 ≈ 4.16 > 4 ✓. At x = 0: √5+1 ≈ 3.24 < 4 ✓.

✅ Checkpoint 3
Solve 4√(x + 5) − 2 ≤ 6. State the answer as an interval.
4√(x + 5) ≤ 8 √(x + 5) ≤ 2 x + 5 ≤ 4 x ≤ −1

Domain: [−5, +∞). Intersect with x ≤ −1: x ∈ [−5, −1].

Answer: x ∈ [−5, −1]

Verify: at x = −5 (vertex): y = 4√0 − 2 = −2 ≤ 6 ✓. At x = −1: y = 4√4 − 2 = 6 ≤ 6 ✓. At x = 0: y = 4√5 − 2 ≈ 6.94 > 6 ✓.