Quadratic Functions and Graphs

76 questions

Question 21Question

A quadratic function ff is defined by f(x)=a(xh)2+kf(x) = a(x - h)^2 + k, where aa, hh, and kk are constants. The graph of y=f(x)y = f(x) in the xyxy-plane passes through the points (0,5)(0, 5) and (4,5)(4, 5). If the minimum value of f(x)f(x) for 0x30 \le x \le 3 is 11, what is the value of f(6)f(6)?

Show answer & explanation

Answer: 17

Answer

The value of f(6)f(6) is 1717.
The correct answer is 1717. Since the quadratic function passes through (0,5)(0, 5) and (4,5)(4, 5), its axis of symmetry is the line x=2x = 2, which means the vertex xx-coordinate is h=2h = 2. For the interval 0x30 \le x \le 3, this vertex is within the bounds. An upward-opening parabola has its minimum value at its vertex, so the minimum value of 11 must be the yy-coordinate of the vertex, giving k=1k = 1. The function can then be written as f(x)=a(x2)2+1f(x) = a(x - 2)^2 + 1. Substituting (0,5)(0, 5) into this equation gives 5=a(02)2+15 = a(0 - 2)^2 + 1, which simplifies to 4a=44a = 4, meaning a=1a = 1. The fully determined function is f(x)=(x2)2+1f(x) = (x - 2)^2 + 1. Evaluating this at x=6x = 6 yields f(6)=(62)2+1=17f(6) = (6 - 2)^2 + 1 = 17.

Step-by-Step Solution

1
Determine the axis of symmetry of the parabola.
h=2h = 2
Since the points (0,5)(0, 5) and (4,5)(4, 5) have the same yy-value, they are symmetric across the vertical line of symmetry of the parabola. The xx-coordinate of the vertex hh is the average of the xx-coordinates of these two points: h=0+42=2h = \frac{0 + 4}{2} = 2.
2
Determine the yy-coordinate of the vertex kk using the minimum value over the interval [0,3][0, 3].
k=1k = 1
The vertex xx-coordinate x=2x = 2 lies within the interval 0x30 \le x \le 3. For a quadratic function that opens upward, the minimum value occurs at the vertex. Thus, the minimum value on this interval is the vertex yy-coordinate, so k=1k = 1.
3
Substitute the point (0,5)(0, 5) into the vertex form of the equation to solve for aa.
a=1a = 1
Using the vertex form f(x)=a(x2)2+1f(x) = a(x - 2)^2 + 1, substitute x=0x = 0 and f(x)=5f(x) = 5: 5=a(02)2+1    5=4a+1    4a=4    a=15 = a(0 - 2)^2 + 1 \implies 5 = 4a + 1 \implies 4a = 4 \implies a = 1.
4
Evaluate f(6)f(6) using the complete quadratic function formula.
f(6)=17f(6) = 17
Substitute x=6x = 6 into the equation f(x)=(x2)2+1f(x) = (x - 2)^2 + 1: f(6)=(62)2+1=42+1=16+1=17f(6) = (6 - 2)^2 + 1 = 4^2 + 1 = 16 + 1 = 17.

Key Concept

Using symmetry properties and interval extrema to determine the equation of a quadratic function in vertex form.
Question 22Question

The graph of the quadratic function ff in the xyxy-plane is a parabola with vertex (3,12)(3, 12). If the graph passes through the point (5,8)(5, 8), what is the yy-value of the point on the graph where x=1x = 1?

Show answer & explanation

Answer: 8

Answer

The correct answer is 88.
The vertex of the parabola is given as (3,12)(3, 12), which means the axis of symmetry is the line x=3x = 3. Since a parabola is symmetric with respect to its axis of symmetry, any two points on the parabola that are equidistant from this line must share the same yy-coordinate. The given point has an xx-coordinate of 55, which is 53=25 - 3 = 2 units to the right of the axis of symmetry. The target point has an xx-coordinate of 11, which is 31=23 - 1 = 2 units to the left of the axis of symmetry. Because both points are exactly 22 units away from the axis of symmetry, their yy-coordinates are equal. Therefore, the yy-value of the point where x=1x = 1 is 88.

Step-by-Step Solution

1
Determine the axis of symmetry of the parabola.
The axis of symmetry is the vertical line x=3x = 3.
The vertex of a parabola (h,k)(h, k) always lies on its axis of symmetry, which is x=hx = h.
2
Find the horizontal distance from the axis of symmetry to the given point.
The distance from x=3x = 3 to x=5x = 5 is 53=2|5 - 3| = 2 units.
This measures how far the point is horizontally from the line of symmetry.
3
Find the horizontal distance from the axis of symmetry to the target point.
The distance from x=3x = 3 to x=1x = 1 is 13=2|1 - 3| = 2 units.
This determines if the target point is symmetric to the given point.
4
Equate the y-values using symmetry.
The yy-value at x=1x = 1 is 88.
Because both x=5x = 5 and x=1x = 1 are 22 units away from the axis of symmetry, their corresponding yy-values must be identical.

Key Concept

Symmetry of Quadratic Graphs
Question 23Question

The function ff is defined by f(x)=(x5)2+3f(x) = (x - 5)^2 + 3. If the graph of y=f(x)y = f(x) is translated 4 units down in the xyxy-plane to create the graph of the function gg, what is the vertex of the graph of gg?

Show answer & explanation

Answer: (5,1)(5, -1)

Answer

The vertex of the graph of gg is (5,1)(5, -1).
The vertex of a quadratic function of the form f(x)=a(xh)2+kf(x) = a(x - h)^2 + k is (h,k)(h, k). For the function f(x)=(x5)2+3f(x) = (x - 5)^2 + 3, the vertex is (5,3)(5, 3). Translating the graph of a function vertically downward by 4 units decreases the yy-coordinate of every point on the graph by 4, while the xx-coordinate remains unchanged. Applying this transformation to the vertex coordinates yields (5,34)(5, 3 - 4), which simplifies to (5,1)(5, -1).

Step-by-Step Solution

1
Identify the vertex of the original function f(x)=(x5)2+3f(x) = (x - 5)^2 + 3.
The vertex of the parabola y=a(xh)2+ky = a(x - h)^2 + k is (h,k)(h, k). For f(x)=(x5)2+3f(x) = (x - 5)^2 + 3, the vertex is (5,3)(5, 3).
Finding the original vertex is the starting point for applying the translation.
2
Apply the vertical translation of 4 units downward to the vertex coordinates.
A downward translation of 4 units subtracts 4 from the yy-coordinate of the vertex: (5,34)=(5,1)(5, 3 - 4) = (5, -1).
Translating a graph vertically downward decreases the yy-value of all its points by the translation distance.

Key Concept

Identifying the vertex of a quadratic function in vertex form and applying vertical translations.
Estimated Time:45s
Question 24Question

In the xyxy-plane, the graph of the quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c, where aa, bb, and cc are constants, has vertex (3,12)(3, 12) and passes through the point (1,0)(1, 0). The function gg is defined by g(x)=f(x+d)4g(x) = f(x + d) - 4, where dd is a constant. If the yy-intercept of the graph of gg is (0,5)(0, 5) and the vertex of the graph of gg lies in the second quadrant, what is the value of dd?

Show answer & explanation

Answer: 4

Answer

The value of dd is 4.
First, the equation of the function f(x)f(x) is determined in vertex form. Since the vertex of ff is (3,12)(3, 12), we write f(x)=a(x3)2+12f(x) = a(x - 3)^2 + 12. Substituting the point (1,0)(1, 0) into this equation gives 0=a(13)2+120 = a(1 - 3)^2 + 12, which yields a=3a = -3. Thus, f(x)=3(x3)2+12f(x) = -3(x - 3)^2 + 12. The transformation g(x)=f(x+d)4g(x) = f(x + d) - 4 shifts the graph of ff left by dd units and down by 4 units, so the vertex of the graph of gg is (3d,8)(3 - d, 8). For this vertex to lie in the second quadrant, the xx-coordinate must be negative, meaning 3d<03 - d < 0, or d>3d > 3. The yy-intercept of gg is (0,5)(0, 5), so g(0)=5g(0) = 5. Since g(0)=f(d)4g(0) = f(d) - 4, we have f(d)=9f(d) = 9. Substituting dd into f(x)f(x) gives 3(d3)2+12=9-3(d - 3)^2 + 12 = 9, which simplifies to (d3)2=1(d - 3)^2 = 1. Solving for dd gives d=4d = 4 or d=2d = 2. Since d>3d > 3, the value of dd must be 4.

Step-by-Step Solution

1
Write the function f(x)f(x) in vertex form and substitute the point (1,0)(1, 0) to solve for aa.
f(x)=3(x3)2+12f(x) = -3(x - 3)^2 + 12
The vertex (h,k)(h, k) is given as (3,12)(3, 12), and the point (1,0)(1, 0) lies on the graph.
2
Determine the vertex of g(x)g(x) based on the horizontal and vertical translations of f(x)f(x).
The vertex of gg is (3d,8)(3 - d, 8).
The transformation g(x)=f(x+d)4g(x) = f(x + d) - 4 shifts the vertex of f(x)f(x) left by dd units and down by 4 units.
3
Establish the constraint on dd using the quadrant of the vertex of gg.
d>3d > 3
For the vertex (3d,8)(3 - d, 8) to lie in the second quadrant, the xx-coordinate must be negative.
4
Set up an equation for dd using the yy-intercept of g(x)g(x).
f(d)=9f(d) = 9
The yy-intercept is (0,5)(0, 5), so g(0)=5g(0) = 5. Substituting this into g(x)=f(x+d)4g(x) = f(x + d) - 4 gives 5=f(d)45 = f(d) - 4.
5
Solve f(d)=9f(d) = 9 for dd.
d=2d = 2 or d=4d = 4
Substituting dd into f(x)f(x) gives 3(d3)2+12=9-3(d - 3)^2 + 12 = 9, which simplifies to (d3)2=1(d - 3)^2 = 1.
6
Select the correct value of dd that satisfies the quadrant constraint.
d=4d = 4
Since d>3d > 3, the value d=2d = 2 is discarded, leaving d=4d = 4 as the only valid solution.

Key Concept

Vertex form and transformations of quadratic functions
Question 25Question

A parabola passes through the point (0,12)(0, 12) on the yy-axis and intersects the xx-axis at two distinct points, PP and QQ. The line connecting PP to the yy-intercept has a slope of 22, while the line connecting QQ to the yy-intercept has a slope of 6-6. What is the maximum yy-value achieved by this parabola?

Show answer & explanation

Answer: 16

Answer

The maximum yy-value achieved by the parabola is 16.
The slopes of the lines connecting the xx-intercepts P(x1,0)P(x_1, 0) and Q(x2,0)Q(x_2, 0) to the yy-intercept C(0,12)C(0, 12) determine their coordinates. The slope of the line through PP and CC is 1200x1=2\frac{12 - 0}{0 - x_1} = 2, which gives x1=6x_1 = -6. The slope of the line through QQ and CC is 1200x2=6\frac{12 - 0}{0 - x_2} = -6, which gives x2=2x_2 = 2. The factored form of the parabola is y=a(x+6)(x2)y = a(x + 6)(x - 2). Using the yy-intercept C(0,12)C(0, 12), we find 12=a(6)(2)12 = a(6)(-2), meaning a=1a = -1. The xx-coordinate of the vertex is the midpoint of the intercepts, which is 6+22=2\frac{-6 + 2}{2} = -2. Substituting x=2x = -2 into the equation gives y=(2+6)(22)=16y = -(-2 + 6)(-2 - 2) = 16. Since the leading coefficient is negative, this represents the maximum yy-value.

Step-by-Step Solution

1
Find the coordinates of P(x1,0)P(x_1, 0) and Q(x2,0)Q(x_2, 0) using the slopes of the lines from these points to the yy-intercept C(0,12)C(0, 12).
P=(6,0)P = (-6, 0) and Q=(2,0)Q = (2, 0)
The slope formula between (x1,0)(x_1, 0) and (0,12)(0, 12) is 1200x1=2\frac{12 - 0}{0 - x_1} = 2, which gives x1=6x_1 = -6. Similarly, for the second line, 1200x2=6\frac{12 - 0}{0 - x_2} = -6, which gives x2=2x_2 = 2.
2
Write the quadratic equation in factored form using the xx-intercepts.
y=a(x+6)(x2)y = a(x + 6)(x - 2)
Since the parabola intersects the xx-axis at (6,0)(-6, 0) and (2,0)(2, 0), these points are the roots of the quadratic function.
3
Solve for the leading coefficient aa by substituting the yy-intercept (0,12)(0, 12) into the equation.
a=1a = -1
Substituting x=0x = 0 and y=12y = 12 gives 12=a(0+6)(02)12 = a(0 + 6)(0 - 2), which simplifies to 12=12a12 = -12a, so a=1a = -1.
4
Determine the xx-coordinate of the vertex.
x=2x = -2
The axis of symmetry of a parabola lies exactly midway between its xx-intercepts: x=6+22=2x = \frac{-6 + 2}{2} = -2.
5
Calculate the maximum yy-value by evaluating the function at the xx-coordinate of the vertex.
y=16y = 16
Substituting x=2x = -2 into y=(x+6)(x2)y = -(x + 6)(x - 2) gives y=(2+6)(22)=(4)(4)=16y = -(-2 + 6)(-2 - 2) = -(4)(-4) = 16.

Key Concept

Using xx-intercepts and coordinate geometry to find the vertex of a parabola.
Question 26Question

In the xyxy-plane, the graph of the quadratic function f(x)=(xd)2+d2f(x) = -(x - d)^2 + d^2, where dd is a positive constant, has vertex VV and intersects the xx-axis at points PP and QQ. If the area of triangle PVQPVQ is 6464, what is the value of dd?

Show answer & explanation

Answer: 4

Answer

The value of dd is 44.
The function f(x)=(xd)2+d2f(x) = -(x - d)^2 + d^2 is in vertex form, f(x)=a(xh)2+kf(x) = a(x-h)^2 + k, so its vertex is V(d,d2)V(d, d^2). Since d>0d > 0, the vertex is in the first quadrant, and the height of the triangle is d2d^2. Setting f(x)=0f(x) = 0 gives the xx-intercepts P(0,0)P(0,0) and Q(2d,0)Q(2d,0), meaning the base of the triangle has a length of 2d2d. Using the area of a triangle formula, the area is 12×2d×d2=d3\frac{1}{2} \times 2d \times d^2 = d^3. Since the area is given as 6464, we set d3=64d^3 = 64, which yields d=4d = 4.

Step-by-Step Solution

1
Identify the vertex VV of the quadratic function f(x)=(xd)2+d2f(x) = -(x - d)^2 + d^2.
The vertex is V(d,d2)V(d, d^2).
The function is written in vertex form, f(x)=a(xh)2+kf(x) = a(x - h)^2 + k, where the vertex is (h,k)(h, k).
2
Find the xx-intercepts PP and QQ of the function by setting f(x)=0f(x) = 0.
x=0x = 0 and x=2dx = 2d.
Setting (xd)2+d2=0-(x - d)^2 + d^2 = 0 gives (xd)2=d2(x - d)^2 = d^2, which simplifies to xd=±dx - d = \pm d.
3
Calculate the area of triangle PVQPVQ in terms of dd.
The area is d3d^3.
The base of the triangle along the xx-axis is the distance between the intercepts, 2d0=2d2d - 0 = 2d. The height is the yy-coordinate of the vertex, d2d^2. The area is 12×base×height=12(2d)(d2)=d3\frac{1}{2} \times \text{base} \times \text{height} = \frac{1}{2} (2d)(d^2) = d^3.
4
Solve for dd using the given area of 6464.
d=4d = 4.
Setting the area expression d3d^3 equal to 6464 and taking the cube root of both sides gives d=4d = 4.

Key Concept

Finding the vertex and intercepts of a quadratic function in vertex form and applying geometric formulas to analyze the graph.
Question 27Question

A quadratic function ff is defined by f(x)=a(xh)2+kf(x) = a(x - h)^2 + k, where aa, hh, and kk are constants, and its graph in the xyxy-plane has vertex (h,k)(h, k) in the first quadrant. The yy-intercept of the graph of ff is (0,4)(0, 4). The function gg is defined by g(x)=f(x2)+12g(x) = f(x - 2) + 12. If the yy-intercept of the graph of gg is (0,8)(0, 8), and the vertex of the graph of ff lies on the line y=5xy = 5x, what is the value of kk?

Show answer & explanation

Answer: 5

Answer

The value of kk is 5.
By using the given vertex relation k=5hk = 5h, we can substitute this into the yy-intercept equations for f(x)f(x) and g(x)g(x). The yy-intercept of ff is at (0,4)(0,4), which translates to the equation ah2+k=4ah^2 + k = 4. The yy-intercept of gg is at (0,8)(0,8), which leads to a(h+2)2+k=4a(h+2)^2 + k = -4. Eliminating the parameter aa by equating the two representations of aa in terms of hh yields the quadratic equation 3h2+h4=03h^2 + h - 4 = 0. Factoring this equation gives (3h+4)(h1)=0(3h+4)(h-1)=0. Since the vertex is in the first quadrant, both coordinates must be positive, which restricts hh to the positive value h=1h = 1. Substituting h=1h = 1 back into the vertex relation k=5hk = 5h yields k=5k = 5.

Step-by-Step Solution

1
Use the vertex line relation to express kk in terms of hh.
k=5hk = 5h
Since the vertex (h,k)(h, k) lies on the line y=5xy = 5x, substituting the coordinates into the line's equation gives k=5hk = 5h.
2
Set up an equation using the yy-intercept of f(x)f(x).
ah2+5h=4    a=45hh2ah^2 + 5h = 4 \implies a = \frac{4 - 5h}{h^2}
The yy-intercept of f(x)f(x) is (0,4)(0, 4), so f(0)=a(0h)2+k=4f(0) = a(0-h)^2 + k = 4. Substituting k=5hk = 5h gives ah2+5h=4ah^2 + 5h = 4.
3
Set up an equation using the yy-intercept of g(x)g(x).
a(h+2)2+5h=4    a=5h4(h+2)2a(h + 2)^2 + 5h = -4 \implies a = \frac{-5h - 4}{(h+2)^2}
The function g(x)=f(x2)+12=a(x2h)2+k+12g(x) = f(x - 2) + 12 = a(x - 2 - h)^2 + k + 12. The yy-intercept is (0,8)(0, 8), so g(0)=a(2h)2+k+12=8g(0) = a(-2 - h)^2 + k + 12 = 8. Simplifying and substituting k=5hk = 5h gives a(h+2)2+5h=4a(h+2)^2 + 5h = -4.
4
Equate the expressions for aa and solve the resulting quadratic equation for hh.
3h2+h4=0    (3h+4)(h1)=03h^2 + h - 4 = 0 \implies (3h + 4)(h - 1) = 0
Equating the two expressions for aa gives 45hh2=(5h+4)(h+2)2\frac{4 - 5h}{h^2} = \frac{-(5h + 4)}{(h + 2)^2}. Cross-multiplying yields (45h)(h2+4h+4)=h2(5h+4)    164h16h25h3=5h34h2    12h2+4h16=0    3h2+h4=0(4 - 5h)(h^2 + 4h + 4) = -h^2(5h + 4) \implies 16 - 4h - 16h^2 - 5h^3 = -5h^3 - 4h^2 \implies 12h^2 + 4h - 16 = 0 \implies 3h^2 + h - 4 = 0.
5
Determine hh and compute kk based on the quadrant constraints.
h=1    k=5h = 1 \implies k = 5
Since the vertex (h,k)(h, k) is in the first quadrant, we must have h>0h > 0. Thus, h=1h = 1 is the only valid solution. Using k=5hk = 5h, we find k=5(1)=5k = 5(1) = 5.

Key Concept

Analyzing quadratic vertex form and transformations using algebraic systems.
Estimated Time:3m 0s
Question 28Question

In the xyxy-plane, the graph of the quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c, where aa, bb, and cc are constants, has a vertex (h,k)(h, k) that lies on the line y=4x+8y = 4x + 8. If the graph of y=f(x)y = f(x) has xx-intercepts at x=2x = -2 and x=6x = 6, what is the value of cc?

Show answer & explanation

Answer: 12

Answer

The value of c is 12.
The correct answer is 12. The axis of symmetry of the quadratic function lies midway between its x-intercepts at x=2x = -2 and x=6x = 6, giving an x-coordinate of h=2h = 2 for the vertex. Since the vertex lies on the line y=4x+8y = 4x + 8, its y-coordinate is k=4(2)+8=16k = 4(2) + 8 = 16. Substituting the vertex (2,16)(2, 16) into the vertex form of a quadratic function gives f(x)=a(x2)2+16f(x) = a(x - 2)^2 + 16. Using the x-intercept at (6,0)(6, 0) to solve for aa gives 0=a(62)2+160 = a(6 - 2)^2 + 16, which yields a=1a = -1. Evaluating the function at x=0x = 0 to find the constant term cc gives c=f(0)=(02)2+16=12c = f(0) = -(0 - 2)^2 + 16 = 12.

Step-by-Step Solution

1
Determine the x-coordinate of the vertex of the quadratic function.
h=2h = 2
The axis of symmetry of a parabola lies midway between its x-intercepts. The midpoint of the intercepts x=2x = -2 and x=6x = 6 is calculated as 2+62=2\frac{-2 + 6}{2} = 2.
2
Determine the y-coordinate of the vertex using the given linear equation.
k=16k = 16
Since the vertex (h,k)(h, k) lies on the line y=4x+8y = 4x + 8, substituting x=h=2x = h = 2 into the line equation gives k=4(2)+8=16k = 4(2) + 8 = 16.
3
Write the quadratic function in vertex form and solve for the leading coefficient aa.
a=1a = -1
The vertex form is f(x)=a(xh)2+kf(x) = a(x - h)^2 + k. Substituting the vertex (2,16)(2, 16) yields f(x)=a(x2)2+16f(x) = a(x - 2)^2 + 16. Using the x-intercept (6,0)(6, 0), substitute x=6x = 6 and f(x)=0f(x) = 0 into the equation: 0=a(62)2+160 = a(6 - 2)^2 + 16, which simplifies to 16a=1616a = -16, resulting in a=1a = -1.
4
Expand the quadratic function or evaluate it at x=0x = 0 to find the value of cc.
c=12c = 12
In standard form f(x)=ax2+bx+cf(x) = ax^2 + bx + c, the constant term cc is equal to f(0)f(0). Substituting x=0x = 0 into f(x)=(x2)2+16f(x) = -(x - 2)^2 + 16 yields f(0)=(02)2+16=4+16=12f(0) = -(0 - 2)^2 + 16 = -4 + 16 = 12.

Key Concept

Using symmetry and the vertex form of a quadratic function to determine its standard form coefficients.

Alternative Method

Alternatively, since the x-intercepts are 2-2 and 66, the quadratic function can be written in factored form as f(x)=a(x+2)(x6)f(x) = a(x + 2)(x - 6). Expanding this gives f(x)=a(x24x12)=ax24ax12af(x) = a(x^2 - 4x - 12) = ax^2 - 4ax - 12a. Comparing this to the standard form f(x)=ax2+bx+cf(x) = ax^2 + bx + c, we see that the x-coordinate of the vertex is h=b2a=4a2a=2h = -\frac{b}{2a} = -\frac{-4a}{2a} = 2. Using the line equation y=4x+8y = 4x + 8 at x=2x = 2, we find the vertex y-coordinate is k=16k = 16. Since the vertex is (2,16)(2, 16), we evaluate the factored form at x=2x = 2: 16=a(2+2)(26)16=16aa=116 = a(2 + 2)(2 - 6) \Rightarrow 16 = -16a \Rightarrow a = -1. The constant term cc is 12a-12a, so c=12(1)=12c = -12(-1) = 12.
Estimated Time:2m 30s
Question 29Question

A parabola defined by the equation y=ax2+bx+cy = ax^2 + bx + c, where aa, bb, and cc are constants, has its vertex in the second quadrant of the coordinate plane. If the parabola passes through the point (0,0)(0,0), which of the following inequalities must be true?

Show answer & explanation

Answer: ab>0ab > 0

Answer

The inequality ab>0ab > 0 must be true.
Since the parabola passes through the point (0,0)(0,0) and its vertex (h,k)(h, k) lies in the second quadrant where k>0k > 0, the vertex must represent a maximum value. Therefore, the parabola opens downward, so the leading coefficient aa is negative. The x-coordinate of the vertex, hh, is also negative because it lies in the second quadrant. The vertex x-coordinate is defined by h=b2ah = -\frac{b}{2a}, which means b=2ahb = -2ah. Because both aa and hh are negative, their product ahah is positive, which makes bb negative when multiplied by 2-2. Finally, since both aa and bb are negative, their product abab must be positive.

Step-by-Step Solution

1
Determine the signs of the vertex coordinates from its quadrant.
The vertex (h,k)(h, k) lies in the second quadrant, which means h<0h < 0 and k>0k > 0.
Points in the second quadrant have negative x-coordinates and positive y-coordinates.
2
Determine the value of the constant cc.
c=0c = 0
Since the parabola passes through (0,0)(0,0), substituting x=0x = 0 must result in y=0y = 0.
3
Determine the sign of the leading coefficient aa.
a<0a < 0
The vertex is at (h,k)(h, k) with k>0k > 0, and the graph passes through (0,0)(0, 0) where the y-value is 00. Since the maximum value must be at least the value at any other point, the vertex (h,k)(h,k) is a maximum. A parabola with a maximum opens downward, so a<0a < 0.
4
Determine the sign of the coefficient bb using the vertex formula.
b<0b < 0
The x-coordinate of the vertex is h=b2ah = -\frac{b}{2a}, which can be rewritten as b=2ahb = -2ah. Since a<0a < 0 and h<0h < 0, their product ahah is positive. Multiplying this positive product by 2-2 yields a negative value for bb.
5
Find the sign of the product abab.
ab>0ab > 0
Since both aa and bb are negative, their product abab must be positive.

Key Concept

Analyzing quadratic coefficients and vertex properties in the coordinate plane.
Question 30Question

The function ff is defined by f(x)=x26x+cf(x) = x^2 - 6x + c, where cc is a constant. In the xyxy-plane, the graph of ff has vertex AA. The function gg is defined by g(x)=f(x6)g(x) = -f(x - 6), and its graph has vertex BB. If the distance between points AA and BB is 1010, and c>10c > 10, what is the value of cc?

Show answer & explanation

Answer: 13

Answer

The value of cc is 1313.
Completing the square for f(x)=x26x+cf(x) = x^2 - 6x + c gives f(x)=(x3)2+c9f(x) = (x - 3)^2 + c - 9, which shows that vertex AA is located at (3,c9)(3, c - 9). The transformation g(x)=f(x6)g(x) = -f(x - 6) translates the graph 66 units to the right and reflects it vertically, giving vertex BB the coordinates (3+6,(c9))=(9,9c)(3 + 6, -(c - 9)) = (9, 9 - c). Using the distance formula, the distance between AA and BB is (93)2+((9c)(c9))2=36+(182c)2\sqrt{(9 - 3)^2 + ((9 - c) - (c - 9))^2} = \sqrt{36 + (18 - 2c)^2}. Setting this distance equal to 1010 and squaring both sides gives 36+(182c)2=10036 + (18 - 2c)^2 = 100, which simplifies to (182c)2=64(18 - 2c)^2 = 64. Taking the square root of both sides gives 182c=818 - 2c = 8 or 182c=818 - 2c = -8, yielding solutions of c=5c = 5 or c=13c = 13. Since the question specifies that c>10c > 10, the correct value must be 1313.

Step-by-Step Solution

1
Rewrite the function f(x)=x26x+cf(x) = x^2 - 6x + c in vertex form by completing the square.
f(x)=(x3)2+c9f(x) = (x - 3)^2 + c - 9, which gives the coordinates of vertex AA as (3,c9)(3, c - 9).
Completing the square reveals the vertex (h,k)(h, k) of a quadratic function in the form y=a(xh)2+ky = a(x - h)^2 + k.
2
Determine the vertex BB of the graph of g(x)=f(x6)g(x) = -f(x - 6) by applying transformations to vertex A(3,c9)A(3, c - 9).
The horizontal shift of f(x6)f(x - 6) moves the vertex to (3+6,c9)=(9,c9)(3 + 6, c - 9) = (9, c - 9). The reflection of f(x6)-f(x - 6) negates the yy-coordinate of the vertex, resulting in B(9,9c)B(9, 9 - c).
The transformation f(xh)f(x - h) shifts a graph right by hh units, and the transformation f(x)-f(x) reflects it across the xx-axis.
3
Use the distance formula to set up an equation for the distance between A(3,c9)A(3, c - 9) and B(9,9c)B(9, 9 - c).
(93)2+((9c)(c9))2=10    62+(182c)2=10\sqrt{(9 - 3)^2 + ((9 - c) - (c - 9))^2} = 10 \implies \sqrt{6^2 + (18 - 2c)^2} = 10.
The distance dd between points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.
4
Solve the radical equation 36+(182c)2=10\sqrt{36 + (18 - 2c)^2} = 10 for cc.
36+(182c)2=100    (182c)2=64    182c=836 + (18 - 2c)^2 = 100 \implies (18 - 2c)^2 = 64 \implies 18 - 2c = 8 or 182c=818 - 2c = -8. This yields c=5c = 5 or c=13c = 13.
Squaring both sides eliminates the square root, allowing us to solve the resulting quadratic equation.
5
Apply the constraint c>10c > 10 to choose the correct value for cc.
c=13c = 13.
The question specifies that cc must be greater than 1010, which excludes c=5c = 5.

Key Concept

Using vertex form of quadratic equations to determine vertex coordinates and applying transformations (horizontal shifts and vertical reflections) to find key graphical points.
Question 31Question

In the xyxy-plane, the graph of the quadratic function f(x)=2x2+12x10f(x) = -2x^2 + 12x - 10 is translated 44 units to the left and kk units up, where kk is a constant, to produce the graph of a new quadratic function gg. If the graph of gg passes through the origin (0,0)(0,0), what is the value of kk?

Show answer & explanation

Answer: -6

Answer

The correct answer is 6-6.
The correct answer is 6-6. By completing the square on the original quadratic function, we rewrite f(x)=2(x26x)10f(x) = -2(x^2 - 6x) - 10 as f(x)=2(x3)2+8f(x) = -2(x-3)^2 + 8. A translation of 44 units to the left is represented by replacing xx with x+4x+4, and a translation of kk units up is represented by adding kk, giving g(x)=f(x+4)+k=2(x+1)2+8+kg(x) = f(x+4) + k = -2(x+1)^2 + 8 + k. Since the graph of gg passes through the origin, we substitute (0,0)(0,0) into the equation: 0=2(0+1)2+8+k0 = -2(0+1)^2 + 8 + k, which simplifies to 0=6+k0 = 6 + k, yielding k=6k = -6.

Step-by-Step Solution

1
Rewrite the function f(x)f(x) in vertex form by completing the square.
f(x)=2(x3)2+8f(x) = -2(x-3)^2 + 8
Converting the standard form f(x)=ax2+bx+cf(x) = ax^2 + bx + c to vertex form f(x)=a(xh)2+kf(x) = a(x-h)^2 + k helps easily identify the vertex of the parabola. First, factor out 2-2 from the variable terms: f(x)=2(x26x)10f(x) = -2(x^2 - 6x) - 10. To complete the square inside the parentheses, add and subtract 99 (since (62)2=9(\frac{-6}{2})^2 = 9): f(x)=2(x26x+99)10f(x) = -2(x^2 - 6x + 9 - 9) - 10. This simplifies to f(x)=2((x3)29)10=2(x3)2+1810=2(x3)2+8f(x) = -2((x-3)^2 - 9) - 10 = -2(x-3)^2 + 18 - 10 = -2(x-3)^2 + 8.
2
Determine the equation of the translated function g(x)g(x).
g(x)=2(x+1)2+8+kg(x) = -2(x+1)^2 + 8 + k
Translating a function 44 units to the left is represented by replacing xx with x+4x + 4. Translating a function kk units up is represented by adding kk to the entire function. Therefore, g(x)=f(x+4)+k=2((x+4)3)2+8+k=2(x+1)2+8+kg(x) = f(x+4) + k = -2((x+4)-3)^2 + 8 + k = -2(x+1)^2 + 8 + k.
3
Substitute the point (0,0)(0,0) into g(x)g(x) to solve for kk.
k=6k = -6
Since the graph of gg passes through the origin (0,0)(0,0), we have g(0)=0g(0) = 0. Substituting x=0x=0 yields 0=2(0+1)2+8+k0=2(1)+8+k0=6+kk=60 = -2(0+1)^2 + 8 + k \Rightarrow 0 = -2(1) + 8 + k \Rightarrow 0 = 6 + k \Rightarrow k = -6.

Key Concept

Quadratic transformations and translations in the coordinate plane using vertex form.
Question 32Question

A parabola in the xyxy-plane has vertex (2,11)(2, 11) and passes through the point (5,7)(5, -7). The equation of the parabola is y=ax2+bx+cy = ax^2 + bx + c, where aa, bb, and cc are constants. What is the value of a+b+ca + b + c?

Show answer & explanation

Answer: 9

Answer

The value of a+b+ca + b + c is 99.
The correct value of a+b+ca + b + c is 99. This is found by writing the parabola's equation in vertex form as y=2(x2)2+11y = -2(x - 2)^2 + 11 and expanding it to standard form y=2x2+8x+3y = -2x^2 + 8x + 3, which gives the coefficients a=2a = -2, b=8b = 8, and c=3c = 3. Alternatively, substituting x=1x = 1 directly into the vertex form gives f(1)=a(1)2+b(1)+c=2(12)2+11=9f(1) = a(1)^2 + b(1) + c = -2(1 - 2)^2 + 11 = 9.

Step-by-Step Solution

1
Write the equation of the parabola in vertex form using the given vertex (2,11)(2, 11).
y=a(x2)2+11y = a(x - 2)^2 + 11
The vertex form of a quadratic function is y=a(xh)2+ky = a(x - h)^2 + k, where (h,k)(h, k) is the vertex of the parabola.
2
Substitute the coordinates of the point (5,7)(5, -7) into the vertex form equation to solve for the constant aa.
a=2a = -2
Since the point (5,7)(5, -7) lies on the parabola, substituting x=5x = 5 and y=7y = -7 allows us to solve the linear equation 7=a(52)2+11-7 = a(5 - 2)^2 + 11 for aa.
3
Expand the vertex form equation y=2(x2)2+11y = -2(x - 2)^2 + 11 into standard form y=ax2+bx+cy = ax^2 + bx + c to identify the coefficients aa, bb, and cc.
y=2x2+8x+3y = -2x^2 + 8x + 3, which gives a=2a = -2, b=8b = 8, and c=3c = 3.
Expanding the squared term and distributing the coefficient 2-2 converts the equation to standard form, making it easy to read off the coefficients.
4
Calculate the sum of the coefficients a+b+ca + b + c.
a+b+c=9a + b + c = 9
Adding the identified coefficients: 2+8+3=9-2 + 8 + 3 = 9.

Key Concept

Writing and converting quadratic functions between vertex form y=a(xh)2+ky = a(x - h)^2 + k and standard form y=ax2+bx+cy = ax^2 + bx + c.

Alternative Method

Instead of expanding the vertex form equation to find the individual coefficients aa, bb, and cc, recognize that the expression a+b+ca + b + c is equal to f(1)f(1) for the quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c. After finding a=2a = -2 using the vertex form f(x)=a(x2)2+11f(x) = a(x - 2)^2 + 11, directly evaluate f(1)=2(12)2+11=9f(1) = -2(1 - 2)^2 + 11 = 9.
Estimated Time:2m 30s
Question 33Question

The quadratic function ff is defined by f(x)=ax2+bx+cf(x) = ax^2 + bx + c, where aa, bb, and cc are constants. In the xyxy-plane, the graph of ff is a parabola with vertex (3,5)(3, -5) that passes through the point (0,4)(0, 4). What is the value of a+b+ca + b + c?

Show answer & explanation

Answer: -1

Answer

-1
The vertex form of a quadratic function is f(x)=a(xh)2+kf(x) = a(x - h)^2 + k, where (h,k)(h, k) is the vertex. Substituting the given vertex (3,5)(3, -5) gives f(x)=a(x3)25f(x) = a(x - 3)^2 - 5. Since the graph passes through the point (0,4)(0, 4), substituting x=0x = 0 and f(x)=4f(x) = 4 yields the equation 4=a(03)254 = a(0 - 3)^2 - 5, which simplifies to 9a=99a = 9, or a=1a = 1. The function is therefore defined by f(x)=(x3)25f(x) = (x - 3)^2 - 5. The expression a+b+ca + b + c represents the sum of the coefficients of the quadratic function in standard form f(x)=ax2+bx+cf(x) = ax^2 + bx + c. Evaluating the function at x=1x = 1 gives f(1)=a(1)2+b(1)+c=a+b+cf(1) = a(1)^2 + b(1) + c = a + b + c. Substituting x=1x = 1 into our vertex form equation yields f(1)=(13)25=(2)25=45=1f(1) = (1 - 3)^2 - 5 = (-2)^2 - 5 = 4 - 5 = -1. Therefore, the value of a+b+ca + b + c is 1-1.

Step-by-Step Solution

1
Write the quadratic function in vertex form using the given vertex (3,5)(3, -5).
f(x)=a(x3)25f(x) = a(x - 3)^2 - 5, where aa is a constant.
The vertex form of a quadratic function is f(x)=a(xh)2+kf(x) = a(x - h)^2 + k, where (h,k)(h, k) is the vertex.
2
Substitute the coordinates of the given point (0,4)(0, 4) into the vertex form equation to solve for aa.
4=a(03)254 = a(0 - 3)^2 - 5, which simplifies to 4=9a54 = 9a - 5, and solving for aa gives a=1a = 1.
Since the graph passes through (0,4)(0, 4), substituting these coordinates into the function's equation must yield a true statement.
3
Find the value of a+b+ca + b + c by evaluating f(1)f(1).
f(1)=1(13)25=1(2)25=45=1f(1) = 1(1 - 3)^2 - 5 = 1(-2)^2 - 5 = 4 - 5 = -1.
For any quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c, evaluating the function at x=1x = 1 gives f(1)=a(1)2+b(1)+c=a+b+cf(1) = a(1)^2 + b(1) + c = a + b + c.

Key Concept

Quadratic Functions and Graphs
Question 34Question

In the xyxy-plane, the graph of the quadratic function f(x)=x2+bx+cf(x) = -x^2 + bx + c, where bb and cc are constants, has its vertex at (h,k)(h, k). The function gg is defined by g(x)=f(x3)+4g(x) = f(x - 3) + 4. The graph of gg passes through the origin (0,0)(0,0), and its vertex lies on the line y=xy = x in the first quadrant. What is the value of f(0)f(0)?

Show answer & explanation

Answer: -7

Answer

-7
The correct answer is 7-7. Representing f(x)f(x) in vertex form as f(x)=(xh)2+kf(x) = -(x-h)^2 + k tells us that translating the function 3 units right and 4 units up shifts the vertex from (h,k)(h, k) to (h+3,k+4)(h+3, k+4). Since this vertex lies on the line y=xy=x, we have h+3=k+4h+3 = k+4, or k=h1k = h-1. Since the vertex of gg lies in the first quadrant, its coordinates must be positive, meaning h>3h > -3 and k>4k > -4. Using the fact that the graph of gg passes through the origin, we have g(0)=0    f(3)+4=0    f(3)=4g(0) = 0 \implies f(-3) + 4 = 0 \implies f(-3) = -4. Substituting x=3x = -3 into the vertex form of f(x)f(x) gives (3h)2+k=4    (h+3)2k=4-(-3-h)^2 + k = -4 \implies (h+3)^2 - k = 4. Substituting k=h1k = h-1 yields (h+3)2(h1)=4    h2+5h+6=0(h+3)^2 - (h-1) = 4 \implies h^2 + 5h + 6 = 0, which factors into (h+2)(h+3)=0(h+2)(h+3) = 0. The solution h=3h = -3 is discarded because it places the vertex of gg at (0,0)(0,0), which is not in the first quadrant. Therefore, h=2h = -2 and k=3k = -3. Calculating f(0)f(0) gives h2+k=(2)2+(3)=7-h^2 + k = -(-2)^2 + (-3) = -7.

Step-by-Step Solution

1
Determine the vertex form of f(x)f(x) and the vertex of g(x)g(x).
Since f(x)=x2+bx+cf(x) = -x^2 + bx + c has its vertex at (h,k)(h, k), its vertex form is f(x)=(xh)2+kf(x) = -(x - h)^2 + k. The function g(x)=f(x3)+4g(x) = f(x - 3) + 4 represents a horizontal shift of ff by 3 units to the right and a vertical shift by 4 units up. Thus, the vertex of gg is (h+3,k+4)(h + 3, k + 4).
Understanding translations allows us to write the coordinates of the new vertex in terms of the original vertex variables.
2
Use the line y=xy = x and quadrant constraints to find a relation between hh and kk.
Since the vertex of gg lies on the line y=xy = x, we set its coordinates equal: h+3=k+4h + 3 = k + 4, which simplifies to k=h1k = h - 1. Additionally, because the vertex is in the first quadrant, we must have h+3>0h + 3 > 0 and k+4>0k + 4 > 0.
The geometric placement of the vertex on the line y=xy = x constrains its coordinate values.
3
Apply the condition that the graph of gg passes through the origin.
g(0)=0    f(3)+4=0    f(3)=4g(0) = 0 \implies f(-3) + 4 = 0 \implies f(-3) = -4. Substituting x=3x = -3 into the vertex form of f(x)f(x) gives (3h)2+k=4-(-3 - h)^2 + k = -4, which simplifies to (h+3)2k=4(h + 3)^2 - k = 4.
The point (0,0)(0,0) lying on the graph of gg provides an equation to solve for the vertex parameters.
4
Substitute k=h1k = h - 1 into the quadratic equation and solve for hh.
(h+3)2(h1)=4    h2+6h+9h+1=4    h2+5h+6=0(h + 3)^2 - (h - 1) = 4 \implies h^2 + 6h + 9 - h + 1 = 4 \implies h^2 + 5h + 6 = 0. Factoring gives (h+2)(h+3)=0(h + 2)(h + 3) = 0, so h=2h = -2 or h=3h = -3.
Substituting the linear relation into the quadratic equation isolates the variable hh.
5
Filter the solutions using the first quadrant constraint and calculate f(0)f(0).
If h=3h = -3, then k=4k = -4, giving the vertex of gg at (0,0)(0, 0), which is not in the first quadrant. If h=2h = -2, then k=3k = -3, giving the vertex of gg at (1,1)(1, 1), which is in the first quadrant. Thus, h=2h = -2 and k=3k = -3. The value of f(0)f(0) is f(0)=(0h)2+k=h2+k=(2)2+(3)=43=7f(0) = -(0 - h)^2 + k = -h^2 + k = -(-2)^2 + (-3) = -4 - 3 = -7.
The quadrant condition uniquely determines the correct vertex coordinates, allowing us to find the y-intercept of the original function.

Key Concept

Quadratic Functions and Graphs
Question 35Question

In the xyxy-plane, the graph of the quadratic function f(x)=x24x5f(x) = x^2 - 4x - 5 intersects the xx-axis at the points (p,0)(p, 0) and (q,0)(q, 0) and has vertex (h,k)(h, k). What is the area of the triangle with vertices at (p,0)(p, 0), (q,0)(q, 0), and (h,k)(h, k)?

Show answer & explanation

Answer: 27

Answer

The area of the triangle is 27.
To find the area of the triangle, we first determine the coordinates of its vertices. The base of the triangle lies on the xx-axis, with endpoints at the xx-intercepts of the function f(x)=x24x5f(x) = x^2 - 4x - 5. Solving x24x5=0x^2 - 4x - 5 = 0 by factoring gives (x5)(x+1)=0(x - 5)(x + 1) = 0, so the intercepts are at x=1x = -1 and x=5x = 5. The distance between these two points is 5(1)=65 - (-1) = 6, which is the base of the triangle. The third vertex is the vertex of the parabola. The xx-coordinate of the vertex is h=b2a=42(1)=2h = -\frac{b}{2a} = -\frac{-4}{2(1)} = 2. Substituting x=2x = 2 into the function gives the yy-coordinate: k=f(2)=224(2)5=9k = f(2) = 2^2 - 4(2) - 5 = -9. The height of the triangle is the vertical distance from the xx-axis to the vertex, which is 9=9|-9| = 9. The area of the triangle is 12×base×height=12×6×9=27\frac{1}{2} \times \text{base} \times \text{height} = \frac{1}{2} \times 6 \times 9 = 27.

Step-by-Step Solution

1
Find the xx-intercepts of the parabola.
The intercepts are (1,0)(-1, 0) and (5,0)(5, 0).
Setting f(x)=0f(x) = 0 gives x24x5=0x^2 - 4x - 5 = 0. Factoring the quadratic equation yields (x5)(x+1)=0(x - 5)(x + 1) = 0, which gives x=5x = 5 and x=1x = -1.
2
Calculate the base of the triangle.
The base length is 66.
The base of the triangle is the segment along the xx-axis between the two intercepts. The distance between (1,0)(-1, 0) and (5,0)(5, 0) is 5(1)=65 - (-1) = 6.
3
Find the vertex (h,k)(h, k) of the parabola.
The vertex is at (2,9)(2, -9).
The xx-coordinate of the vertex is the midpoint of the intercepts: h=1+52=2h = \frac{-1 + 5}{2} = 2. The yy-coordinate is k=f(2)=224(2)5=485=9k = f(2) = 2^2 - 4(2) - 5 = 4 - 8 - 5 = -9.
4
Calculate the area of the triangle.
The area is 2727.
The height of the triangle is the distance from the xx-axis to the vertex, which is k=9=9|k| = |-9| = 9. Using the formula for the area of a triangle, Area=12×base×height=12×6×9=27\text{Area} = \frac{1}{2} \times \text{base} \times \text{height} = \frac{1}{2} \times 6 \times 9 = 27.

Key Concept

Finding the xx-intercepts and vertex of a quadratic function to solve geometric problems in the coordinate plane.
Question 36Question

For the quadratic function ff, the table below shows three points that lie on its graph in the xyxy-plane, where kk is a constant.

xxf(x)f(x)
2200
6600
1115-15

If the vertex of the graph of y=f(x)y = f(x) is (4,k)(4, k), what is the value of kk?

Show answer & explanation

Answer: 12

Answer

The value of kk is 1212.
The table indicates that the function has xx-intercepts at x=2x = 2 and x=6x = 6 because f(2)=0f(2) = 0 and f(6)=0f(6) = 0. Consequently, the quadratic function can be written in factored form as f(x)=a(x2)(x6)f(x) = a(x - 2)(x - 6) for some constant aa. Using the point (1,15)(1, -15) to find aa, we substitute x=1x = 1 and f(1)=15f(1) = -15, which yields 15=a(12)(16)-15 = a(1 - 2)(1 - 6), or 15=5a-15 = 5a, so a=3a = -3. Since the vertex of the graph is (4,k)(4, k), the value of kk is the function value at the vertex's xx-coordinate, which is f(4)f(4). Evaluating the function gives k=3(42)(46)=3(2)(2)=12k = -3(4 - 2)(4 - 6) = -3(2)(-2) = 12.

Step-by-Step Solution

1
Write the quadratic function in factored form using the given xx-intercepts.
f(x)=a(x2)(x6)f(x) = a(x - 2)(x - 6)
The table shows that f(2)=0f(2) = 0 and f(6)=0f(6) = 0, meaning the graph has xx-intercepts at x=2x = 2 and x=6x = 6.
2
Substitute the point (1,15)(1, -15) into the factored equation to find the value of the constant aa.
a=3a = -3
Substituting x=1x = 1 and f(x)=15f(x) = -15 gives 15=a(12)(16)    15=5a    a=3-15 = a(1 - 2)(1 - 6) \implies -15 = 5a \implies a = -3.
3
Calculate the value of kk by finding the function value at the vertex x=4x = 4.
k=12k = 12
Since the vertex is (4,k)(4, k), the value of kk is f(4)f(4). Substituting x=4x = 4 into f(x)=3(x2)(x6)f(x) = -3(x - 2)(x - 6) yields k=3(42)(46)=3(2)(2)=12k = -3(4 - 2)(4 - 6) = -3(2)(-2) = 12.

Key Concept

Using intercepts and an additional point to determine the equation of a quadratic function, and evaluating it at the vertex.
Question 37Question

A manufacturer models the daily profit, P(x)P(x), in dollars, from producing and selling xx units of a product using the function P(x)=2x2+kx800P(x) = -2x^2 + kx - 800, where kk is a constant. If the maximum daily profit is 1,0001,000 dollars, what is the number of units that must be sold to achieve this maximum profit?

Show answer & explanation

Answer: 30

Answer

The manufacturer must sell 30 units to achieve the maximum daily profit.
The correct answer is 30. The maximum value of a downward-opening quadratic function occurs at its vertex (h,q)(h, q). Given that the maximum value is 1000, we write the function in vertex form: P(x)=2(xh)2+1000P(x) = -2(x - h)^2 + 1000. Expanding this gives P(x)=2x2+4hx2h2+1000P(x) = -2x^2 + 4hx - 2h^2 + 1000. Comparing this to the given function P(x)=2x2+kx800P(x) = -2x^2 + kx - 800, the constant term must satisfy 2h2+1000=800-2h^2 + 1000 = -800. Solving for hh yields 2h2=18002h^2 = 1800, so h2=900h^2 = 900. Taking the positive square root because the number of units must be positive gives h=30h = 30.

Step-by-Step Solution

1
Write the quadratic function in vertex form and identify the given parameters.
The vertex form of a quadratic function is P(x)=a(xh)2+qP(x) = a(x-h)^2 + q, where (h,q)(h, q) is the vertex. Here, a=2a = -2 and the maximum profit q=1000q = 1000, so the function is P(x)=2(xh)2+1000P(x) = -2(x-h)^2 + 1000.
Since the coefficient of the x2x^2 term is negative (a=2a = -2), the parabola opens downward, meaning the vertex represents the maximum value of the function.
2
Expand the vertex form equation to compare its coefficients with the standard form P(x)=2x2+kx800P(x) = -2x^2 + kx - 800.
P(x)=2(x22hx+h2)+1000=2x2+4hx(2h21000)P(x) = -2(x^2 - 2hx + h^2) + 1000 = -2x^2 + 4hx - (2h^2 - 1000)
Expanding the vertex form allows us to equate corresponding coefficients and constant terms between the two forms of the quadratic function.
3
Equate the constant terms from both expressions to solve for the vertex xx-coordinate hh.
2h2+1000=8002h2=1800h2=900h=30-2h^2 + 1000 = -800 \Rightarrow -2h^2 = -1800 \Rightarrow h^2 = 900 \Rightarrow h = 30 (since the number of units must be positive).
By setting the constant terms equal, we can isolate and solve for hh, which represents the number of units that maximizes the daily profit.

Key Concept

Quadratic functions in vertex form and their standard form equivalents.
Question 38Question

In the xyxy-plane, the vertex of the parabola with equation y=2x2+bx+cy = -2x^2 + bx + c, where bb and cc are constants, lies on the line y=3x+5y = 3x + 5. If the parabola has its maximum value at x=2x = -2, what is the value of cc?

Show answer & explanation

Answer: -9

Answer

-9
The maximum value of the quadratic function y=2x2+bx+cy = -2x^2 + bx + c occurs at its vertex. Since the maximum occurs at x=2x = -2, the xx-coordinate of the vertex is 2-2. The vertex lies on the line y=3x+5y = 3x + 5, so substituting x=2x = -2 into this equation gives the yy-coordinate of the vertex: y=3(2)+5=1y = 3(-2) + 5 = -1. Thus, the vertex of the parabola is (2,1)(-2, -1). The vertex form of a quadratic function is y=a(xh)2+ky = a(x - h)^2 + k, where (h,k)(h, k) is the vertex. Substituting a=2a = -2, h=2h = -2, and k=1k = -1 gives y=2(x+2)21y = -2(x + 2)^2 - 1. Expanding this equation yields y=2(x2+4x+4)1=2x28x9y = -2(x^2 + 4x + 4) - 1 = -2x^2 - 8x - 9. Comparing this to the standard form y=2x2+bx+cy = -2x^2 + bx + c shows that c=9c = -9.

Step-by-Step Solution

1
Identify the x-coordinate of the vertex of the parabola
The x-coordinate of the vertex is h=2h = -2.
For a quadratic function in standard form with a negative leading coefficient, the maximum value occurs at the vertex. Thus, the x-coordinate of the vertex is 2-2.
2
Determine the y-coordinate of the vertex using the equation of the line
The y-coordinate of the vertex is k=1k = -1.
Since the vertex (h,k)(h, k) lies on the line y=3x+5y = 3x + 5 and h=2h = -2, substituting x=2x = -2 yields y=3(2)+5=1y = 3(-2) + 5 = -1.
3
Write the quadratic equation in vertex form and expand it to find c
y=2x28x9y = -2x^2 - 8x - 9, which gives c=9c = -9.
Using the vertex form y=a(xh)2+ky = a(x - h)^2 + k with a=2a = -2, h=2h = -2, and k=1k = -1, the equation is y=2(x+2)21y = -2(x + 2)^2 - 1. Expanding this yields y=2(x2+4x+4)1=2x28x9y = -2(x^2 + 4x + 4) - 1 = -2x^2 - 8x - 9. Comparing this with y=2x2+bx+cy = -2x^2 + bx + c shows that c=9c = -9.

Key Concept

Vertex form of a quadratic function and coordinate geometry.
Estimated Time:2m 0s
Question 39Question

For the quadratic function f(x)=x2+bx+cf(x) = -x^2 + bx + c, where bb and cc are positive constants, the maximum value of f(x)f(x) is kk. The distance between the two xx-intercepts of the graph of y=f(x)y = f(x) in the xyxy-plane is equal to 23k\frac{2}{3}k. If the graph of y=f(x)y = f(x) passes through the point (1,8)(1, 8), what is the value of bb?

Show answer & explanation

Answer: 4

Answer

The correct answer is 4.
The correct answer is 4. By expressing the maximum value kk and the distance between the xx-intercepts dd in terms of the constants bb and cc, we set up the equation d=23kd = \frac{2}{3}k. This simplifies to b2+4c=36b^2 + 4c = 36. Using the point (1,8)(1, 8), we establish c=9bc = 9 - b. Substituting this into the first equation yields b24b=0b^2 - 4b = 0, giving b=4b = 4 as the only positive solution.

Step-by-Step Solution

1
Find the maximum value kk of the function f(x)=x2+bx+cf(x) = -x^2 + bx + c in terms of bb and cc.
k=b24+ck = \frac{b^2}{4} + c
The maximum value of a quadratic function with a negative leading coefficient occurs at its vertex, where x=b2a=b2x = -\frac{b}{2a} = \frac{b}{2}.
2
Find the distance dd between the xx-intercepts of the graph in terms of bb and cc.
d=b2+4cd = \sqrt{b^2 + 4c}
The xx-intercepts are the roots of x2+bx+c=0-x^2 + bx + c = 0, which are x=b±b2+4c2x = \frac{b \pm \sqrt{b^2 + 4c}}{2}. The distance between them is the difference of these roots.
3
Use the relation d=23kd = \frac{2}{3}k to find the value of the expression b2+4cb^2 + 4c.
b2+4c=36b^2 + 4c = 36
Substituting the expressions for dd and kk gives b2+4c=16(b2+4c)\sqrt{b^2 + 4c} = \frac{1}{6}(b^2 + 4c). Solving this radical equation yields b2+4c=36b^2 + 4c = 36.
4
Use the point (1,8)(1, 8) to express cc in terms of bb.
c=9bc = 9 - b
Since the graph passes through (1,8)(1, 8), substituting x=1x = 1 and y=8y = 8 into y=x2+bx+cy = -x^2 + bx + c yields 8=1+b+c8 = -1 + b + c, which simplifies to c=9bc = 9 - b.
5
Substitute c=9bc = 9 - b into b2+4c=36b^2 + 4c = 36 and solve for bb.
b=4b = 4
Substituting yields b2+4(9b)=36    b24b=0b^2 + 4(9 - b) = 36 \implies b^2 - 4b = 0. Solving for bb gives b=0b = 0 or b=4b = 4. Since bb is a positive constant, we have b=4b = 4.

Key Concept

Quadratic Functions and Graphs
Question 40Question

In the xyxy-plane, the graph of the quadratic function f(x)=x2+6x+7f(x) = -x^2 + 6x + 7 has a vertex at (h,k)(h, k). If the graph of ff is translated 44 units to the right and 33 units up to produce the graph of the function gg, what is the maximum value of gg?

Show answer & explanation

Answer: 19

Answer

The maximum value of the function gg is 1919.
The vertex of the original quadratic function f(x)=x2+6x+7f(x) = -x^2 + 6x + 7 is (3,16)(3, 16). Since the coefficient of x2x^2 is negative, the graph opens downward, making 1616 the maximum value of the function. Translating the graph 33 units up shifts all yy-values up by 33, which increases the maximum value to 16+3=1916 + 3 = 19. The horizontal translation of 44 units to the right shifts the graph horizontally but does not affect the maximum output value.

Step-by-Step Solution

1
Find the vertex of the original quadratic function f(x)=x2+6x+7f(x) = -x^2 + 6x + 7.
The vertex of f(x)f(x) is (3,16)(3, 16).
Rewrite the function in vertex form, f(x)=(x3)2+16f(x) = -(x-3)^2 + 16, to identify the vertex (h,k)(h, k) as (3,16)(3, 16).
2
Determine the maximum value of the original function f(x)f(x).
The maximum value of f(x)f(x) is 1616.
Since the leading coefficient is negative, the parabola opens downward, and the maximum value occurs at the vertex's yy-coordinate.
3
Apply the vertical translation to find the maximum value of the new function g(x)g(x).
The maximum value of gg is 1919.
Translating the graph 33 units up increases all yy-values, including the maximum value, by 33, so 16+3=1916 + 3 = 19. The horizontal translation of 44 units to the right does not affect the maximum value.

Key Concept

Quadratic Functions and Graphs
PreviousPage 2 / 4Next
Quadratic Functions and Graphs Practice Questions — SAT — Page 2 | Examkin