All practice questions

612 questions

Question 481Question

Let the function ff be given by f(x)=3x5f(x) = 3x - 5. If a second function gg is defined in terms of ff as g(x)=2f(x+1)+4g(x) = 2f(x + 1) + 4, what is the value of xx for which g(x)=12g(x) = 12?

Show answer & explanation

Answer: 2

Answer

2
Evaluating g(x)=12g(x) = 12 gives 2f(x+1)+4=122f(x + 1) + 4 = 12. Subtracting 4 from both sides yields 2f(x+1)=82f(x + 1) = 8. Dividing by 2 yields f(x+1)=4f(x + 1) = 4. Substituting x+1x+1 into the definition f(x)=3x5f(x) = 3x - 5 gives 3(x+1)5=43(x + 1) - 5 = 4. Simplifying the equation results in 3x+35=43x + 3 - 5 = 4, which is 3x2=43x - 2 = 4. Solving for xx gives 3x=63x = 6, so x=2x = 2.

Step-by-Step Solution

1
Set the equation g(x)=12g(x) = 12 using the definition of g(x)g(x)
2f(x + 1) + 4 = 12
We are given that g(x)=12g(x) = 12 and want to find the corresponding value of xx.
2
Isolate the function term f(x+1)f(x + 1)
f(x + 1) = 4
Subtract 4 from both sides of the equation to get 2f(x+1)=82f(x + 1) = 8, then divide by 2.
3
Use the definition of f(x)f(x) to express f(x+1)f(x + 1)
f(x + 1) = 3(x + 1) - 5 = 3x - 2
Substitute x+1x + 1 in place of xx in the function f(x)=3x5f(x) = 3x - 5.
4
Set the expression for f(x+1)f(x + 1) equal to 4 and solve for xx
x = 2
Solve the linear equation 3x2=43x - 2 = 4 by adding 2 to both sides to get 3x=63x = 6, then dividing by 3.

Key Concept

Applying multiple transformations to a linear function and solving the resulting equation using function notation.
Question 482Question

If the quadratic equation x2bx+16=0x^2 - bx + 16 = 0, where bb is a positive constant, has two real solutions such that one solution is 44 times the other, what is the value of bb?

Show answer & explanation

Answer: 10

Answer

The value of bb is 1010.
By writing the roots as rr and 4r4r, the quadratic equation can be represented as (xr)(x4r)=x25rx+4r2=0(x-r)(x-4r) = x^2 - 5rx + 4r^2 = 0. Comparing this to the given equation x2bx+16=0x^2 - bx + 16 = 0, we establish that 4r2=164r^2 = 16 and b=5rb = 5r. Solving for rr gives r2=4r^2 = 4, which means r=±2r = \pm 2. Since bb is a positive constant, we select r=2r = 2, yielding b=5(2)=10b = 5(2) = 10. Alternatively, using Vieta's formulas, the product of the roots is r4r=16    4r2=16    r=±2r \cdot 4r = 16 \implies 4r^2 = 16 \implies r = \pm 2, and the sum of the roots is r+4r=b    5r=br + 4r = b \implies 5r = b. Since b>0b > 0, we find b=10b = 10.

Step-by-Step Solution

1
Define the roots in terms of a single variable and express the quadratic equation in factored form.
Let the roots be rr and 4r4r. The factored form is (xr)(x4r)=0(x - r)(x - 4r) = 0.
This allows us to relate the given relationship between the roots to the coefficients of the quadratic equation.
2
Expand the factored quadratic expression.
x25rx+4r2=0x^2 - 5rx + 4r^2 = 0
This transforms the equation into the standard form x2+Bx+C=0x^2 + Bx + C = 0 so we can match coefficients.
3
Compare the expanded equation with the given equation x2bx+16=0x^2 - bx + 16 = 0.
4r2=164r^2 = 16 and b=5rb = 5r
Matching corresponding coefficients allows us to solve for the unknown variables.
4
Solve the constant term equation for rr.
r=2r = 2 or r=2r = -2
Finding the value of rr is necessary to calculate the value of bb.
5
Calculate the value of bb using the constraint that bb is positive.
b=5(2)=10b = 5(2) = 10
Using the negative root r=2r = -2 would yield a negative value for bb (b=10b = -10), which violates the constraint that bb must be a positive constant.

Key Concept

Relating the roots of a quadratic equation to its coefficients
Estimated Time:1m 30s
Question 483Question

The polynomial function pp is defined by p(x)=x34x2kx+36p(x) = x^3 - 4x^2 - kx + 36, where kk is a constant. In the xyxy-plane, the graph of y=p(x)y = p(x) has an xx-intercept at (3,0)(3, 0). What is the value of kk?

Show answer & explanation

Answer: 9

Answer

The correct answer is 9.
An xx-intercept at (3,0)(3, 0) indicates that when x=3x = 3, p(x)=0p(x) = 0. Substituting x=3x = 3 and p(3)=0p(3) = 0 into the equation p(x)=x34x2kx+36p(x) = x^3 - 4x^2 - kx + 36 results in 334(3)2k(3)+36=03^3 - 4(3)^2 - k(3) + 36 = 0. Simplifying the terms gives 27363k+36=027 - 36 - 3k + 36 = 0. The 36-36 and +36+36 terms cancel, leaving 273k=027 - 3k = 0. Solving for kk gives 3k=273k = 27, which results in k=9k = 9.

Step-by-Step Solution

1
Relate the xx-intercept to the root of the polynomial function.
p(3)=0p(3) = 0
Since the graph of y=p(x)y = p(x) has an xx-intercept at (3,0)(3, 0), the value of the function at x=3x = 3 must be 00.
2
Substitute x=3x = 3 into the polynomial expression.
334(3)2k(3)+36=03^3 - 4(3)^2 - k(3) + 36 = 0
By setting the expression equal to 00, we can solve for the unknown constant kk.
3
Simplify the expression and solve for kk.
k=9k = 9
27363k+36=027 - 36 - 3k + 36 = 0 simplifies to 273k=027 - 3k = 0, which yields 3k=273k = 27 and thus k=9k = 9.

Key Concept

Relationship between x-intercepts of a graph and the roots of the polynomial function.
Question 484Question

The graph of the quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c, where aa, bb, and cc are constants, is a parabola in the xyxy-plane that passes through the points (3,22)(-3, 22) and (9,22)(9, 22). If the minimum value of f(x)f(x) is 44, what is the value of f(1)f(1)?

Show answer & explanation

Answer: 6

Answer

The correct answer is 6.
The correct answer is 6. The axis of symmetry of the parabola is halfway between the points with equivalent y-values: x = 3. Using the minimum value of 4, the vertex is identified as (3, 4). Writing the equation in vertex form as f(x) = a(x - 3)^2 + 4 and substituting (9, 22) yields a = 0.5. Evaluating the function f(x) = 0.5(x - 3)^2 + 4 at x = 1 yields 6.

Step-by-Step Solution

1
Determine the axis of symmetry of the parabola.
The axis of symmetry is x=3x = 3.
Because the parabola passes through the points (3,22)(-3, 22) and (9,22)(9, 22), which have the same yy-coordinate, the axis of symmetry must lie halfway between their xx-coordinates: x=3+92=3x = \frac{-3 + 9}{2} = 3.
2
Write the quadratic function in vertex form.
f(x)=a(x3)2+4f(x) = a(x - 3)^2 + 4
Since the function has a minimum value of 44, the vertex of the upward-opening parabola is at (3,4)(3, 4).
3
Solve for the leading coefficient aa.
a=0.5a = 0.5
Substitute the point (9,22)(9, 22) into the vertex form equation: 22=a(93)2+422 = a(9 - 3)^2 + 4, which simplifies to 18=36a18 = 36a, so a=0.5a = 0.5.
4
Evaluate f(1)f(1).
f(1)=6f(1) = 6
Substitute x=1x = 1 into the completed function f(x)=0.5(x3)2+4f(x) = 0.5(x - 3)^2 + 4 to get f(1)=0.5(13)2+4=0.5(4)+4=6f(1) = 0.5(1 - 3)^2 + 4 = 0.5(4) + 4 = 6.

Key Concept

Using symmetry, vertex form, and given points to determine a quadratic function's equation and evaluate it.
Question 485Question

A specialized laser cutter cuts steel sheet metal at a constant rate of 1818 inches per minute. At this rate, how many seconds does it take the laser cutter to cut a length of 66 feet of steel? (1 foot=12 inches1\text{ foot} = 12\text{ inches})

Show answer & explanation

Answer: 240

Answer

The correct answer is 240.
To find the number of seconds it takes the laser cutter to cut 66 feet of steel, we first convert the length to inches: 6 feet×12 inches/foot=72 inches6\text{ feet} \times 12\text{ inches/foot} = 72\text{ inches}. Next, we divide this length by the cutting rate to find the duration in minutes: 72 inches÷18 inches/minute=4 minutes72\text{ inches} \div 18\text{ inches/minute} = 4\text{ minutes}. Finally, we convert the minutes into seconds: $4\text{ minutes} \times 60\text{ seconds/minute} = 240\text{ seconds}.

Step-by-Step Solution

1
Convert the total cutting distance from feet to inches.
72 inches72\text{ inches}
Since the rate is given in inches per minute, we must convert the length from feet to inches to align the units. Knowing that 1 foot=12 inches1\text{ foot} = 12\text{ inches}, we multiply 66 by 1212.
2
Calculate the time in minutes to cut 72 inches72\text{ inches} at a rate of 18 inches/minute18\text{ inches/minute}.
4 minutes4\text{ minutes}
Dividing the total distance (72 inches72\text{ inches}) by the cutting rate (18 inches/minute18\text{ inches/minute}) yields the time in minutes.
3
Convert the time from minutes to seconds.
240 seconds240\text{ seconds}
Since 1 minute=60 seconds1\text{ minute} = 60\text{ seconds}, multiplying 44 minutes by 6060 gives the final time in seconds.

Key Concept

Performing multi-step unit conversions using rate and dimensional analysis.
Question 486Question

The function ff is defined by f(x)=2x212x+cf(x) = 2x^2 - 12x + c, where cc is a constant. In the xyxy-plane, the graph of y=f(x)y = f(x) has a vertex at (h,5)(h, 5), where hh is a constant. What is the value of cc?

Show answer & explanation

Answer: 23

Answer

23
For a quadratic function in standard form f(x)=ax2+bx+cf(x) = ax^2 + bx + c, the x-coordinate of the vertex is given by h=b2ah = -\frac{b}{2a}. In this function, a=2a = 2 and b=12b = -12, so h=122(2)=3h = -\frac{-12}{2(2)} = 3. The vertex coordinates are (3,5)(3, 5), which means f(3)=5f(3) = 5. Substituting x=3x = 3 into the function gives 2(3)212(3)+c=52(3)^2 - 12(3) + c = 5. Simplifying the terms gives 1836+c=518 - 36 + c = 5, which becomes 18+c=5-18 + c = 5. Adding 1818 to both sides yields c=23c = 23.

Step-by-Step Solution

1
Identify the x-coordinate formula for the vertex of a quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c.
The x-coordinate hh is given by h=b2ah = -\frac{b}{2a}.
To find the axis of symmetry and the horizontal position of the vertex.
2
Substitute a=2a = 2 and b=12b = -12 from the given equation f(x)=2x212x+cf(x) = 2x^2 - 12x + c into the vertex formula.
h=122(2)=3h = -\frac{-12}{2(2)} = 3
To calculate the specific x-coordinate of the vertex for this function.
3
Substitute the vertex coordinates (3,5)(3, 5) into the function f(x)f(x).
f(3)=2(3)212(3)+c=5f(3) = 2(3)^2 - 12(3) + c = 5
Since the vertex lies on the graph of the function, its coordinates must satisfy the function's equation.
4
Simplify the equation and solve for the constant cc.
1836+c=5    18+c=5    c=2318 - 36 + c = 5 \implies -18 + c = 5 \implies c = 23
To determine the final value of the constant cc.

Key Concept

Vertex of a quadratic function
Question 487Question

A fiber-optic internet connection downloads data at a constant rate of 4040 megabits per second. There are 88 megabits in 11 megabyte and 1,0001,000 megabytes in 11 gigabyte. At this rate, how many gigabytes of data can the connection download in 11 hour?

Show answer & explanation

Answer: 18

Answer

The connection can download 18 gigabytes of data in 1 hour.
First, convert the download rate from megabits per second to megabytes per second: 40÷8=540 \div 8 = 5 megabytes per second. Next, find the number of seconds in 11 hour: 60 minutes×60 seconds=3,60060 \text{ minutes} \times 60 \text{ seconds} = 3,600 seconds. Multiply the rate in megabytes per second by the number of seconds in an hour to find the total megabytes downloaded: 5×3,600=18,0005 \times 3,600 = 18,000 megabytes. Finally, convert megabytes to gigabytes: 18,000÷1,000=1818,000 \div 1,000 = 18 gigabytes.

Step-by-Step Solution

1
Convert the download speed from megabits per second to megabytes per second.
55 megabytes per second
Since 8 megabits=1 megabyte8\text{ megabits} = 1\text{ megabyte}, divide 4040 megabits per second by 88.
2
Calculate the total number of seconds in 11 hour.
3,6003,600 seconds
Since there are 6060 minutes in 11 hour and 6060 seconds in 11 minute, multiply 6060 by 6060.
3
Determine the total megabytes downloaded in 11 hour.
18,00018,000 megabytes
Multiply the rate of 55 megabytes per second by the elapsed time of 3,6003,600 seconds.
4
Convert the total megabytes to gigabytes.
1818 gigabytes
Since 1,000 megabytes=1 gigabyte1,000\text{ megabytes} = 1\text{ gigabyte}, divide 18,00018,000 megabytes by 1,0001,000.

Key Concept

Unit Conversions
Question 488Question

The graph of the quadratic function f(x)=x24x+7f(x) = x^2 - 4x + 7 is translated 33 units to the right and 22 units down in the xyxy-plane to form the graph of the function g(x)=x2+px+qg(x) = x^2 + px + q, where pp and qq are constants. What is the value of qq?

Show answer & explanation

Answer: 26

Answer

The value of qq is 2626.
To find the constant term qq of the translated quadratic function g(x)=x2+px+qg(x) = x^2 + px + q, we first determine the vertex of the original function f(x)=x24x+7f(x) = x^2 - 4x + 7. Completing the square gives f(x)=(x2)2+3f(x) = (x - 2)^2 + 3, which identifies the vertex of the parabola as (2,3)(2, 3). Translating the graph 33 units to the right and 22 units down shifts the vertex to (2+3,32)=(5,1)(2 + 3, 3 - 2) = (5, 1). Because the translation does not affect the shape of the parabola, the leading coefficient remains 11. The vertex form of the new function is g(x)=(x5)2+1g(x) = (x - 5)^2 + 1. Expanding this expression yields g(x)=x210x+25+1=x210x+26g(x) = x^2 - 10x + 25 + 1 = x^2 - 10x + 26. Comparing this to g(x)=x2+px+qg(x) = x^2 + px + q, we find that q=26q = 26.

Step-by-Step Solution

1
Convert the original function f(x)=x24x+7f(x) = x^2 - 4x + 7 into vertex form, f(x)=a(xh)2+kf(x) = a(x - h)^2 + k, to identify its vertex (h,k)(h, k).
f(x)=(x2)2+3f(x) = (x - 2)^2 + 3, which represents a parabola with vertex (2,3)(2, 3).
Finding the vertex of the original function allows us to apply the translation directly to the vertex coordinates.
2
Apply the translation of 33 units to the right and 22 units down to the coordinates of the vertex (2,3)(2, 3).
The new vertex is (2+3,32)=(5,1)(2 + 3, 3 - 2) = (5, 1).
Translating a graph shifts its vertex by the corresponding horizontal and vertical amounts.
3
Write the equation of the translated function g(x)g(x) in vertex form using the new vertex (5,1)(5, 1) and the original leading coefficient a=1a = 1.
g(x)=(x5)2+1g(x) = (x - 5)^2 + 1
A translation does not change the shape or vertical stretch of the parabola, so the coefficient of x2x^2 remains 11.
4
Expand the vertex form of g(x)g(x) into standard form, g(x)=x2+px+qg(x) = x^2 + px + q, to determine the constant term qq.
g(x)=x210x+26g(x) = x^2 - 10x + 26, which means q=26q = 26.
Expanding the equation allows us to compare it directly with the standard form of g(x)g(x) and identify the value of the constant term.

Key Concept

Vertex form and translations of quadratic functions

Alternative Method

Alternatively, the translation can be applied directly to the variable xx in the function equation. Translating a function f(x)f(x) by 33 units to the right and 22 units down yields g(x)=f(x3)2g(x) = f(x - 3) - 2. Substituting x3x - 3 into the original function gives: g(x)=(x3)24(x3)+72g(x) = (x - 3)^2 - 4(x - 3) + 7 - 2. Simplifying this expression: g(x)=(x26x+9)(4x12)+5=x210x+26g(x) = (x^2 - 6x + 9) - (4x - 12) + 5 = x^2 - 10x + 26. This directly shows that the constant term qq is 2626.
Estimated Time:1m 30s
Question 489Question

In the quadratic equation x2kx+36=0x^2 - kx + 36 = 0, kk is a positive constant. If the difference between the two solutions to the equation is 55, what is the value of kk?

Show answer & explanation

Answer: 13

Answer

The value of the positive constant kk is 1313.
For the quadratic equation x2kx+36=0x^2 - kx + 36 = 0 with solutions r1r_1 and r2r_2, the sum of the solutions is r1+r2=kr_1 + r_2 = k and the product of the solutions is r1r2=36r_1 \cdot r_2 = 36. Given that the difference between the two solutions is 55, we can write r1r2=5|r_1 - r_2| = 5. Squaring both sides yields (r1r2)2=25(r_1 - r_2)^2 = 25. Using the algebraic identity (r1r2)2=(r1+r2)24r1r2(r_1 - r_2)^2 = (r_1 + r_2)^2 - 4r_1 r_2, we substitute the known values to obtain 25=k24(36)25 = k^2 - 4(36), which simplifies to 25=k214425 = k^2 - 144. Solving for k2k^2 gives k2=169k^2 = 169. Since kk is positive, k=13k = 13. Alternatively, we can find two numbers whose product is 3636 and whose difference is 55. These numbers are 99 and 44, because 94=369 \cdot 4 = 36 and 94=59 - 4 = 5. The sum of these solutions is 9+4=139 + 4 = 13, which matches the coefficient of the linear term, kk.

Step-by-Step Solution

1
Relate the roots of the quadratic equation x2kx+36=0x^2 - kx + 36 = 0 to its coefficients using Vieta's formulas.
The sum of the roots is r1+r2=kr_1 + r_2 = k and the product of the roots is r1r2=36r_1 \cdot r_2 = 36.
This sets up the system of equations representing the roots.
2
Express the given root difference of 55 mathematically and square it.
r1r2=5    (r1r2)2=25|r_1 - r_2| = 5 \implies (r_1 - r_2)^2 = 25.
Squaring the difference allows us to use standard algebraic identities.
3
Apply the identity (r1r2)2=(r1+r2)24r1r2(r_1 - r_2)^2 = (r_1 + r_2)^2 - 4r_1 r_2 to substitute the sum and product expressions.
25=k24(36)25 = k^2 - 4(36)
This converts the relationship between the roots into an equation with the single variable kk.
4
Solve the equation for kk, selecting the positive value.
25=k2144    k2=169    k=1325 = k^2 - 144 \implies k^2 = 169 \implies k = 13 (since k>0k > 0).
To determine the final value of kk satisfying the constraint that kk is a positive constant.

Key Concept

Relationship between the roots and coefficients of a quadratic equation (Vieta's formulas)
Question 490Question

A quadratic function ff has its vertex at (4,12)(4, 12) and a yy-intercept at (0,4)(0, -4) in the xyxy-plane. The function gg is defined by g(x)=f(x+2)+kg(x) = f(x + 2) + k, where kk is a constant. If the yy-intercept of the graph of gg is (0,15)(0, 15), what is the value of kk?

Show answer & explanation

Answer: 7

Answer

7
The quadratic function f(x)f(x) is determined to be f(x)=(x4)2+12f(x) = -(x - 4)^2 + 12 by substituting the vertex (4,12)(4, 12) and the yy-intercept (0,4)(0, -4) into the vertex form. The transformation g(x)=f(x+2)+kg(x) = f(x + 2) + k translates the function horizontally left by 2 units and vertically by kk units, resulting in g(x)=(x2)2+12+kg(x) = -(x - 2)^2 + 12 + k. Using the yy-intercept of gg, which is (0,15)(0, 15), we substitute x=0x = 0 to get 15=(02)2+12+k15 = -(0 - 2)^2 + 12 + k, simplifying to 15=8+k15 = 8 + k, which yields k=7k = 7.

Step-by-Step Solution

1
Write the vertex form of f(x)f(x)
f(x)=a(x4)2+12f(x) = a(x - 4)^2 + 12
The vertex form of a quadratic function with vertex (h,kvertex)(h, k_{vertex}) is given by f(x)=a(xh)2+kvertexf(x) = a(x - h)^2 + k_{vertex}.
2
Determine the value of the coefficient aa
a=1a = -1, so f(x)=(x4)2+12f(x) = -(x - 4)^2 + 12
Substitute the coordinates of the yy-intercept (0,4)(0, -4) into the vertex form equation to solve for aa.
3
Express the transformed function g(x)g(x) in terms of xx and kk
g(x)=(x2)2+12+kg(x) = -(x - 2)^2 + 12 + k
Apply the translation rules: substituting x+2x + 2 for xx shifts the graph left by 2 units, and adding kk shifts the graph vertically by kk units.
4
Solve for the constant kk
k=7k = 7
Use the yy-intercept of g(x)g(x), which is (0,15)(0, 15), so g(0)=15g(0) = 15. Setting 15=(02)2+12+k15 = -(0 - 2)^2 + 12 + k simplifies to 15=8+k15 = 8 + k, which yields k=7k = 7.

Key Concept

Quadratic function vertex form and transformations
Question 491Question

A shipping company records the weights, in pounds, of 1010 packages in a delivery batch. The table below shows the distribution of the weights.

Weight (pounds)Frequency
4433
6633
8833
262611

If the heaviest package is removed from the batch, by how much will the mean weight of the remaining packages decrease, in pounds?

Show answer & explanation

Answer: 2

Answer

The mean weight of the remaining packages will decrease by 22 pounds.
The original mean weight of the 1010 packages is calculated by finding the total weight and dividing it by 1010. The total weight is (3×4)+(3×6)+(3×8)+(1×26)=12+18+24+26=80(3 \times 4) + (3 \times 6) + (3 \times 8) + (1 \times 26) = 12 + 18 + 24 + 26 = 80 pounds, so the initial mean is 8010=8\frac{80}{10} = 8 pounds. After removing the heaviest package of 2626 pounds, the remaining 99 packages have a total weight of 8026=5480 - 26 = 54 pounds. The new mean weight is 549=6\frac{54}{9} = 6 pounds. The decrease in the mean weight is 86=28 - 6 = 2 pounds.

Step-by-Step Solution

1
Calculate the total weight of the 1010 packages.
8080 pounds
By summing the products of each weight and its corresponding frequency.
2
Calculate the initial mean weight.
88 pounds
By dividing the total weight of 8080 pounds by the total count of 1010 packages.
3
Calculate the sum of the weights of the remaining packages after removing the heaviest package.
5454 pounds
By subtracting the weight of the heaviest package (2626 pounds) from the original total weight (8080 pounds).
4
Calculate the new mean weight of the remaining 99 packages.
66 pounds
By dividing the remaining weight (5454 pounds) by the new count of packages (99).
5
Find the decrease in the mean weight.
22 pounds
By subtracting the new mean weight (66 pounds) from the original mean weight (88 pounds).

Key Concept

Effect of outlier removal on the mean of a data distribution
Question 492Question

An electric scooter travels at a constant speed of 1515 miles per hour. Given that 1 mile=1.61\text{ mile} = 1.6 kilometers, how many seconds does it take the scooter to travel 100100 meters?

Show answer & explanation

Answer: 15

Answer

The correct answer is 15. The scooter takes 15 seconds to travel 100 meters.
To find the time in seconds to travel 100 meters, we first convert the speed of 15 miles per hour to kilometers per hour by multiplying by 1.6, yielding 24 kilometers per hour. We then convert this speed to meters per second by multiplying by 1,000 (to convert kilometers to meters) and dividing by 3,600 (to convert hours to seconds), which simplifies to 20/3 meters per second. Finally, dividing the distance of 100 meters by this speed of 20/3 meters per second gives 15 seconds.

Step-by-Step Solution

1
Convert the speed of the scooter from miles per hour to kilometers per hour.
The speed is 2424 kilometers per hour.
Since 1 mile=1.61\text{ mile} = 1.6 kilometers, we multiply 1515 by 1.61.6 to find the speed in kilometers per hour.
2
Convert the speed from kilometers per hour to meters per second.
The speed is 203\frac{20}{3} meters per second.
There are 1,0001,000 meters in 11 kilometer and 3,6003,600 seconds in 11 hour. Thus, the speed is 24×1,0003,600=203\frac{24 \times 1,000}{3,600} = \frac{20}{3} meters per second.
3
Calculate the time required to travel 100100 meters.
The time is 1515 seconds.
Using the formula time=distancespeed\text{time} = \frac{\text{distance}}{\text{speed}}, we divide 100100 meters by the speed of 203\frac{20}{3} meters per second: 100÷203=15100 \div \frac{20}{3} = 15 seconds.

Key Concept

Converting compound units and applying rate formulas to solve for time.
Question 493Question

In the xyxy-plane, the graph of the quadratic function ff is a parabola with vertex (4,3)(4, -3). If the graph passes through the point (1,15)(1, 15), what is the value of f(2)f(2)?

Show answer & explanation

Answer: 5

Answer

The value of f(2)f(2) is 55.
By using the vertex form of a quadratic function, f(x)=a(xh)2+kf(x) = a(x - h)^2 + k with vertex (4,3)(4, -3), the function can be written as f(x)=a(x4)23f(x) = a(x - 4)^2 - 3. Substituting the point (1,15)(1, 15) gives 15=a(14)2315 = a(1 - 4)^2 - 3, which simplifies to 18=9a18 = 9a, leading to a=2a = 2. Substituting a=2a = 2 back into the function gives f(x)=2(x4)23f(x) = 2(x - 4)^2 - 3. Finally, evaluating at x=2x = 2 gives f(2)=2(24)23=5f(2) = 2(2 - 4)^2 - 3 = 5.

Step-by-Step Solution

1
Write the quadratic function in vertex form and substitute the vertex (4,3)(4, -3).
f(x)=a(x4)23f(x) = a(x - 4)^2 - 3
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 point (1,15)(1, 15) into the equation and solve for the constant aa.
a=2a = 2
Since the graph passes through (1,15)(1, 15), substituting x=1x = 1 and f(x)=15f(x) = 15 allows us to solve for aa.
3
Substitute x=2x = 2 into the completed function f(x)=2(x4)23f(x) = 2(x - 4)^2 - 3 to find f(2)f(2).
f(2)=5f(2) = 5
Evaluating the function at x=2x = 2 yields the required value.

Key Concept

Determining a quadratic function's equation from its vertex and a point, then evaluating it.
Question 494Question

A polynomial function ff has the form f(x)=a(x2)(x+3)(x5)f(x) = a(x - 2)(x + 3)(x - 5), where aa is a constant. In the xyxy-plane, the graph of y=f(x)y = f(x) has a yy-intercept of (0,60)(0, 60). What is the value of f(1)f(1)?

Show answer & explanation

Answer: 32

Answer

32
The yy-intercept of the graph is given as (0,60)(0, 60), which means that when x=0x = 0, f(0)=60f(0) = 60. Substituting x=0x = 0 into the function gives f(0)=a(02)(0+3)(05)=30af(0) = a(0 - 2)(0 + 3)(0 - 5) = 30a. Equating this to 60 gives 30a=6030a = 60, so a=2a = 2. Therefore, the function is f(x)=2(x2)(x+3)(x5)f(x) = 2(x - 2)(x + 3)(x - 5). To find the value of f(1)f(1), substitute x=1x = 1 into this expression: f(1)=2(12)(1+3)(15)=2(1)(4)(4)=32f(1) = 2(1 - 2)(1 + 3)(1 - 5) = 2(-1)(4)(-4) = 32.

Step-by-Step Solution

1
Identify the relation between the yy-intercept and the function's value.
f(0)=60f(0) = 60
The yy-intercept of a graph y=f(x)y = f(x) is the point where x=0x = 0.
2
Substitute x=0x = 0 into the definition of f(x)f(x) and set it equal to 60.
a(02)(0+3)(05)=60    30a=60a(0 - 2)(0 + 3)(0 - 5) = 60 \implies 30a = 60
This allows us to solve for the unknown constant coefficient aa.
3
Solve the linear equation for aa.
a=2a = 2
Dividing both sides of the equation by 30 isolates aa.
4
Evaluate the complete function f(x)=2(x2)(x+3)(x5)f(x) = 2(x - 2)(x + 3)(x - 5) at x=1x = 1.
f(1)=2(12)(1+3)(15)=2(1)(4)(4)=32f(1) = 2(1 - 2)(1 + 3)(1 - 5) = 2(-1)(4)(-4) = 32
This yields the requested value of f(1)f(1).

Key Concept

Using the factors and a known point (such as the y-intercept) of a polynomial function to determine its algebraic expression and evaluate it.
Question 495Question

A coffee shop owner records the number of customers served during each hour of an 8-hour shift. The recorded numbers of customers are 1111, 1313, 1414, 1515, 1717, 1818, 2020, and xx. If the mean number of customers served per hour is equal to the median number of customers served per hour for this shift, and x>18x > 18, what is the value of xx?

Show answer & explanation

Answer: 20

Answer

20
The correct value is 20. When x>18x > 18, the 4th and 5th values of the sorted dataset are 15 and 17, giving a median of 16. Setting the mean, which is (108 + x)/8, equal to 16 yields x = 20, which is consistent with the condition x>18x > 18.

Step-by-Step Solution

1
Determine the median of the dataset given the constraint x>18x > 18.
The median of the dataset is 1616.
When the 8 values are sorted in ascending order, the first six values must be 11, 13, 14, 15, 17, and 18. The remaining two values, 20 and xx, will occupy the 7th and 8th positions (in either order). Since there are 8 values, the median is the average of the 4th and 5th values: 15+172=16\frac{15 + 17}{2} = 16.
2
Set up the equation for the mean of the dataset.
The mean is represented by the expression 108+x8\frac{108 + x}{8}.
The mean is the sum of all 8 values divided by 8: 11+13+14+15+17+18+20+x8=108+x8\frac{11 + 13 + 14 + 15 + 17 + 18 + 20 + x}{8} = \frac{108 + x}{8}.
3
Equate the mean to the median and solve for xx.
x=20x = 20
Setting the mean equal to the median gives 108+x8=16\frac{108 + x}{8} = 16. Multiplying by 8 yields 108+x=128108 + x = 128. Subtracting 108 from both sides results in x=20x = 20, which satisfies the condition x>18x > 18.

Key Concept

Analyzing the mean and median of a dataset containing a variable constraint
Question 496Question

In the quadratic equation 2x215x+c=02x^2 - 15x + c = 0, cc is a constant. If one of the solutions to the equation is x=6x = 6, what is the other solution?

Show answer & explanation

Answer: 1.5

Answer

1.5
The sum of the roots of a quadratic equation in the form ax2+bx+c=0ax^2 + bx + c = 0 is given by ba-\frac{b}{a}. For the equation 2x215x+c=02x^2 - 15x + c = 0, the sum of the roots is 152=7.5-\frac{-15}{2} = 7.5. Since one of the solutions is 66, the other solution is 7.56=1.57.5 - 6 = 1.5. Alternatively, substituting x=6x = 6 into the equation yields 2(6)215(6)+c=0    7290+c=0    c=182(6)^2 - 15(6) + c = 0 \implies 72 - 90 + c = 0 \implies c = 18. The equation becomes 2x215x+18=02x^2 - 15x + 18 = 0, which factors as (2x3)(x6)=0(2x - 3)(x - 6) = 0. Setting the factor 2x3=02x - 3 = 0 gives the other solution, x=1.5x = 1.5 (or 32\frac{3}{2}).

Step-by-Step Solution

1
Find the sum of the roots of the quadratic equation using Vieta's formulas.
The sum of the roots is 152=7.5-\frac{-15}{2} = 7.5.
For any quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of its roots is equal to ba-\frac{b}{a}.
2
Set up an equation using the known root to find the unknown root.
6+x2=7.56 + x_2 = 7.5, where x2x_2 is the other root.
Since one root is 66, adding it to the second root must equal the sum of the roots.
3
Solve for the second root.
x2=1.5x_2 = 1.5.
Subtracting 66 from both sides of the equation yields 1.51.5.

Key Concept

Sum of roots of a quadratic equation (Vieta's Formulas)
Estimated Time:1m 30s
Question 497Question

The function ff is defined by f(x)=x2+6x1f(x) = -x^2 + 6x - 1. The function gg is defined by g(x)=f(x+2)5g(x) = f(x + 2) - 5. If the maximum value of g(x)g(x) in the xyxy-plane occurs at the point (h,k)(h, k), what is the value of h+kh + k?

Show answer & explanation

Answer: 4

Answer

4
The vertex of the original quadratic function f(x)=x2+6x1f(x) = -x^2 + 6x - 1 is located at (3,8)(3, 8). The transformation g(x)=f(x+2)5g(x) = f(x + 2) - 5 translates the graph horizontally to the left by 22 units and vertically down by 55 units. This moves the vertex from (3,8)(3, 8) to (32,85)=(1,3)(3 - 2, 8 - 5) = (1, 3). Therefore, h=1h = 1 and k=3k = 3, and their sum h+kh + k equals 44.

Step-by-Step Solution

1
Find the vertex of the function f(x)=x2+6x1f(x) = -x^2 + 6x - 1.
The vertex of f(x)f(x) is at (3,8)(3, 8).
By writing f(x)f(x) in vertex form, f(x)=(x3)2+8f(x) = -(x - 3)^2 + 8, we find that the maximum value of f(x)f(x) occurs at (3,8)(3, 8).
2
Determine the vertex (h,k)(h, k) of the transformed function g(x)=f(x+2)5g(x) = f(x + 2) - 5.
(h,k)=(1,3)(h, k) = (1, 3)
The horizontal shift of f(x+2)f(x + 2) translates the graph to the left by 22 units, changing the xx-coordinate from 33 to 32=13 - 2 = 1. The vertical shift of 5- 5 translates the graph down by 55 units, changing the yy-coordinate from 88 to 85=38 - 5 = 3.
3
Calculate the value of h+kh + k.
4
Adding the coordinates of the transformed vertex yields h+k=1+3=4h + k = 1 + 3 = 4.

Key Concept

Vertex form of a quadratic function and translation of functions.
Question 498Question

An environmental study monitors the populations of two fish species in a lake. At the start of the study (t=0t = 0), Species A has a population of 1,2001,200 and its population decreases by 4040 each year. Species B has a population of 800800 and its population increases by 5%5\% each year. To the nearest whole number, what is the positive difference in the populations of the two species at year t=3t = 3?

Show answer & explanation

Answer: 154

Answer

The positive difference in the populations of the two species at year t=3t = 3 is 154.
At t=3t = 3, the population of Species A, which decreases linearly by 40 each year, is 1,20040(3)=1,0801,200 - 40(3) = 1,080. The population of Species B, which grows exponentially at 5%5\% each year, is 800(1.05)3=926.1800(1.05)^3 = 926.1. The positive difference between these populations is 1,080926.1=153.91,080 - 926.1 = 153.9, which rounds to 154.

Step-by-Step Solution

1
Calculate the population of Species A at t=3t = 3 using a linear decay model.
A(3)=1,080A(3) = 1,080
Since Species A decreases by a constant number of 40 fish each year, its population follows the linear model A(t)=1,20040tA(t) = 1,200 - 40t. Substituting t=3t = 3 gives 1,200120=1,0801,200 - 120 = 1,080.
2
Calculate the population of Species B at t=3t = 3 using an exponential growth model.
B(3)=926.1B(3) = 926.1
Since Species B increases by a constant percent of 5%5\% each year, its population follows the exponential model B(t)=800(1.05)tB(t) = 800(1.05)^t. Substituting t=3t = 3 gives 800(1.05)3=800(1.157625)=926.1800(1.05)^3 = 800(1.157625) = 926.1.
3
Find the positive difference between the two populations and round to the nearest whole number.
154154
The positive difference is A(3)B(3)=1,080926.1=153.9|A(3) - B(3)| = |1,080 - 926.1| = 153.9. Rounding to the nearest whole number yields 154.

Key Concept

Distinguishing between linear models (constant rate of change per unit time) and exponential models (constant percent rate of change per unit time) to make projections.
Question 499Question

In the quadratic equation 3x218x+c=03x^2 - 18x + c = 0, cc is a constant. If the sum of the squares of the two real solutions to this equation is 2626, what is the value of cc?

Show answer & explanation

Answer: 15

Answer

The value of cc is 1515.
To find the value of cc, we apply Vieta's formulas to the equation 3x218x+c=03x^2 - 18x + c = 0. The sum of the solutions is x1+x2=183=6x_1 + x_2 = -\frac{-18}{3} = 6, and the product of the solutions is x1x2=c3x_1 x_2 = \frac{c}{3}. Using the identity x12+x22=(x1+x2)22x1x2x_1^2 + x_2^2 = (x_1 + x_2)^2 - 2x_1 x_2, we substitute the given values: 26=622(c3)26 = 6^2 - 2\left(\frac{c}{3}\right). This simplifies to 26=362c326 = 36 - \frac{2c}{3}. Subtracting 3636 from both sides yields 10=2c3-10 = -\frac{2c}{3}, which gives 2c=302c = 30, and thus c=15c = 15. Alternatively, since the vertex of the corresponding parabola is at x=182(3)=3x = -\frac{-18}{2(3)} = 3, the two solutions can be represented symmetrically as 3+d3 + d and 3d3 - d. The sum of their squares is (3+d)2+(3d)2=(9+6d+d2)+(96d+d2)=18+2d2(3 + d)^2 + (3 - d)^2 = (9 + 6d + d^2) + (9 - 6d + d^2) = 18 + 2d^2. Setting this equal to the given value of 2626 yields 18+2d2=26    2d2=8    d2=4    d=218 + 2d^2 = 26 \implies 2d^2 = 8 \implies d^2 = 4 \implies d = 2. Therefore, the solutions are 3+2=53 + 2 = 5 and 32=13 - 2 = 1. Substituting either solution back into the original equation, such as x=1x = 1, yields 3(1)218(1)+c=0    15+c=0    c=153(1)^2 - 18(1) + c = 0 \implies -15 + c = 0 \implies c = 15.

Step-by-Step Solution

1
Find the sum and product of the solutions to the quadratic equation.
The sum of the solutions is x1+x2=6x_1 + x_2 = 6, and their product is x1x2=c3x_1 x_2 = \frac{c}{3}.
According to Vieta's formulas, for a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of the solutions is ba-\frac{b}{a} and the product of the solutions is ca\frac{c}{a}.
2
Relate the sum of the squares of the solutions to their sum and product using the algebraic identity.
x12+x22=(x1+x2)22x1x2    26=(6)22(c3)x_1^2 + x_2^2 = (x_1 + x_2)^2 - 2x_1 x_2 \implies 26 = (6)^2 - 2\left(\frac{c}{3}\right).
The algebraic identity (x1+x2)2=x12+2x1x2+x22(x_1 + x_2)^2 = x_1^2 + 2x_1 x_2 + x_2^2 can be rearranged to express the sum of squares x12+x22x_1^2 + x_2^2 in terms of the sum and product.
3
Solve the resulting linear equation for the constant cc.
26=362c3    2c3=10    c=1526 = 36 - \frac{2c}{3} \implies \frac{2c}{3} = 10 \implies c = 15.
Subtracting 3636 from both sides gives 10=2c3-10 = -\frac{2c}{3}. Multiplying by 3-3 gives 30=2c30 = 2c, which yields c=15c = 15.

Key Concept

Vieta's Formulas and Algebraic Identities
Question 500Question

In triangle XYZXYZ, point WW lies on side XYXY and point VV lies on side XZXZ such that line segment WVWV is parallel to side YZYZ. If XW=4XW = 4, WY=2WY = 2, and WV=6WV = 6, what is the length of side YZYZ?

Show answer & explanation

Answer: 9

Answer

9
Because segment WVWV is parallel to segment YZYZ, triangle XWVXWV is similar to triangle XYZXYZ by the Angle-Angle (AA) similarity theorem. The ratio of the corresponding side lengths is constant, which gives the proportion YZWV=XYXW\frac{YZ}{WV} = \frac{XY}{XW}. The length of side XYXY is XW+WY=4+2=6XW + WY = 4 + 2 = 6. Substituting the values into the proportion yields YZ6=64\frac{YZ}{6} = \frac{6}{4}. Solving for YZYZ gives YZ=9YZ = 9.

Step-by-Step Solution

1
Calculate the length of side XYXY
XY=6XY = 6
The length of side XYXY is the sum of segment lengths XWXW and WYWY: XY=XW+WY=4+2=6XY = XW + WY = 4 + 2 = 6.
2
Determine that triangle XWVXWV is similar to triangle XYZXYZ
XWVXYZ\triangle XWV \sim \triangle XYZ
Because segment WVWV is parallel to segment YZYZ, corresponding angles XWV\angle XWV and XYZ\angle XYZ are congruent, and corresponding angles XVW\angle XVW and XZY\angle XZY are congruent. Since they also share X\angle X, the two triangles are similar by the Angle-Angle (AA) similarity criterion.
3
Set up a proportion and solve for YZYZ
YZ=9YZ = 9
Corresponding sides of similar triangles are proportional: YZWV=XYXW\frac{YZ}{WV} = \frac{XY}{XW}. Substituting the known values gives YZ6=64\frac{YZ}{6} = \frac{6}{4}. Multiplying both sides by 6 yields YZ=364=9YZ = \frac{36}{4} = 9.

Key Concept

Finding side lengths in similar triangles using the Angle-Angle similarity theorem when a line is parallel to one side of a triangle.
PreviousPage 25 / 31Next
All practice questions — SAT | Examkin