Advanced Math

438 questions

Question 421Question

The table below shows several values of the function ff.

xxf(x)f(x)
5-51212
3-32-2
1-144
331818

The function gg is defined by g(x)=12f(x+4)+3g(x) = \frac{1}{2}f(x + 4) + 3. What is the value of g(5)g(-5)?

Show answer & explanation

Answer: 5

Answer

The correct answer is 5.
To find the value of g(5)g(-5), substitute 5-5 for xx in the definition of g(x)g(x), which gives g(5)=12f(5+4)+3=12f(1)+3g(-5) = \frac{1}{2}f(-5 + 4) + 3 = \frac{1}{2}f(-1) + 3. According to the table, f(1)=4f(-1) = 4. Substituting this value into the expression yields g(5)=12(4)+3=2+3=5g(-5) = \frac{1}{2}(4) + 3 = 2 + 3 = 5.

Step-by-Step Solution

1
Substitute the input value into the function definition.
g(5)=12f(5+4)+3=12f(1)+3g(-5) = \frac{1}{2}f(-5 + 4) + 3 = \frac{1}{2}f(-1) + 3
To evaluate g(5)g(-5), replace all occurrences of xx with 5-5 in the definition of g(x)g(x).
2
Find the value of f(1)f(-1) from the table.
f(1)=4f(-1) = 4
The table provides specific input-output pairs for the function ff. When the input is 1-1, the output is 44.
3
Calculate the final value.
g(5)=2+3=5g(-5) = 2 + 3 = 5
Substitute 44 for f(1)f(-1) in the expression and simplify the terms.

Key Concept

Evaluating transformed functions using tabular data and applying horizontal translations, vertical compressions, and vertical translations.
Question 422Question

The graph of the polynomial function ff in the xyxy-plane is tangent to the xx-axis at (1,0)(1, 0) and crosses the xx-axis only at (2,0)(-2, 0) and (4,0)(4, 0). If the yy-intercept of the graph of ff is (0,8)(0, 8), what is the value of f(1)f(-1)?

Show answer & explanation

Answer: 20

Answer

20
The graph of the polynomial function is tangent to the xx-axis at (1,0)(1, 0) and crosses it at (2,0)(-2, 0) and (4,0)(4, 0). This means x=1x = 1 is a root with multiplicity 2, while x=2x = -2 and x=4x = 4 are roots with multiplicity 1. Thus, we can write the function in the form f(x)=a(x+2)(x1)2(x4)f(x) = a(x + 2)(x - 1)^2(x - 4). Substituting the yy-intercept (0,8)(0, 8) gives 8=a(0+2)(01)2(04)    8=8a    a=18 = a(0 + 2)(0 - 1)^2(0 - 4) \implies 8 = -8a \implies a = -1. Substituting a=1a = -1 back into the formula yields f(x)=(x+2)(x1)2(x4)f(x) = -(x + 2)(x - 1)^2(x - 4). Evaluating the function at x=1x = -1 gives f(1)=(1+2)(11)2(14)=(1)(4)(5)=20f(-1) = -(-1 + 2)(-1 - 1)^2(-1 - 4) = -(1)(4)(-5) = 20. Therefore, the correct value is 20.

Step-by-Step Solution

1
Determine the factored form of the polynomial from its x-intercepts and multiplicities.
f(x)=a(x+2)(x1)2(x4)f(x) = a(x + 2)(x - 1)^2(x - 4)
Since the graph is tangent to the xx-axis at (1,0)(1, 0), the root x=1x = 1 has a multiplicity of 2, corresponding to the factor (x1)2(x - 1)^2. Since it crosses the xx-axis at (2,0)(-2, 0) and (4,0)(4, 0), these roots have a multiplicity of 1, corresponding to the factors (x+2)(x + 2) and (x4)(x - 4).
2
Use the y-intercept to find the constant coefficient aa.
a=1a = -1
The yy-intercept is (0,8)(0, 8), so substituting x=0x = 0 into the equation gives 8=a(0+2)(01)2(04)    8=8a    a=18 = a(0 + 2)(0 - 1)^2(0 - 4) \implies 8 = -8a \implies a = -1.
3
Substitute the value of aa back into the function and evaluate f(1)f(-1).
f(1)=20f(-1) = 20
Substituting a=1a = -1 gives f(x)=(x+2)(x1)2(x4)f(x) = -(x + 2)(x - 1)^2(x - 4). Evaluating at x=1x = -1 yields f(1)=(1+2)(11)2(14)=(1)(2)2(5)=(1)(4)(5)=20f(-1) = -(-1 + 2)(-1 - 1)^2(-1 - 4) = -(1)(-2)^2(-5) = -(1)(4)(-5) = 20.

Key Concept

Determining a polynomial function's equation from its graphical features (intercepts and tangencies) and evaluating it at a point.
Estimated Time:1m 30s
Question 423Question

The graph of the quadratic function ff in the xyxy-plane is defined by f(x)=x26x+5f(x) = x^2 - 6x + 5. If the graph of ff is translated 33 units to the left and 22 units down, which of the following equations defines the resulting function gg?

Show answer & explanation

Answer: g(x)=x26g(x) = x^2 - 6

Answer

The equation that defines the function gg is g(x)=x26g(x) = x^2 - 6.
To find the function g(x)g(x), we apply the transformations to f(x)=x26x+5f(x) = x^2 - 6x + 5. A translation of 33 units to the left replaces xx with x+3x + 3, which gives f(x+3)=(x+3)26(x+3)+5=x2+6x+96x18+5=x24f(x + 3) = (x + 3)^2 - 6(x + 3) + 5 = x^2 + 6x + 9 - 6x - 18 + 5 = x^2 - 4. Next, translating the graph 22 units down corresponds to subtracting 22 from the function, resulting in g(x)=(x24)2=x26g(x) = (x^2 - 4) - 2 = x^2 - 6.

Step-by-Step Solution

1
Rewrite the function f(x)f(x) in vertex form by completing the square.
f(x)=(x3)24f(x) = (x - 3)^2 - 4
Converting to vertex form a(xh)2+ka(x - h)^2 + k makes it straightforward to apply horizontal and vertical shifts based on the vertex (h,k)(h, k).
2
Apply the horizontal translation of 33 units to the left by replacing xx with x+3x + 3 in the function.
f(x+3)=((x+3)3)24=x24f(x + 3) = ((x + 3) - 3)^2 - 4 = x^2 - 4
A horizontal shift of cc units to the left is represented by replacing xx with x+cx + c.
3
Apply the vertical translation of 22 units down by subtracting 22 from the expression obtained in the previous step.
g(x)=(x24)2=x26g(x) = (x^2 - 4) - 2 = x^2 - 6
A vertical shift of dd units downward is represented by subtracting dd from the function's output.

Key Concept

Translations of quadratic functions in the coordinate plane.
Estimated Time:1m 30s
Question 424Question

In the xyxy-plane, the vertex of the parabola defined by y=a(x2)(x8)y = a(x - 2)(x - 8) has a yy-coordinate of 18-18, where aa is a positive constant. What is the value of aa?

Show answer & explanation

Answer: 2

Answer

2
The correct answer is 2. The quadratic function is given in factored form as y=a(x2)(x8)y = a(x - 2)(x - 8). The x-intercepts of this parabola are at x=2x = 2 and x=8x = 8. Because of the symmetry of a parabola, the x-coordinate of the vertex is the midpoint of the x-intercepts: x=2+82=5x = \frac{2 + 8}{2} = 5. The y-coordinate of the vertex is given as 18-18, meaning the vertex is at the point (5,18)(5, -18). Substituting these coordinates into the equation gives 18=a(52)(58)-18 = a(5 - 2)(5 - 8), which simplifies to 18=a(3)(3)=9a-18 = a(3)(-3) = -9a. Solving for aa yields a=2a = 2.

Step-by-Step Solution

1
Identify the x-intercepts from the factored form equation y=a(x2)(x8)y = a(x - 2)(x - 8) and find the x-coordinate of the vertex.
The x-intercepts are x=2x = 2 and x=8x = 8. The x-coordinate of the vertex is the midpoint of the intercepts: x=2+82=5x = \frac{2 + 8}{2} = 5.
The axis of symmetry of a parabola passes through its vertex and lies midway between its x-intercepts.
2
Substitute the coordinates of the vertex (5,18)(5, -18) into the quadratic equation to solve for the constant aa.
Substituting x=5x = 5 and y=18y = -18 yields 18=a(52)(58)-18 = a(5 - 2)(5 - 8), which simplifies to 18=a(3)(3)-18 = a(3)(-3), so 18=9a-18 = -9a, giving a=2a = 2.
Since the vertex is a point on the parabola, its coordinates must satisfy the equation of the parabola.

Key Concept

Using the symmetry of quadratic functions in factored form to find the vertex coordinates.
Question 425Question

In the xyxy-plane, the graph of the polynomial function ff has xx-intercepts at (3,0)(-3, 0), (1,0)(1, 0), and (k,0)(k, 0), where kk is a constant greater than 11. The function is defined by f(x)=2(x+3)(x1)(xk)f(x) = -2(x + 3)(x - 1)(x - k). If the graph of ff passes through the point (2,20)(2, 20), what is the value of kk?

Show answer & explanation

Answer: 4

Answer

The value of kk is 44.
Substituting the coordinates of the point (2,20)(2, 20) into the function equation f(x)=2(x+3)(x1)(xk)f(x) = -2(x + 3)(x - 1)(x - k) gives 20=2(2+3)(21)(2k)20 = -2(2 + 3)(2 - 1)(2 - k). Simplifying this expression yields 20=10(2k)20 = -10(2 - k). Dividing both sides by 10-10 gives 2=2k-2 = 2 - k, which simplifies to k=4k = 4. Since 4>14 > 1, this meets the condition that kk is a constant greater than 11.

Step-by-Step Solution

1
Substitute the coordinates of the point (2,20)(2, 20) into the function definition.
20=2(2+3)(21)(2k)20 = -2(2 + 3)(2 - 1)(2 - k)
Since the graph passes through the point (2,20)(2, 20), the coordinates satisfy the equation of the function.
2
Simplify the numerical factors on the right side of the equation.
20=10(2k)20 = -10(2 - k)
Calculating 2+3=52+3 = 5 and 21=12-1 = 1, then multiplying the constants: 2×5×1=10-2 \times 5 \times 1 = -10.
3
Solve the linear equation for kk.
k=4k = 4
Dividing both sides by 10-10 yields 2k=22 - k = -2. Adding kk to both sides and adding 22 to both sides gives k=4k = 4.

Key Concept

Determining a constant root of a polynomial function by evaluating it at a given point on its graph.
Estimated Time:1m 30s
Question 426Question

The graph of the quadratic function ff in the xyxy-plane has its vertex at (3,2)(3, 2). If the graph passes through the point (5,6)(5, -6), what is the yy-intercept of the graph of ff?

Show answer & explanation

Answer: 16-16

Answer

The y-intercept of the graph of ff is 16-16.
The correct answer is found by setting up the vertex form of the quadratic function, f(x)=a(x3)2+2f(x) = a(x-3)^2 + 2, using the vertex (3,2)(3, 2). Substituting the point (5,6)(5, -6) yields 6=a(2)2+2-6 = a(2)^2 + 2, which simplifies to 8=4a-8 = 4a, giving a=2a = -2. The complete equation is f(x)=2(x3)2+2f(x) = -2(x-3)^2 + 2. Evaluating this function at x=0x = 0 yields 2(03)2+2=18+2=16-2(0-3)^2 + 2 = -18 + 2 = -16.

Step-by-Step Solution

1
Write the quadratic function in vertex form.
f(x)=a(x3)2+2f(x) = a(x-3)^2 + 2
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. Here, (h,k)=(3,2)(h, k) = (3, 2).
2
Substitute the coordinates of the given point (5,6)(5, -6) to solve for the coefficient aa.
a=2a = -2
Plugging x=5x=5 and f(x)=6f(x)=-6 into the equation gives 6=a(53)2+2-6 = a(5-3)^2 + 2, which simplifies to 6=4a+2-6 = 4a + 2. Subtracting 22 from both sides gives 8=4a-8 = 4a, so a=2a = -2.
3
Substitute a=2a = -2 back into the vertex form to write the full equation of the function.
f(x)=2(x3)2+2f(x) = -2(x-3)^2 + 2
This represents the specific quadratic function described.
4
Evaluate the function at x=0x = 0 to find the y-intercept.
f(0)=16f(0) = -16
The y-intercept of a graph is the point where x=0x=0. Evaluating f(0)f(0) gives 2(03)2+2=2(9)+2=16-2(0-3)^2 + 2 = -2(9) + 2 = -16.

Key Concept

Writing a quadratic function in vertex form f(x)=a(xh)2+kf(x) = a(x-h)^2 + k and finding the y-intercept by evaluating the function at x=0x=0.
Estimated Time:1m 30s
Question 427Question

A polynomial f(x)f(x) is defined by f(x)=2x3+hx27x6f(x) = 2x^3 + hx^2 - 7x - 6, where hh is a constant. If the graph of y=f(x)y = f(x) in the xyxy-plane passes through the point (2,0)(2, 0), what is the value of hh?

Show answer & explanation

Answer: 1

Answer

The value of the constant hh is 1.
Since the graph of y=f(x)y = f(x) passes through the point (2,0)(2, 0), the value of the function at x=2x = 2 must be 00. Substituting x=2x = 2 into the equation yields 2(2)3+h(2)27(2)6=02(2)^3 + h(2)^2 - 7(2) - 6 = 0. Simplifying the terms gives 2(8)+4h146=02(8) + 4h - 14 - 6 = 0, which simplifies to 16+4h20=016 + 4h - 20 = 0, or 4h4=04h - 4 = 0. Solving for hh yields h=1h = 1.

Step-by-Step Solution

1
Apply the point condition to the polynomial function.
f(2)=0f(2) = 0
Since the point (2,0)(2, 0) lies on the graph of y=f(x)y = f(x), substituting x=2x = 2 must yield y=0y = 0.
2
Substitute x=2x = 2 into the expression for f(x)f(x).
f(2)=2(2)3+h(2)27(2)6f(2) = 2(2)^3 + h(2)^2 - 7(2) - 6
We replace each occurrence of xx with 22 to evaluate the function value.
3
Simplify the algebraic expression.
16+4h20=0    4h4=016 + 4h - 20 = 0 \implies 4h - 4 = 0
Evaluating the exponents and multiplications gives 2(8)+4h146=16+4h20=4h42(8) + 4h - 14 - 6 = 16 + 4h - 20 = 4h - 4.
4
Solve the linear equation for hh.
h=1h = 1
Adding 4 to both sides gives 4h=44h = 4, and dividing by 4 gives h=1h = 1.

Key Concept

Connecting graphical x-intercepts of a polynomial to its algebraic roots and evaluation
Question 428Question

For a cubic polynomial function pp, the graph of y=p(x)y = p(x) in the xyxy-plane has xx-intercepts at (1,0)(1, 0) and (4,0)(4, 0), and x+3x + 3 is a factor of p(x)p(x). If p(0)=24p(0) = -24, what is the value of p(2)p(2)?

Show answer & explanation

Answer: 20

Answer

20
The correct answer is 20. By translating the factor x+3x + 3 and the intercepts (1,0)(1, 0) and (4,0)(4, 0) into roots, the polynomial can be modeled as p(x)=a(x+3)(x1)(x4)p(x) = a(x + 3)(x - 1)(x - 4). Solving for the leading coefficient using p(0)=24p(0) = -24 yields a=2a = -2. Substituting x=2x = 2 into the resulting equation p(x)=2(x+3)(x1)(x4)p(x) = -2(x + 3)(x - 1)(x - 4) gives p(2)=2(5)(1)(2)=20p(2) = -2(5)(1)(-2) = 20.

Step-by-Step Solution

1
Identify the roots of the polynomial from the factors and intercepts.
The roots of p(x)p(x) are x=3x = -3, x=1x = 1, and x=4x = 4.
A factor of x+3x + 3 corresponds to a root of 3-3. The xx-intercepts at (1,0)(1, 0) and (4,0)(4, 0) correspond to roots at 11 and 44.
2
Write the general factored form of the cubic polynomial.
p(x)=a(x+3)(x1)(x4)p(x) = a(x + 3)(x - 1)(x - 4)
A cubic polynomial with known roots r1,r2,r3r_1, r_2, r_3 can be expressed as p(x)=a(xr1)(xr2)(xr3)p(x) = a(x-r_1)(x-r_2)(x-r_3).
3
Use the value p(0)=24p(0) = -24 to find the constant coefficient aa.
a=2a = -2
Substituting x=0x = 0 gives p(0)=a(0+3)(01)(04)=12ap(0) = a(0 + 3)(0 - 1)(0 - 4) = 12a. Since 12a=2412a = -24, we solve to find a=2a = -2.
4
Evaluate p(2)p(2) using the fully defined polynomial.
p(2)=20p(2) = 20
Substituting x=2x = 2 into p(x)=2(x+3)(x1)(x4)p(x) = -2(x + 3)(x - 1)(x - 4) yields p(2)=2(2+3)(21)(24)=2(5)(1)(2)=20p(2) = -2(2 + 3)(2 - 1)(2 - 4) = -2(5)(1)(-2) = 20.

Key Concept

Using polynomial roots, factors, and given coordinates to define and evaluate polynomial functions.
Question 429Question

The function h(t)=16t2+v0t+h0h(t) = -16t^2 + v_0 t + h_0 models the height h(t)h(t), in feet, of a model rocket tt seconds after launch, where v0v_0 and h0h_0 are constants. The rocket reaches its maximum height of 100100 feet above the ground 22 seconds after it is launched. Which of the following equations defines h(t)h(t)?

Show answer & explanation

Answer: h(t)=16t2+64t+36h(t) = -16t^2 + 64t + 36

Answer

h(t)=16t2+64t+36h(t) = -16t^2 + 64t + 36
The correct equation is h(t)=16t2+64t+36h(t) = -16t^2 + 64t + 36. Since the maximum height of 100100 feet is reached at t=2t = 2 seconds, the vertex of the parabola is (2,100)(2, 100). In vertex form, a quadratic function is written as h(t)=a(td)2+ch(t) = a(t - d)^2 + c, where (d,c)(d, c) is the vertex. Given that the leading coefficient aa is 16-16, substituting the vertex yields h(t)=16(t2)2+100h(t) = -16(t - 2)^2 + 100. Expanding this expression gives h(t)=16(t24t+4)+100=16t2+64t64+100=16t2+64t+36h(t) = -16(t^2 - 4t + 4) + 100 = -16t^2 + 64t - 64 + 100 = -16t^2 + 64t + 36.

Step-by-Step Solution

1
Identify the vertex from the problem description.
The vertex of the parabola is (2,100)(2, 100), representing the time t=2t = 2 seconds when the maximum height of 100100 feet is reached.
The vertex (h,k)(h, k) of a quadratic function represents the maximum or minimum point of its graph.
2
Write the quadratic equation in vertex form.
h(t)=a(t2)2+100h(t) = a(t - 2)^2 + 100. Since the coefficient of t2t^2 in the standard form is 16-16, we set a=16a = -16, giving h(t)=16(t2)2+100h(t) = -16(t - 2)^2 + 100.
The vertex form of a quadratic function is y=a(xh)2+ky = a(x - h)^2 + k, and the leading coefficient aa is the same as in standard form.
3
Expand the vertex form equation into standard form.
h(t)=16(t24t+4)+100=16t2+64t64+100=16t2+64t+36h(t) = -16(t^2 - 4t + 4) + 100 = -16t^2 + 64t - 64 + 100 = -16t^2 + 64t + 36.
Expanding the squared term and distributing the leading coefficient converts the vertex form to standard form y=ax2+bx+cy = ax^2 + bx + c.

Key Concept

Quadratic Functions and Graphs

Alternative Method

The axis of symmetry for a quadratic function in standard form y=ax2+bx+cy = ax^2 + bx + c is given by x=b2ax = -\frac{b}{2a}. For this model, the maximum occurs at t=2t = 2, meaning the axis of symmetry is t=2t = 2. Since a=16a = -16, we have 2=b2(16)2 = -\frac{b}{2(-16)}, which simplifies to b=64b = 64. We can then test the remaining options where the linear coefficient is 6464. Substituting t=2t = 2 into the correct equation h(t)=16t2+64t+36h(t) = -16t^2 + 64t + 36 yields h(2)=16(4)+64(2)+36=64+128+36=100h(2) = -16(4) + 64(2) + 36 = -64 + 128 + 36 = 100, confirming it reaches the correct maximum height.
Estimated Time:1m 30s
Question 430Question

For the polynomial p(x)=2x3x2kx+6p(x) = 2x^3 - x^2 - kx + 6, where kk is a constant, the remainder when p(x)p(x) is divided by 2x32x - 3 is 00. What is the value of kk?

Show answer & explanation

Answer: 7

Answer

The value of kk is 77.
The correct answer is 77. According to the Factor Theorem, a linear expression axbax - b is a factor of a polynomial p(x)p(x) if and only if p(ba)=0p\left(\frac{b}{a}\right) = 0. Here, the divisor is 2x32x - 3, so setting 2x3=02x - 3 = 0 gives the root x=32x = \frac{3}{2}. Substituting x=32x = \frac{3}{2} into p(x)=2x3x2kx+6p(x) = 2x^3 - x^2 - kx + 6 gives 2(32)3(32)2k(32)+6=02\left(\frac{3}{2}\right)^3 - \left(\frac{3}{2}\right)^2 - k\left(\frac{3}{2}\right) + 6 = 0. Simplifying this equation gives 2749432k+6=0\frac{27}{4} - \frac{9}{4} - \frac{3}{2}k + 6 = 0, which reduces to 9232k+6=0\frac{9}{2} - \frac{3}{2}k + 6 = 0. Combining the constant terms gives 21232k=0\frac{21}{2} - \frac{3}{2}k = 0, which simplifies to 3k=213k = 21. Solving for kk gives k=7k = 7.

Step-by-Step Solution

1
Determine the root associated with the linear factor 2x32x - 3.
Setting 2x3=02x - 3 = 0 gives x=32x = \frac{3}{2}. By the Factor Theorem, p(32)=0p\left(\frac{3}{2}\right) = 0.
According to the Factor Theorem, a polynomial p(x)p(x) has a factor of the form axbax - b if and only if p(ba)=0p\left(\frac{b}{a}\right) = 0.
2
Substitute x=32x = \frac{3}{2} into the polynomial expression 2x3x2kx+62x^3 - x^2 - kx + 6 and set it to 00.
2(32)3(32)2k(32)+6=02\left(\frac{3}{2}\right)^3 - \left(\frac{3}{2}\right)^2 - k\left(\frac{3}{2}\right) + 6 = 0
This establishes a linear equation in terms of the unknown constant kk.
3
Simplify the numerical terms and solve for kk.
2(278)9432k+6=0    2749432k+6=0    9232k+6=0    21232k=0    3k=21    k=72\left(\frac{27}{8}\right) - \frac{9}{4} - \frac{3}{2}k + 6 = 0 \implies \frac{27}{4} - \frac{9}{4} - \frac{3}{2}k + 6 = 0 \implies \frac{9}{2} - \frac{3}{2}k + 6 = 0 \implies \frac{21}{2} - \frac{3}{2}k = 0 \implies 3k = 21 \implies k = 7.
Standard fractional arithmetic and algebraic isolation are used to find the value of kk.

Key Concept

Factor and Remainder Theorems
Question 431Question

In the xyxy-plane, the graph of the quadratic function ff has a vertex at (h,k)(h, k), where hh and kk are constants. The graph passes through the points (1,10)(1, 10) and (7,10)(7, 10). If the minimum value of the function ff is 11, what is the value of f(2)f(2)?

Show answer & explanation

Answer: 5

Answer

The value of f(2)f(2) is 5.
The correct answer is 5. Since the graph of the quadratic function passes through (1,10)(1, 10) and (7,10)(7, 10), the axis of symmetry is the vertical line halfway between x=1x = 1 and x=7x = 7, which is x=1+72=4x = \frac{1+7}{2} = 4. The minimum value of the function is 11, which occurs at the vertex, so the vertex is (4,1)(4, 1). In vertex form, the function is f(x)=a(x4)2+1f(x) = a(x-4)^2 + 1. Substituting the point (1,10)(1, 10) yields 10=a(14)2+110 = a(1-4)^2 + 1, which simplifies to 9=9a9 = 9a, so a=1a = 1. The function is f(x)=(x4)2+1f(x) = (x-4)^2 + 1. Evaluating this function at x=2x = 2 gives f(2)=(24)2+1=5f(2) = (2-4)^2 + 1 = 5.

Step-by-Step Solution

1
Find the xx-coordinate of the vertex using the symmetry of the parabola.
h=4h = 4
A parabola is symmetric about its vertical axis of symmetry. Since the points (1,10)(1, 10) and (7,10)(7, 10) have the same yy-coordinate, the axis of symmetry is exactly halfway between their xx-coordinates: x=1+72=4x = \frac{1 + 7}{2} = 4.
2
Find the vertex coordinates using the minimum value of the function.
Vertex is (4,1)(4, 1)
The vertex of a quadratic function with a minimum value lies on the axis of symmetry, and its yy-coordinate is the minimum value. Thus, the vertex (h,k)(h, k) is (4,1)(4, 1).
3
Write the vertex form of the quadratic function and solve for the leading coefficient aa.
f(x)=(x4)2+1f(x) = (x - 4)^2 + 1
Using the vertex form f(x)=a(xh)2+kf(x) = a(x - h)^2 + k, we substitute h=4h = 4 and k=1k = 1 to get f(x)=a(x4)2+1f(x) = a(x - 4)^2 + 1. Substituting the point (1,10)(1, 10) gives 10=a(14)2+1    9=9a    a=110 = a(1 - 4)^2 + 1 \implies 9 = 9a \implies a = 1.
4
Evaluate f(2)f(2) using the determined function.
f(2)=5f(2) = 5
Substitute x=2x = 2 into the equation f(x)=(x4)2+1f(x) = (x - 4)^2 + 1 to obtain f(2)=(24)2+1=4+1=5f(2) = (2 - 4)^2 + 1 = 4 + 1 = 5.

Key Concept

Using symmetry and the vertex form of a quadratic function to determine its equation and evaluate values.
Estimated Time:1m 30s
Question 432Question

The quadratic function ff is defined by f(x)=(x4)(x10)f(x) = (x - 4)(x - 10). In the xyxy-plane, the graph of function gg is obtained by translating the graph of ff horizontally so that the vertex of the graph of gg lies on the yy-axis. Which of the following equations defines the function gg?

Show answer & explanation

Answer: g(x)=x29g(x) = x^2 - 9

Answer

The correct equation is g(x)=x29g(x) = x^2 - 9.
The x-coordinate of the vertex of the graph of f(x)=(x4)(x10)f(x) = (x - 4)(x - 10) is the average of its x-intercepts: 4+102=7\frac{4 + 10}{2} = 7. For the vertex of the graph of gg to lie on the y-axis, the x-coordinate of the new vertex must be 0. This requires translating the graph of ff to the left by 7 units, which corresponds to the transformation g(x)=f(x+7)g(x) = f(x + 7). Substituting x+7x + 7 for xx in f(x)f(x) gives g(x)=((x+7)4)((x+7)10)=(x+3)(x3)=x29g(x) = ((x + 7) - 4)((x + 7) - 10) = (x + 3)(x - 3) = x^2 - 9.

Step-by-Step Solution

1
Identify the x-intercepts of the function f(x)=(x4)(x10)f(x) = (x - 4)(x - 10).
The x-intercepts are x=4x = 4 and x=10x = 10.
The x-intercepts occur where the function equals zero, which are the roots of the factors.
2
Find the x-coordinate of the vertex of the graph of ff.
The x-coordinate of the vertex is x=7x = 7.
The axis of symmetry (and thus the x-coordinate of the vertex) is the average of the x-intercepts: 4+102=7\frac{4 + 10}{2} = 7.
3
Determine the translation needed to place the vertex on the y-axis.
Translate the graph to the left by 7 units.
The y-axis corresponds to x=0x = 0. To move the vertex from x=7x = 7 to x=0x = 0, the graph must be shifted 7 units to the left.
4
Apply the horizontal translation to find the equation for g(x)g(x).
g(x)=(x+3)(x3)=x29g(x) = (x + 3)(x - 3) = x^2 - 9.
A horizontal translation of 7 units to the left is represented by g(x)=f(x+7)g(x) = f(x + 7). Substituting x+7x + 7 for xx in the equation for f(x)f(x) gives ((x+7)4)((x+7)10)=(x+3)(x3)=x29((x + 7) - 4)((x + 7) - 10) = (x + 3)(x - 3) = x^2 - 9.

Key Concept

Identifying the vertex of a quadratic function from its factored form and applying horizontal translation rules.
Question 433Question

In the xyxy-plane, the graph of the polynomial function gg, defined by g(x)=3(xk)(x+2)2g(x) = 3(x - k)(x + 2)^2, has a yy-intercept at (0,24)(0, -24), where kk is a constant. What is the value of kk?

Show answer & explanation

Answer: 2

Answer

The correct answer is 2.
Evaluating the function at x=0x = 0 yields g(0)=3(k)(2)2=12kg(0) = 3(-k)(2)^2 = -12k. Setting this equal to the given yy-intercept value of 24-24 gives 12k=24-12k = -24. Solving for kk gives k=2k = 2.

Step-by-Step Solution

1
Determine the value of the function at the yy-intercept
g(0)=24g(0) = -24
The yy-intercept of a graph in the xyxy-plane is the point where x=0x = 0. Since the yy-intercept is (0,24)(0, -24), the function value when x=0x = 0 must be 24-24.
2
Substitute x=0x = 0 into the function definition
g(0)=3(0k)(0+2)2g(0) = 3(0 - k)(0 + 2)^2
To evaluate the expression at x=0x = 0, we substitute 00 for every instance of xx in the equation.
3
Simplify the algebraic expression
g(0)=12kg(0) = -12k
Simplifying the terms: (0+2)2=4(0+2)^2 = 4, and 3(0k)=3k3(0-k) = -3k. Multiplying these gives 3k×4=12k-3k \times 4 = -12k.
4
Solve for the constant kk
k=2k = 2
Equating the simplified expression to the known yy-value at the intercept gives 12k=24-12k = -24. Dividing both sides by 12-12 yields k=2k = 2.

Key Concept

Using the y-intercept of a polynomial function to solve for an unknown constant coefficient.
Question 434Question

In the xyxy-plane, the graph of y=x28x+12y = x^2 - 8x + 12 represents the quadratic function ff. If this graph is shifted 33 units to the left and 55 units up to create the graph of a new function gg, what is the yy-value of the vertex of the graph of gg?

Show answer & explanation

Answer: 1

Answer

The y-value of the vertex of the graph of g is 1.
The vertex of the original quadratic function f(x) = x^2 - 8x + 12 can be found by rewriting it in vertex form, which is f(x) = (x - 4)^2 - 4. This shows that the vertex of the original graph is (4, -4). A translation of 3 units to the left subtracts 3 from the x-coordinate of the vertex (4 - 3 = 1), and a translation of 5 units up adds 5 to the y-coordinate of the vertex (-4 + 5 = 1). Thus, the vertex of the graph of the new function g is (1, 1), making its y-value 1.

Step-by-Step Solution

1
Find the vertex of the original quadratic function.
The vertex of the original graph is (4,4)(4, -4).
By completing the square on y=x28x+12y = x^2 - 8x + 12, we get y=(x4)24y = (x - 4)^2 - 4, which reveals the vertex is at (4,4)(4, -4).
2
Apply the translation to the vertex coordinates.
The translated vertex coordinates are (1,1)(1, 1).
Shifting a point (x,y)(x, y) by 33 units left and 55 units up results in the point (x3,y+5)(x - 3, y + 5). Applying this to the vertex (4,4)(4, -4) yields (43,4+5)=(1,1)(4 - 3, -4 + 5) = (1, 1).
3
Identify the y-coordinate of the new vertex.
The y-value is 11.
The vertex of the graph of gg is (1,1)(1, 1), where the second coordinate represents the y-value.

Key Concept

Identifying the vertex of a quadratic function and applying horizontal and vertical translations in the coordinate plane.
Question 435Question

The polynomial p(x)p(x) is defined by p(x)=x32x2kx+6p(x) = x^3 - 2x^2 - kx + 6, where kk is a constant. If x3x - 3 is a factor of p(x)p(x), which of the following is a factor of p(x)2x+8p(x) - 2x + 8?

Show answer & explanation

Answer: x2x - 2

Answer

The expression x2x - 2 is a factor of the modified polynomial.
The correct answer is the binomial expression x2x - 2. By the Factor Theorem, x3x - 3 being a factor of p(x)p(x) implies p(3)=0p(3) = 0. Substituting x=3x = 3 into p(x)=x32x2kx+6p(x) = x^3 - 2x^2 - kx + 6 gives 27183k+6=027 - 18 - 3k + 6 = 0, which simplifies to 153k=015 - 3k = 0, yielding k=5k = 5. Thus, p(x)=x32x25x+6p(x) = x^3 - 2x^2 - 5x + 6. The modified expression is p(x)2x+8=x32x27x+14p(x) - 2x + 8 = x^3 - 2x^2 - 7x + 14. Factoring this by grouping gives x2(x2)7(x2)=(x27)(x2)x^2(x - 2) - 7(x - 2) = (x^2 - 7)(x - 2), showing that x2x - 2 is a factor.

Step-by-Step Solution

1
Apply the Factor Theorem to find the value of kk. Since x3x - 3 is a factor of p(x)p(x), we must have p(3)=0p(3) = 0.
Substituting x=3x = 3 into the equation gives 332(3)2k(3)+6=03^3 - 2(3)^2 - k(3) + 6 = 0, which simplifies to 27183k+6=027 - 18 - 3k + 6 = 0, or 153k=015 - 3k = 0. Solving for kk yields k=5k = 5.
This allows us to determine the complete polynomial expression for p(x)p(x).
2
Substitute the value of kk back into p(x)p(x) and determine the expression for the modified polynomial, q(x)=p(x)2x+8q(x) = p(x) - 2x + 8.
Substituting k=5k = 5 gives p(x)=x32x25x+6p(x) = x^3 - 2x^2 - 5x + 6. Therefore, the modified polynomial is q(x)=(x32x25x+6)2x+8=x32x27x+14q(x) = (x^3 - 2x^2 - 5x + 6) - 2x + 8 = x^3 - 2x^2 - 7x + 14.
This simplifies the expression so we can find its factors.
3
Factor the modified polynomial q(x)=x32x27x+14q(x) = x^3 - 2x^2 - 7x + 14 by grouping.
Grouping the terms gives x2(x2)7(x2)x^2(x - 2) - 7(x - 2). Factoring out the common binomial term (x2)(x - 2) results in (x27)(x2)(x^2 - 7)(x - 2).
This reveals the individual linear and quadratic factors of the polynomial.
4
Identify which of the options is a factor of the modified polynomial.
The factors of the polynomial are x2x - 2 and x27x^2 - 7. Thus, x2x - 2 is a factor.
This answers the question by matching our factored form with the options.

Key Concept

The Factor Theorem states that a linear expression xcx - c is a factor of a polynomial f(x)f(x) if and only if f(c)=0f(c) = 0. We can also factor cubic polynomials by grouping terms to find their roots and factors.

Alternative Method

Alternatively, instead of fully factoring the polynomial, one can apply the Factor Theorem directly to the choices. Since a linear expression xcx - c is a factor of q(x)=p(x)2x+8q(x) = p(x) - 2x + 8 if and only if q(c)=0q(c) = 0, we can substitute the root cc corresponding to each choice into q(x)q(x) after finding k=5k = 5. For the correct factor x2x - 2, substituting x=2x = 2 yields q(2)=232(2)27(2)+14=8814+14=0q(2) = 2^3 - 2(2)^2 - 7(2) + 14 = 8 - 8 - 14 + 14 = 0.
Estimated Time:1m 30s
Question 436Question

The table below shows selected values of xx and the corresponding values of the polynomial function p(x)p(x).

xxp(x)p(x)
0016-16
2200
334-4
4400

If p(x)=a(x2)(x4)(xk)p(x) = a(x-2)(x-4)(x-k) for all real numbers xx, where aa and kk are constants, what is the value of kk?

Show answer & explanation

Answer: 1

Answer

The value of kk is 11.
Substituting the coordinate pair (0,16)(0, -16) into the equation p(x)=a(x2)(x4)(xk)p(x) = a(x-2)(x-4)(x-k) gives p(0)=a(2)(4)(k)=8ak=16p(0) = a(-2)(-4)(-k) = -8ak = -16, which simplifies to ak=2ak = 2. Substituting the coordinate pair (3,4)(3, -4) gives p(3)=a(32)(34)(3k)=a(3k)=4p(3) = a(3-2)(3-4)(3-k) = -a(3-k) = -4. Expanding this equation yields 3a+ak=4-3a + ak = -4. Replacing akak with 22 in this equation results in 3a+2=4-3a + 2 = -4, which simplifies to 3a=6-3a = -6, so a=2a = 2. Using a=2a = 2 in the relation ak=2ak = 2 gives 2k=22k = 2, which yields k=1k = 1.

Step-by-Step Solution

1
Substitute the coordinates (0,16)(0, -16) from the table into the given equation p(x)=a(x2)(x4)(xk)p(x) = a(x-2)(x-4)(x-k) to form a relationship between the constants.
p(0)=a(02)(04)(0k)=a(2)(4)(k)=8ak=16p(0) = a(0-2)(0-4)(0-k) = a(-2)(-4)(-k) = -8ak = -16, which simplifies to ak=2ak = 2.
To establish a relation between constants aa and kk using the y-intercept of the polynomial.
2
Substitute another known point from the table, (3,4)(3, -4), into the polynomial equation.
p(3)=a(32)(34)(3k)=a(1)(1)(3k)=a(3k)=4p(3) = a(3-2)(3-4)(3-k) = a(1)(-1)(3-k) = -a(3-k) = -4.
To obtain a second equation relating the constants aa and kk.
3
Solve the system of equations by distributing a-a in the second equation and substituting the value of akak from the first step.
3a+ak=4-3a + ak = -4. Since ak=2ak = 2, this becomes 3a+2=4    3a=6    a=2-3a + 2 = -4 \implies -3a = -6 \implies a = 2.
To solve for the leading coefficient constant aa.
4
Substitute the value of aa back into the first relation to solve for kk.
Since a=2a = 2 and ak=2ak = 2, we have 2k=2    k=12k = 2 \implies k = 1.
To find the final value of kk.

Key Concept

Solving for polynomial constants using given coordinate points from a table
Question 437Question

A cubic polynomial function ff has xx-intercepts at (2,0)(2, 0), (5,0)(5, 0), and (c,0)(c, 0), where cc is a positive constant. In the xyxy-plane, the graph of y=f(x)y = f(x) has a yy-intercept at (0,60)(0, 60). If f(1)=16f(1) = 16, what is the value of cc?

Show answer & explanation

Answer: 3

Answer

The correct answer is 3.
The factored form of a cubic polynomial with xx-intercepts at x=2x = 2, x=5x = 5, and x=cx = c is f(x)=a(x2)(x5)(xc)f(x) = a(x-2)(x-5)(x-c). Evaluating the function at the yy-intercept x=0x = 0 gives f(0)=a(2)(5)(c)=10ac=60f(0) = a(-2)(-5)(-c) = -10ac = 60, which simplifies to ac=6ac = -6. Using the point (1,16)(1, 16) yields f(1)=a(12)(15)(1c)=4a(1c)=16f(1) = a(1-2)(1-5)(1-c) = 4a(1-c) = 16. Expanding this equation gives 4a4ac=164a - 4ac = 16. Substituting ac=6ac = -6 into this equation yields 4a4(6)=164a - 4(-6) = 16, which simplifies to 4a+24=164a + 24 = 16, resulting in a=2a = -2. Finally, substituting a=2a = -2 into ac=6ac = -6 yields 2c=6-2c = -6, so c=3c = 3.

Step-by-Step Solution

1
Write the polynomial in factored form using its xx-intercepts.
f(x)=a(x2)(x5)(xc)f(x) = a(x-2)(x-5)(x-c)
By the factor theorem, if a polynomial has xx-intercepts at x=r1,r2,r3x = r_1, r_2, r_3, then (xr1)(x-r_1), (xr2)(x-r_2), and (xr3)(x-r_3) are factors of the polynomial.
2
Use the yy-intercept (0,60)(0, 60) to find a relation between aa and cc.
ac=6ac = -6
Since the yy-intercept is at (0,60)(0, 60), we substitute x=0x = 0 into the polynomial and set the expression equal to 6060: a(2)(5)(c)=10ac=60a(-2)(-5)(-c) = -10ac = 60, which gives ac=6ac = -6.
3
Use the given point f(1)=16f(1) = 16 to set up a second equation.
4a(1-c) = 16
Substitute x=1x = 1 and f(1)=16f(1) = 16 into the factored form: a(12)(15)(1c)=a(1)(4)(1c)=4a(1c)=16a(1-2)(1-5)(1-c) = a(-1)(-4)(1-c) = 4a(1-c) = 16.
4
Solve for the leading coefficient aa by substituting ac=6ac = -6.
a=2a = -2
Expanding the equation from Step 3 yields 4a4ac=164a - 4ac = 16. Substituting ac=6ac = -6 gives 4a4(6)=164a - 4(-6) = 16, which simplifies to 4a+24=164a + 24 = 16, so 4a=84a = -8 and a=2a = -2.
5
Solve for the constant cc.
c=3c = 3
Using the relation ac=6ac = -6 and substituting a=2a = -2 gives 2c=6-2c = -6, which yields c=3c = 3.

Key Concept

Using the factor theorem to set up a cubic polynomial equation and solving for unknown parameters using given points.
Question 438Question

A polynomial f(x)f(x) has a remainder of 1212 when divided by x4x - 4. If g(x)=(x2)f(x2)5g(x) = (x - 2)f(x - 2) - 5, what is the remainder when g(x)g(x) is divided by x6x - 6?

Show answer & explanation

Answer: 43

Answer

The correct answer is 43, which is the remainder when g(x) is divided by x - 6.
According to the Remainder Theorem, since the polynomial f(x)f(x) has a remainder of 1212 when divided by x4x - 4, we have f(4)=12f(4) = 12. To find the remainder when g(x)g(x) is divided by x6x - 6, we apply the Remainder Theorem again to evaluate g(6)g(6). Substituting x=6x = 6 into the definition of g(x)g(x) gives g(6)=(62)f(62)5=4f(4)5g(6) = (6 - 2)f(6 - 2) - 5 = 4f(4) - 5. Substituting f(4)=12f(4) = 12 yields 4(12)5=485=434(12) - 5 = 48 - 5 = 43.

Step-by-Step Solution

1
Apply the Remainder Theorem to the polynomial f(x)f(x).
f(4)=12f(4) = 12
The Remainder Theorem states that the remainder when a polynomial f(x)f(x) is divided by xcx - c is equal to f(c)f(c).
2
Set up the expression for the remainder of g(x)g(x) when divided by x6x - 6.
Evaluate g(6)g(6)
By the Remainder Theorem, the remainder of g(x)g(x) divided by x6x - 6 is equal to g(6)g(6).
3
Substitute x=6x = 6 into the definition of g(x)=(x2)f(x2)5g(x) = (x - 2)f(x - 2) - 5.
g(6)=(62)f(62)5=4f(4)5g(6) = (6 - 2)f(6 - 2) - 5 = 4f(4) - 5
Evaluating g(6)g(6) requires substituting x=6x = 6 into all occurrences of xx in the equation for g(x)g(x).
4
Substitute the value of f(4)f(4) into the expression for g(6)g(6) and simplify.
g(6)=4(12)5=485=43g(6) = 4(12) - 5 = 48 - 5 = 43
Using the value of f(4)=12f(4) = 12 from Step 1 allows us to calculate the numerical value of the remainder.

Key Concept

The Remainder Theorem and evaluation of composite polynomial functions.

Alternative Method

Instead of evaluating g(6)g(6) directly, one can write f(x)=(x4)q(x)+12f(x) = (x - 4)q(x) + 12 for some polynomial q(x)q(x). Substituting this expression into the equation for g(x)g(x) gives g(x)=(x2)[(x6)q(x2)+12]5=(x2)(x6)q(x2)+12(x2)5g(x) = (x - 2)[(x - 6)q(x - 2) + 12] - 5 = (x - 2)(x - 6)q(x - 2) + 12(x - 2) - 5. Evaluating this expression at x=6x = 6 makes the first term 00, leaving 12(62)5=12(4)5=4312(6 - 2) - 5 = 12(4) - 5 = 43.
Estimated Time:1m 30s
PreviousPage 22 / 22
Advanced Math Practice Questions — SAT — Page 22 | Examkin