Algebra

356 questions

Question 241Question
For all real numbers xx, the function ff is defined by f(x)=x2kf(x) = x^2 - k, where kk is a constant. The custom operation \star is defined for all real numbers aa and bb by
ab=f(a+b)f(a)f(b)a \star b = f(a + b) - f(a) - f(b)
If 5(3)=125 \star (-3) = -12, what is the value of kk?
Show answer & explanation

Answer: 18

Answer

The value of kk is 18.
Evaluating f(2)=4kf(2) = 4 - k, f(5)=25kf(5) = 25 - k, and f(3)=9kf(-3) = 9 - k yields 5(3)=(4k)(342k)=30+k5 \star (-3) = (4 - k) - (34 - 2k) = -30 + k. Setting 30+k=12-30 + k = -12 correctly gives k=18k = 18.

Step-by-Step Solution

1
Evaluate f(a+b)f(a+b) for a=5a=5 and b=3b=-3
a+b=5+(3)=2a + b = 5 + (-3) = 2, so f(2)=22k=4kf(2) = 2^2 - k = 4 - k.
Substitute the input a+b=2a+b = 2 into the function definition f(x)=x2kf(x) = x^2 - k.
2
Evaluate f(a)f(a) and f(b)f(b) individually
f(5)=52k=25kf(5) = 5^2 - k = 25 - k and f(3)=(3)2k=9kf(-3) = (-3)^2 - k = 9 - k.
Apply the function rule to inputs 5 and -3.
3
Substitute the evaluated expressions into the custom operation definition
5(3)=(4k)[(25k)+(9k)]=(4k)(342k)=30+k5 \star (-3) = (4 - k) - [(25 - k) + (9 - k)] = (4 - k) - (34 - 2k) = -30 + k.
Simplify the algebraic expression by combining like terms and distributing the negative sign.
4
Solve for kk using the given equation 5(3)=125 \star (-3) = -12
30+k=12    k=18-30 + k = -12 \implies k = 18.
Add 30 to both sides of the equation to isolate kk.

Key Concept

Evaluating custom binary operations by substituting function definitions and simplifying algebraic expressions.
Estimated Time:1m 30s
Question 242Question

The quadratic equation x22mx+(m24m+12)=0x^2 - 2mx + (m^2 - 4m + 12) = 0, where mm is a real constant, has two distinct real roots x1x_1 and x2x_2. If the distance between the two roots on the real number line is 434\sqrt{3}, what is the value of x12+x22x_1^2 + x_2^2?

Show answer & explanation

Answer: 96

Answer

96
By Vieta's formulas, the sum of the roots is x1+x2=2mx_1 + x_2 = 2m and the product of the roots is x1x2=m24m+12x_1 x_2 = m^2 - 4m + 12. The distance between the roots is given by x1x2=(x1+x2)24x1x2|x_1 - x_2| = \sqrt{(x_1 + x_2)^2 - 4x_1 x_2}. Squaring both sides gives (43)2=48=(2m)24(m24m+12)=16m48(4\sqrt{3})^2 = 48 = (2m)^2 - 4(m^2 - 4m + 12) = 16m - 48. Solving 16m48=4816m - 48 = 48 yields m=6m = 6. Substituting m=6m = 6 into the expressions for the sum and product of the roots gives x1+x2=12x_1 + x_2 = 12 and x1x2=24x_1 x_2 = 24. Finally, applying the identity x12+x22=(x1+x2)22x1x2x_1^2 + x_2^2 = (x_1 + x_2)^2 - 2x_1 x_2 yields 1222(24)=14448=9612^2 - 2(24) = 144 - 48 = 96.

Step-by-Step Solution

1
Apply Vieta's formulas to determine the sum and product of the roots in terms of mm.
For x22mx+(m24m+12)=0x^2 - 2mx + (m^2 - 4m + 12) = 0, the sum of roots is x1+x2=2mx_1 + x_2 = 2m and the product of roots is x1x2=m24m+12x_1 x_2 = m^2 - 4m + 12.
Vieta's relations relate quadratic coefficients directly to root sums and products.
2
Express the distance between the roots x1x2|x_1 - x_2| in terms of mm and solve for mm.
x1x22=(x1+x2)24x1x2=(2m)24(m24m+12)=16m48|x_1 - x_2|^2 = (x_1 + x_2)^2 - 4x_1 x_2 = (2m)^2 - 4(m^2 - 4m + 12) = 16m - 48. Given x1x2=43|x_1 - x_2| = 4\sqrt{3}, we have 16m48=(43)2=48    16m=96    m=616m - 48 = (4\sqrt{3})^2 = 48 \implies 16m = 96 \implies m = 6.
The difference between two roots of a quadratic is linked to the discriminant via x1x2=b24aca|x_1 - x_2| = \frac{\sqrt{b^2 - 4ac}}{|a|}.
3
Calculate the numerical values of the root sum x1+x2x_1 + x_2 and root product x1x2x_1 x_2 using m=6m = 6.
x1+x2=2(6)=12x_1 + x_2 = 2(6) = 12 and x1x2=624(6)+12=24x_1 x_2 = 6^2 - 4(6) + 12 = 24.
Substituting m=6m = 6 gives the exact values needed for algebraic evaluation.
4
Compute x12+x22x_1^2 + x_2^2 using the identity x12+x22=(x1+x2)22x1x2x_1^2 + x_2^2 = (x_1 + x_2)^2 - 2x_1 x_2.
x12+x22=1222(24)=14448=96x_1^2 + x_2^2 = 12^2 - 2(24) = 144 - 48 = 96.
The sum of squares identity isolates x12+x22x_1^2 + x_2^2 without requiring explicit calculation of individual root values.

Key Concept

Quadratic Root Relationships and Vieta's Formulas
Estimated Time:2m 30s
Question 243Question

For all real numbers xx, the function ff is defined by f(x)=3x2f(x) = 3 - x^2. For all real numbers x2x \neq -2, the function gg is defined by g(x)=2x1x+2g(x) = \frac{2x - 1}{x + 2}. What is the value of g(f(3))g(f(-3))?

Show answer & explanation

Answer: 134\frac{13}{4}

Answer

The correct answer is 134\frac{13}{4}.
First, evaluate the inner expression f(3)=3(3)2=39=6f(-3) = 3 - (-3)^2 = 3 - 9 = -6. Next, evaluate the outer expression at this value: g(6)=2(6)16+2=134=134g(-6) = \frac{2(-6) - 1}{-6 + 2} = \frac{-13}{-4} = \frac{13}{4}.

Step-by-Step Solution

1
Evaluate the inner function f(3)f(-3)
f(3)=3(3)2=39=6f(-3) = 3 - (-3)^2 = 3 - 9 = -6
Applying the definition of f(x)f(x) where the negative base is squared to yield positive 99.
2
Substitute the result into the outer function g(x)g(x)
g(6)=2(6)16+2=1214=134=134g(-6) = \frac{2(-6) - 1}{-6 + 2} = \frac{-12 - 1}{-4} = \frac{-13}{-4} = \frac{13}{4}
Evaluating g(x)g(x) at x=6x = -6 and simplifying the fraction.

Key Concept

Nested Function Evaluation g(f(x))g(f(x))
Estimated Time:1m 30s
Question 244Question

In the xyxy-plane, line L1L_1 passes through the points (2,5)(2, 5) and (6,3)(6, -3). Line L2L_2 is perpendicular to line L1L_1 and passes through the point (1,2)(1, 2). Line L3L_3 is parallel to line L2L_2 and has a yy-intercept that is 55 units greater than the yy-intercept of line L2L_2. What is the xx-intercept of line L3L_3?

Show answer & explanation

Answer: 13-13

Answer

The xx-intercept of line L3L_3 is 13-13.
The slope of line L1L_1 is 3562=2\frac{-3 - 5}{6 - 2} = -2. The negative reciprocal slope for line L2L_2 is 12\frac{1}{2}. Using point-slope form with point (1,2)(1,2), line L2L_2 is y=12x+32y = \frac{1}{2}x + \frac{3}{2}, giving a yy-intercept of 32\frac{3}{2}. Line L3L_3, being parallel to L2L_2, shares slope 12\frac{1}{2} and has yy-intercept 32+5=132\frac{3}{2} + 5 = \frac{13}{2}. Finding the xx-intercept of y=12x+132y = \frac{1}{2}x + \frac{13}{2} by setting y=0y=0 yields x=13x = -13.

Step-by-Step Solution

1
Calculate the slope of line L1L_1
The slope m1=3562=84=2m_1 = \frac{-3 - 5}{6 - 2} = \frac{-8}{4} = -2.
The slope formula is m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.
2
Determine the slope and equation of perpendicular line L2L_2
The slope m2=12=12m_2 = -\frac{1}{-2} = \frac{1}{2}. Since L2L_2 passes through (1,2)(1, 2), its equation is y2=12(x1)y - 2 = \frac{1}{2}(x - 1), which simplifies to y=12x+32y = \frac{1}{2}x + \frac{3}{2}.
Perpendicular lines have negative reciprocal slopes.
3
Determine the equation of line L3L_3
The yy-intercept of L2L_2 is 32\frac{3}{2}. The yy-intercept of L3L_3 is 32+5=132\frac{3}{2} + 5 = \frac{13}{2}. Since L3L_3 is parallel to L2L_2, its slope is m3=12m_3 = \frac{1}{2}. Thus, the equation of L3L_3 is y=12x+132y = \frac{1}{2}x + \frac{13}{2}.
Parallel lines have equal slopes.
4
Find the xx-intercept of line L3L_3
Setting y=0y = 0 gives 0=12x+132    12x=132    x=130 = \frac{1}{2}x + \frac{13}{2} \implies \frac{1}{2}x = -\frac{13}{2} \implies x = -13.
The xx-intercept is the value of xx when y=0y = 0.

Key Concept

Slope of parallel and perpendicular lines, line equations, and intercept calculations
Question 245Question

In the xyxy-plane, line KK is defined by the equation 3x4y=123x - 4y = 12. Line MM is perpendicular to line KK and passes through the point (6,1)(6, -1). Which of the following statements regarding line MM must be true? Select all that apply.

Select all that apply

Show answer & explanation

Answer: Line MM has a yy-intercept of (0,7)(0, 7).; Line MM passes through the point (3,11)(-3, 11).

Answer

The statements asserting that Line MM has a yy-intercept of (0,7)(0, 7) and that Line MM passes through the point (3,11)(-3, 11) are correct.
Line KK has a slope of 34\frac{3}{4}, making the perpendicular slope of line MM equal to 43-\frac{4}{3}. Using the point (6,1)(6, -1), the equation of line MM is y=43x+7y = -\frac{4}{3}x + 7. Evaluating the options: setting x=0x = 0 gives y=7y = 7, confirming the yy-intercept is (0,7)(0, 7); substituting x=3x = -3 yields y=11y = 11, confirming (3,11)(-3, 11) lies on line MM. Both of these statements are true.

Step-by-Step Solution

1
Determine the slope of line KK and the perpendicular slope of line MM.
Line KK in slope-intercept form is y=34x3y = \frac{3}{4}x - 3, so its slope is mK=34m_K = \frac{3}{4}. The perpendicular slope for line MM is the negative reciprocal: mM=43m_M = -\frac{4}{3}.
Perpendicular lines in the coordinate plane have slopes that are negative reciprocals of each other.
2
Find the equation of line MM using point-slope form with point (6,1)(6, -1).
y(1)=43(x6)    y+1=43x+8    y=43x+7y - (-1) = -\frac{4}{3}(x - 6) \implies y + 1 = -\frac{4}{3}x + 8 \implies y = -\frac{4}{3}x + 7.
Knowing the slope and a point on the line allows determination of the line's exact linear equation.
3
Evaluate the statements using the equation of line MM.
1. yy-intercept: set x=0    y=7x = 0 \implies y = 7, so (0,7)(0,7) is correct.
2. Point (3,11)(-3, 11): y=43(3)+7=4+7=11y = -\frac{4}{3}(-3) + 7 = 4 + 7 = 11, so (3,11)(-3, 11) is on the line.
3. xx-intercept: set y=0    43x+7=0    x=214=5.25y = 0 \implies -\frac{4}{3}x + 7 = 0 \implies x = \frac{21}{4} = 5.25, so (7,0)(7,0) is incorrect.
4. Quadrants: A line with negative slope and positive yy-intercept covers Quadrants I, II, and IV only, so passing through Quadrant III is false.
5. Intersection with line KK: set 34x3=43x+7    2512x=10    x=4.8\frac{3}{4}x - 3 = -\frac{4}{3}x + 7 \implies \frac{25}{12}x = 10 \implies x = 4.8, y=0.6y = 0.6, which is in Quadrant I, not Quadrant IV.
Direct algebraic verification confirms which geometric properties hold true for line MM.

Key Concept

Perpendicular Slopes and Linear Properties in Coordinate Geometry
Question 246Question

A logistics company operates a delivery van and a cargo drone along a straight route of 270270 kilometers connecting Hub X and Hub Y. The delivery van departs from Hub X toward Hub Y at a constant speed of 6060 kilometers per hour. Exactly 22 hours later, the cargo drone departs from Hub Y toward Hub X along the same route at a constant speed of 9090 kilometers per hour. How many hours after the delivery van departs will the van and the cargo drone meet?

Show answer & explanation

Answer: 3.0 hours

Answer

3.0 hours
The option specifying '3.0 hours' is correct. During the 2 hours before the drone departs, the van covers 60 km/h×2 h=120 km60 \text{ km/h} \times 2 \text{ h} = 120 \text{ km}. The remaining distance between the vehicles is 270 km120 km=150 km270 \text{ km} - 120 \text{ km} = 150 \text{ km}. Once the drone departs, the two vehicles close the gap at a combined rate of 60+90=150 km/h60 + 90 = 150 \text{ km/h}. The time needed to cover the remaining 150 km150 \text{ km} is 150 km150 km/h=1 hour\frac{150 \text{ km}}{150 \text{ km/h}} = 1 \text{ hour}. Adding the van's initial 22 hours gives a total travel time of 3.03.0 hours.

Step-by-Step Solution

1
Define variables for travel time and compute distance covered by the van before the drone departs.
In 22 hours at 6060 km/h, the van covers 60×2=12060 \times 2 = 120 kilometers.
The van travels alone for the first two hours.
2
Determine the remaining distance separating the two vehicles when the drone starts moving.
Remaining distance = 270120=150270 - 120 = 150 kilometers.
The total distance between the hubs is 270270 kilometers.
3
Calculate the relative speed of approach and the additional time required to meet.
Combined speed = 60+90=15060 + 90 = 150 km/h. Additional time = 150150=1\frac{150}{150} = 1 hour.
Since the vehicles travel toward each other, their speeds add up.
4
Find the total time elapsed since the van departed.
Total time = 2+1=3.02 + 1 = 3.0 hours.
The question asks for total hours since the van's departure.

Key Concept

Distance-Rate-Time linear modeling with staggered start times and opposing directions
Estimated Time:1m 45s
Question 247Question

An investment firm allocated a total principal of $120,000\$120,000 between two accounts, Account X and Account Y. Account X earned a simple annual interest rate of 6%6\%, and Account Y earned a simple annual interest rate of 10%10\%. At the end of one year, the combined total interest earned from both accounts was $9,200\$9,200. An annual administrative fee was then deducted from the interest: a 25%25\% fee on the interest earned from Account X, and a 10%10\% fee on the interest earned from Account Y. What was the net amount of interest, in dollars, remaining after these administrative fees were deducted?

Show answer & explanation

Answer: $7,650\$7,650

Answer

The net amount of interest remaining after administrative fees were deducted is $7,650\$7,650.
The correct answer is $7,650\$7,650. Solving the system x+y=120,000x + y = 120,000 and 0.06x+0.10y=9,2000.06x + 0.10y = 9,200 gives $70,000\$70,000 invested in Account X and $50,000\$50,000 in Account Y. Account X produces $4,200\$4,200 in interest, from which a 25%25\% fee ($1,050\$1,050) is deducted. Account Y produces $5,000\$5,000 in interest, from which a 10%10\% fee ($500\$500) is deducted. Subtracting total fees of $1,550\$1,550 from total interest of $9,200\$9,200 yields $7,650\$7,650.

Step-by-Step Solution

1
Set up a system of linear equations for the principal amounts invested in Account X and Account Y.
Let xx be the amount invested in Account X and yy be the amount invested in Account Y. The total principal is x+y=120,000x + y = 120,000. The total interest earned is 0.06x+0.10y=9,2000.06x + 0.10y = 9,200.
Modeling the word problem using two variables captures both total principal and total combined interest.
2
Solve the system of equations for xx and yy.
Multiplying x+y=120,000x + y = 120,000 by 0.060.06 gives 0.06x+0.06y=7,2000.06x + 0.06y = 7,200. Subtracting this equation from 0.06x+0.10y=9,2000.06x + 0.10y = 9,200 yields 0.04y=2,0000.04y = 2,000, so y=50,000y = 50,000. Substituting back gives x=70,000x = 70,000.
Determining individual account principals allows calculation of interest generated by each account.
3
Calculate the interest earned from each account and the corresponding administrative fees.
Interest from X = 0.06×70,000=$4,2000.06 \times 70,000 = \$4,200. Interest from Y = 0.10×50,000=$5,0000.10 \times 50,000 = \$5,000. Fee for X = 0.25×4,200=$1,0500.25 \times 4,200 = \$1,050. Fee for Y = 0.10×5,000=$5000.10 \times 5,000 = \$500. Total fees = 1,050+500=$1,5501,050 + 500 = \$1,550.
Each fee rate must be multiplied by the specific interest amount earned by that account.
4
Subtract the total administrative fees from the total interest earned.
Net Interest = $9,200$1,550=$7,650\$9,200 - \$1,550 = \$7,650.
Deducting fees yields the net interest remaining.

Key Concept

System of Linear Equations for Mixture and Interest Word Problems
Estimated Time:2m 0s
Question 248Question

A commercial print shop uses two high-speed printing presses, Press Alpha and Press Beta. Press Alpha operates at a constant rate of 120120 pages per minute, while Press Beta operates at a constant rate of 180180 pages per minute. Press Alpha begins printing a job of 15,00015,000 pages at 9:00 AM. At 9:15 AM, Press Beta is turned on to assist Press Alpha, and both presses continue printing simultaneously at their respective constant rates until the job is completed. How many total minutes after 9:00 AM will the entire 15,00015,000-page job be finished?

Show answer & explanation

Answer: 59

Answer

The entire 15,000-page job will be finished 59 minutes after 9:00 AM.
Press Alpha operates alone for the first 15 minutes, completing 15×120=1,80015 \times 120 = 1,800 pages. That leaves 15,0001,800=13,20015,000 - 1,800 = 13,200 pages. Once Press Beta joins at 9:15 AM, the combined rate becomes 120+180=300120 + 180 = 300 pages per minute. The remaining pages require 13,200/300=4413,200 / 300 = 44 minutes. Summing the 15-minute initial period and the 44-minute joint period gives a total of 59 minutes after 9:00 AM.

Step-by-Step Solution

1
Find the work completed by Press Alpha during the 15-minute staggered start period.
1,800 pages completed.
Press Alpha ran alone for 15 minutes at 120 pages per minute.
2
Determine the remaining work to be done after 9:15 AM.
13,200 pages remaining.
Subtract the completed pages from the total batch size of 15,000 pages.
3
Calculate the combined work rate of Press Alpha and Press Beta.
300 pages per minute.
When working together, rates add linearly: 120 + 180 = 300.
4
Calculate time needed to complete the remaining pages.
44 minutes.
Divide remaining work (13,200 pages) by combined rate (300 pages/min).
5
Calculate total elapsed time from 9:00 AM.
59 minutes.
Combine the 15 initial minutes with the 44 subsequent minutes.

Key Concept

Linear work-rate equations with staggered initial start times
Estimated Time:1m 30s
Question 249Question
What is the sum of all real solutions to the equation (x23x)28(x23x)+12=0(x^2 - 3x)^2 - 8(x^2 - 3x) + 12 = 0?
Show answer & explanation

Answer: 66

Answer

The sum of all real solutions to the given equation is 6.
By substituting u=x23xu = x^2 - 3x, the quartic equation reduces to the quadratic equation u28u+12=0u^2 - 8u + 12 = 0, which factors as (u2)(u6)=0(u - 2)(u - 6) = 0. Setting x23x=2x^2 - 3x = 2 and x23x=6x^2 - 3x = 6 yields two distinct quadratic equations: x23x2=0x^2 - 3x - 2 = 0 and x23x6=0x^2 - 3x - 6 = 0. Since both discriminants (1717 and 3333) are strictly positive, each equation has two distinct real solutions. By Vieta's formulas, the sum of the roots for a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 is b/a-b/a. Thus, the sum of the roots for x23x2=0x^2 - 3x - 2 = 0 is 33, and the sum of the roots for x23x6=0x^2 - 3x - 6 = 0 is 33. Adding these together gives a total sum of 3+3=63 + 3 = 6.

Step-by-Step Solution

1
Apply algebraic substitution to reduce the equation to a standard quadratic form.
Let u=x23xu = x^2 - 3x. The original equation becomes u28u+12=0u^2 - 8u + 12 = 0.
Recognizing repeated quadratic expressions allows for simplification into a single quadratic in terms of uu.
2
Factor the quadratic equation in uu to find its roots.
(u2)(u6)=0(u - 2)(u - 6) = 0, which gives u=2u = 2 and u=6u = 6.
The factors of 1212 that sum to 8-8 are 2-2 and 6-6.
3
Substitute x23xx^2 - 3x back for uu and check the discriminant of each resulting quadratic equation.
For u=2u = 2: x23x2=0x^2 - 3x - 2 = 0 has discriminant Δ1=(3)24(1)(2)=17>0\Delta_1 = (-3)^2 - 4(1)(-2) = 17 > 0 (2 distinct real roots).
For u=6u = 6: x23x6=0x^2 - 3x - 6 = 0 has discriminant Δ2=(3)24(1)(6)=33>0\Delta_2 = (-3)^2 - 4(1)(-6) = 33 > 0 (2 distinct real roots).
Verifying that the discriminant is positive ensures that all four roots are real numbers.
4
Calculate the sum of the roots for each quadratic equation using Vieta's formulas.
For x23x2=0x^2 - 3x - 2 = 0, the sum of roots is 31=3-\frac{-3}{1} = 3.
For x23x6=0x^2 - 3x - 6 = 0, the sum of roots is 31=3-\frac{-3}{1} = 3.
According to Vieta's formulas, for a quadratic ax2+bx+c=0ax^2 + bx + c = 0, the sum of the roots is b/a-b/a.
5
Add the sums of the roots from both equations to find the total sum of all real solutions.
Total sum =3+3=6= 3 + 3 = 6.
Since all four roots are real and distinct, the overall sum is the sum of the roots of the two constituent quadratics.

Key Concept

Quadratic Substitution and Vieta's Formulas for Root Sums
Question 250Question

For all non-zero real numbers aa and bb, the custom binary operation \diamondsuit is defined by ab=a2b2aba \diamondsuit b = \frac{a^2 - b^2}{ab}. If the function ff is defined for all x0x \neq 0 by f(x)=x2f(x) = x \diamondsuit 2, what is the value of f(4)f(1)f(4) - f(1)?

Show answer & explanation

Answer: 3

Answer

3
Evaluating f(4)=42=1648=1.5f(4) = 4 \diamondsuit 2 = \frac{16 - 4}{8} = 1.5 and f(1)=12=142=1.5f(1) = 1 \diamondsuit 2 = \frac{1 - 4}{2} = -1.5, the required difference is f(4)f(1)=1.5(1.5)=3f(4) - f(1) = 1.5 - (-1.5) = 3.

Step-by-Step Solution

1
Evaluate f(4)f(4) using the custom operation definition
f(4)=422242=128=1.5f(4) = \frac{4^2 - 2^2}{4 \cdot 2} = \frac{12}{8} = 1.5
Substitute a=4a = 4 and b=2b = 2 into ab=a2b2aba \diamondsuit b = \frac{a^2 - b^2}{ab}.
2
Evaluate f(1)f(1) using the custom operation definition
f(1)=122212=1.5f(1) = \frac{1^2 - 2^2}{1 \cdot 2} = -1.5
Substitute a=1a = 1 and b=2b = 2 into ab=a2b2aba \diamondsuit b = \frac{a^2 - b^2}{ab}.
3
Compute the difference f(4)f(1)f(4) - f(1)
3
Subtracting 1.5-1.5 from 1.51.5 yields 1.5(1.5)=1.5+1.5=31.5 - (-1.5) = 1.5 + 1.5 = 3.

Key Concept

Custom Symbol Operations and Function Evaluation
Estimated Time:1m 30s
Question 251Question

In the xyxy-plane, line kk passes through the points (3,5)(-3, 5) and (1,3)(1, -3). Line mm is perpendicular to line kk at line kk's xx-intercept. What is the yy-intercept of line mm?

Show answer & explanation

Answer: 14\frac{1}{4}

Answer

The yy-intercept of line mm is 14\frac{1}{4}.
The line kk has a slope of 2-2 and an xx-intercept of (12,0)\left(-\frac{1}{2}, 0\right). A line perpendicular to line kk must have a slope of 12\frac{1}{2}. Substituting the point (12,0)\left(-\frac{1}{2}, 0\right) into the line equation yields y=12x+14y = \frac{1}{2}x + \frac{1}{4}, so the yy-intercept is 14\frac{1}{4}.

Step-by-Step Solution

1
Calculate the slope of line kk
Slope mk=351(3)=84=2m_k = \frac{-3 - 5}{1 - (-3)} = \frac{-8}{4} = -2.
The slope formula is m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.
2
Find the equation of line kk and determine its xx-intercept
Line kk equation: y(3)=2(x1)    y=2x1y - (-3) = -2(x - 1) \implies y = -2x - 1. Setting y=0y = 0 gives 0=2x1    x=120 = -2x - 1 \implies x = -\frac{1}{2}. The xx-intercept is (12,0)\left(-\frac{1}{2}, 0\right).
The xx-intercept is the point where the line crosses the xx-axis (y=0y = 0).
3
Find the slope of line mm
Slope mm=1mk=12=12m_m = -\frac{1}{m_k} = -\frac{1}{-2} = \frac{1}{2}.
Perpendicular lines have slopes that are negative reciprocals of each other.
4
Determine the equation of line mm and its yy-intercept
Using point-slope form with (12,0)\left(-\frac{1}{2}, 0\right) and slope 12\frac{1}{2}: y0=12(x(12))    y=12x+14y - 0 = \frac{1}{2}\left(x - \left(-\frac{1}{2}\right)\right) \implies y = \frac{1}{2}x + \frac{1}{4}. Setting x=0x = 0 gives y=14y = \frac{1}{4}.
The yy-intercept is the constant term bb when written in slope-intercept form y=mx+by = mx + b.

Key Concept

Perpendicular line slopes and intercept calculations
Estimated Time:2m 0s
Question 252Question

The quadratic equation (xa)(xb)=c(x - a)(x - b) = c, where aa, bb, and cc are real constants with a<ba < b and c>0c > 0, has two real roots x1x_1 and x2x_2 such that x1<x2x_1 < x_2. Which of the following statements must be true? Indicate all such statements.

Select all that apply

Show answer & explanation

Answer: x1<ax_1 < a; x2>bx_2 > b; The distance between the roots, x2x1x_2 - x_1, is strictly greater than bab - a

Answer

The correct statements are that the smaller root is less than aa (x1<ax_1 < a), the larger root is greater than bb (x2>bx_2 > b), and the distance between the roots is greater than bab - a (x2x1>bax_2 - x_1 > b - a).
Evaluating f(x)=(xa)(xb)cf(x) = (x-a)(x-b) - c at x=ax = a and x=bx = b yields negative values (c-c). Because the parabola opens upward, the graph must cross the x-axis to the left of aa and to the right of bb. This establishes x1<ax_1 < a and x2>bx_2 > b. Combining these inequalities shows that the distance between the roots x2x1x_2 - x_1 must exceed bab - a.

Step-by-Step Solution

1
Formulate the quadratic function and analyze its values at key points
Let f(x)=(xa)(xb)c=0f(x) = (x - a)(x - b) - c = 0. Evaluating at x=ax = a and x=bx = b gives f(a)=(0)(ab)c=c<0f(a) = (0)(a-b) - c = -c < 0 and f(b)=(ba)(0)c=c<0f(b) = (b-a)(0) - c = -c < 0.
Evaluating at aa and bb reveals the sign of the function inside the interval [a,b][a, b].
2
Use the sign of the leading coefficient and intermediate value properties to locate the roots
The coefficient of x2x^2 is 1>01 > 0, so the parabola opens upward. Since f(a)<0f(a) < 0 and f(b)<0f(b) < 0, and f(x)+f(x) \to +\infty as x±x \to \pm\infty, the two real roots x1x_1 and x2x_2 must satisfy x1<a<b<x2x_1 < a < b < x_2.
A continuous upward-opening parabola must cross the x-axis outside any interval where its values are negative.
3
Analyze the distance between the roots
Subtracting x1<ax_1 < a from x2>bx_2 > b gives x2x1>bax_2 - x_1 > b - a.
Since aa and bb fall strictly between x1x_1 and x2x_2, the distance between x1x_1 and x2x_2 exceeds the distance between aa and bb.
4
Check the remaining statements using Vieta's formulas
Expanding f(x)=x2(a+b)x+(abc)=0f(x) = x^2 - (a+b)x + (ab - c) = 0 yields sum of roots x1+x2=a+bx_1 + x_2 = a + b and product of roots x1x2=abcx_1 x_2 = ab - c. Thus x1+x2>a+bx_1 + x_2 > a+b is false, and x1x2<0x_1 x_2 < 0 is not necessarily true.
Vieta's formulas give exact values for the sum and product of roots in terms of coefficients.

Key Concept

Geometric interpretation of quadratic functions and root locations relative to evaluated points
Question 253Question

Two industrial processing units, Unit X and Unit Y, process liquid solution at constant rates of 4040 liters per hour and 6060 liters per hour, respectively. Unit X begins processing a 1,1001,100-liter batch of solution alone. After 55 hours, Unit Y is activated and joins Unit X, working simultaneously at their respective constant rates until the entire batch is completely processed. What is the total time, in hours, from when Unit X started processing until the entire batch was completely processed?

Show answer & explanation

Answer: 14

Answer

14 hours
Unit X works alone for 5 hours, processing 40×5=20040 \times 5 = 200 liters. This leaves 1,100200=9001,100 - 200 = 900 liters of solution remaining. When Unit Y joins, the units process solution at a joint rate of 40+60=10040 + 60 = 100 liters per hour. The remaining 900 liters require 900100=9\frac{900}{100} = 9 hours of combined work. Summing the 5 hours of solo work and 9 hours of combined work gives a total time of 14 hours.

Step-by-Step Solution

1
Calculate the volume processed by Unit X during its solo operation
40 liters/hour×5 hours=200 liters40 \text{ liters/hour} \times 5 \text{ hours} = 200 \text{ liters}
Unit X operates alone for the first 5 hours at a constant rate of 40 liters per hour.
2
Determine the remaining batch volume to be processed
1,100 liters200 liters=900 liters1,100 \text{ liters} - 200 \text{ liters} = 900 \text{ liters}
Subtract the volume already completed from the total batch size.
3
Calculate the combined processing rate of Unit X and Unit Y
40 liters/hour+60 liters/hour=100 liters/hour40 \text{ liters/hour} + 60 \text{ liters/hour} = 100 \text{ liters/hour}
Both units work together simultaneously after the first 5 hours.
4
Find the time needed for both units to process the remaining volume
900 liters100 liters/hour=9 hours\frac{900 \text{ liters}}{100 \text{ liters/hour}} = 9 \text{ hours}
Divide the remaining volume by the combined rate.
5
Calculate the total elapsed time from the start
5 hours (solo)+9 hours (combined)=14 hours5 \text{ hours (solo)} + 9 \text{ hours (combined)} = 14 \text{ hours}
Add the initial solo work time to the combined work time.

Key Concept

Algebraic modeling of combined work rates with staggered start times
Estimated Time:1m 30s
Question 254Question

The function ff is defined by f(t)=2tf(t) = 2^t for all real numbers tt, and the binary operation \odot is defined for all non-zero real numbers mm and nn by mn=mnnmm \odot n = \frac{m}{n} - \frac{n}{m}. What is the value of f(2)f(2)f(2) \odot f(-2)?

Show answer & explanation

Answer: 25516\frac{255}{16}

Answer

25516\frac{255}{16}
Evaluating f(2)f(2) yields 22=42^2 = 4, and evaluating f(2)f(-2) yields 22=142^{-2} = \frac{1}{4}. Substituting these values into the binary operation rule mn=mnnmm \odot n = \frac{m}{n} - \frac{n}{m} gives 41/41/44=16116=25516\frac{4}{1/4} - \frac{1/4}{4} = 16 - \frac{1}{16} = \frac{255}{16}.

Step-by-Step Solution

1
Evaluate the function f(t)=2tf(t) = 2^t at t=2t = 2 and t=2t = -2.
f(2)=22=4f(2) = 2^2 = 4 and f(2)=22=122=14f(-2) = 2^{-2} = \frac{1}{2^2} = \frac{1}{4}.
Negative exponents follow the rule xa=1xax^{-a} = \frac{1}{x^a}.
2
Substitute m=f(2)=4m = f(2) = 4 and n=f(2)=14n = f(-2) = \frac{1}{4} into the custom operation definition mn=mnnmm \odot n = \frac{m}{n} - \frac{n}{m}.
414=4141444 \odot \frac{1}{4} = \frac{4}{\frac{1}{4}} - \frac{\frac{1}{4}}{4}.
Apply the defined binary operation rule.
3
Simplify the complex fraction terms.
414=4×4=16\frac{4}{\frac{1}{4}} = 4 \times 4 = 16 and 144=14×4=116\frac{\frac{1}{4}}{4} = \frac{1}{4 \times 4} = \frac{1}{16}.
Dividing by a fraction is equivalent to multiplying by its reciprocal.
4
Subtract the two simplified terms.
16116=25616116=2551616 - \frac{1}{16} = \frac{256}{16} - \frac{1}{16} = \frac{255}{16}.
Find a common denominator to compute the final value.

Key Concept

Function evaluation with exponent rules combined with custom binary symbol operations
Question 255Question

For a nonzero real constant mm, the quadratic equation x2(m+6m)x+6=0x^2 - \left(m + \frac{6}{m}\right)x + 6 = 0 has real roots aa and bb. If a2+b2=25a^2 + b^2 = 25, what is the sum of all possible values of m2m^2?

Show answer & explanation

Answer: 2525

Answer

The sum of all possible values of m2m^2 is 2525.
Using Vieta's formulas on x2(m+6m)x+6=0x^2 - \left(m + \frac{6}{m}\right)x + 6 = 0, the sum of the roots is a+b=m+6ma + b = m + \frac{6}{m} and the product is ab=6ab = 6. Substituting these into the identity a2+b2=(a+b)22ab=25a^2 + b^2 = (a+b)^2 - 2ab = 25 yields (m+6m)212=25\left(m + \frac{6}{m}\right)^2 - 12 = 25, which simplifies to m2+36m2=25m^2 + \frac{36}{m^2} = 25. Setting u=m2u = m^2 gives u225u+36=0u^2 - 25u + 36 = 0. Since this quadratic has two distinct positive real roots for uu, the sum of all possible values of m2m^2 is given by Vieta's formula as 2525.

Step-by-Step Solution

1
Apply Vieta's formulas to relate the roots aa and bb to the coefficients of the given quadratic equation.
a+b=m+6ma + b = m + \frac{6}{m} and ab=6ab = 6.
For any quadratic equation x2Sx+P=0x^2 - Sx + P = 0, the sum of the roots is SS and the product of the roots is PP.
2
Express a2+b2a^2 + b^2 using the algebraic identity for the sum of squares.
a2+b2=(a+b)22ab=(m+6m)22(6)=(m+6m)212a^2 + b^2 = (a + b)^2 - 2ab = \left(m + \frac{6}{m}\right)^2 - 2(6) = \left(m + \frac{6}{m}\right)^2 - 12.
Rewriting the sum of squares allows substitution of the known sum and product of the roots.
3
Set the expression equal to the given value 2525 and expand the square.
m2+2(m)(6m)+36m212=25    m2+12+36m212=25    m2+36m2=25m^2 + 2(m)\left(\frac{6}{m}\right) + \frac{36}{m^2} - 12 = 25 \implies m^2 + 12 + \frac{36}{m^2} - 12 = 25 \implies m^2 + \frac{36}{m^2} = 25.
Expanding (m+6m)2\left(m + \frac{6}{m}\right)^2 yields m2+12+36m2m^2 + 12 + \frac{36}{m^2}, which simplifies directly after subtracting 1212.
4
Formulate a quadratic equation in terms of u=m2u = m^2.
u+36u=25    u225u+36=0u + \frac{36}{u} = 25 \implies u^2 - 25u + 36 = 0.
Multiplying through by u=m2u = m^2 transforms the rational equation into a standard polynomial quadratic equation.
5
Find the sum of all valid solutions for u=m2u = m^2 using Vieta's formulas.
The discriminant of u225u+36=0u^2 - 25u + 36 = 0 is Δ=(25)24(1)(36)=625144=481>0\Delta = (-25)^2 - 4(1)(36) = 625 - 144 = 481 > 0, and the product of the roots is 36>036 > 0, so both roots u1,u2u_1, u_2 are positive real numbers. By Vieta's formulas, u1+u2=25u_1 + u_2 = 25.
Since both roots u1u_1 and u2u_2 are positive real numbers, they correspond to valid real values of m2m^2, making their sum equal to 2525.

Key Concept

Quadratic Equations, Vieta's Formulas, and Factoring Substitution
Estimated Time:2m 0s
Question 256Question

In the xyxy-plane, line kk is defined by the equation 3x4y=123x - 4y = 12. Line mm is parallel to line kk, and the perpendicular distance between line kk and line mm is 55 units. If the yy-intercept of line mm is greater than the yy-intercept of line kk, what is the yy-intercept of line mm?

Show answer & explanation

Answer: 3.25

Answer

3.25
Rewriting line kk as 3x4y12=03x - 4y - 12 = 0 shows its yy-intercept is 3-3. Line mm is parallel, so its equation is 3x4y+C=03x - 4y + C = 0. Using the formula for perpendicular distance between parallel lines d=C1C2A2+B2d = \frac{|C_1 - C_2|}{\sqrt{A^2 + B^2}}, we have 12C32+(4)2=5\frac{|-12 - C|}{\sqrt{3^2 + (-4)^2}} = 5. This simplifies to 12C=25|-12 - C| = 25, giving C=13C = 13 or C=37C = -37. Setting x=0x = 0 for line mm gives y=C4=C4y = -\frac{C}{-4} = \frac{C}{4}. For C=13C = 13, the yy-intercept is 134=3.25\frac{13}{4} = 3.25. Since 3.25>33.25 > -3, this meets all criteria.

Step-by-Step Solution

1
Find the yy-intercept of line kk
Line kk has a yy-intercept at (0,3)(0, -3).
Setting x=0x = 0 in 3x4y=123x - 4y = 12 gives 4y=12    y=3-4y = 12 \implies y = -3.
2
Formulate the general equation for line mm
Line mm has the equation 3x4y+C=03x - 4y + C = 0.
Parallel lines share the same linear coefficients A=3A = 3 and B=4B = -4.
3
Set up the distance formula between parallel lines
12C5=5\frac{|-12 - C|}{5} = 5
The distance between Ax+By+C1=0Ax + By + C_1 = 0 and Ax+By+C2=0Ax + By + C_2 = 0 is d=C1C2A2+B2d = \frac{|C_1 - C_2|}{\sqrt{A^2 + B^2}}.
4
Solve for constant CC
C=13C = 13 or C=37C = -37
12C=25|-12 - C| = 25 yields 12C=25    C=37-12 - C = 25 \implies C = -37 and 12C=25    C=13-12 - C = -25 \implies C = 13.
5
Determine the required yy-intercept
y=3.25y = 3.25
For C=13C = 13, the yy-intercept is 134=3.25\frac{13}{4} = 3.25, which is greater than 3-3.

Key Concept

Perpendicular distance between parallel lines and line intercept calculation
Estimated Time:2m 30s
Question 257Question

For all non-zero real numbers xx and yy, the custom binary operation \star is defined by xy=xyyxx \star y = \frac{x}{y} - \frac{y}{x}. Which of the following statements must be true for all non-zero real numbers aa, bb, and cc? Select all that apply.

Select all that apply

Show answer & explanation

Answer: ab=(ba)a \star b = -(b \star a); aa=0a \star a = 0; (ab)2=a2b2+b2a22(a \star b)^2 = \frac{a^2}{b^2} + \frac{b^2}{a^2} - 2

Answer

The statements ab=(ba)a \star b = -(b \star a), aa=0a \star a = 0, and (ab)2=a2b2+b2a22(a \star b)^2 = \frac{a^2}{b^2} + \frac{b^2}{a^2} - 2 must be true for all non-zero real numbers aa, bb, and cc.
The statements showing anti-commutativity, zero self-operation, and the expanded squared expression are all mathematically valid for all non-zero real numbers upon expanding their definitions using algebra.

Step-by-Step Solution

1
Evaluate ab=(ba)a \star b = -(b \star a)
ab=abbaa \star b = \frac{a}{b} - \frac{b}{a} and (ba)=(baab)=abba-(b \star a) = -\left(\frac{b}{a} - \frac{a}{b}\right) = \frac{a}{b} - \frac{b}{a}.
Verify anti-commutativity property by direct substitution.
2
Evaluate aa=0a \star a = 0
aa=aaaa=11=0a \star a = \frac{a}{a} - \frac{a}{a} = 1 - 1 = 0.
Verify identity property for identical inputs.
3
Evaluate (ab)2(a \star b)^2
(ab)2=(abba)2=(ab)22(ab)(ba)+(ba)2=a2b22(1)+b2a2=a2b2+b2a22(a \star b)^2 = \left(\frac{a}{b} - \frac{b}{a}\right)^2 = \left(\frac{a}{b}\right)^2 - 2\left(\frac{a}{b}\right)\left(\frac{b}{a}\right) + \left(\frac{b}{a}\right)^2 = \frac{a^2}{b^2} - 2(1) + \frac{b^2}{a^2} = \frac{a^2}{b^2} + \frac{b^2}{a^2} - 2.
Apply binomial expansion to the squared custom operation.
4
Test associativity statement a(bc)=(ab)ca \star (b \star c) = (a \star b) \star c with a counterexample
Let a=4,b=2,c=1a = 4, b = 2, c = 1. Then bc=2112=32b \star c = \frac{2}{1} - \frac{1}{2} = \frac{3}{2}. a(bc)=432=43/23/24=8338=5524a \star (b \star c) = 4 \star \frac{3}{2} = \frac{4}{3/2} - \frac{3/2}{4} = \frac{8}{3} - \frac{3}{8} = \frac{55}{24}. Meanwhile, ab=42=4224=32a \star b = 4 \star 2 = \frac{4}{2} - \frac{2}{4} = \frac{3}{2}, and (ab)c=321=3/2113/2=3223=56(a \star b) \star c = \frac{3}{2} \star 1 = \frac{3/2}{1} - \frac{1}{3/2} = \frac{3}{2} - \frac{2}{3} = \frac{5}{6}. Since 552456\frac{55}{24} \neq \frac{5}{6}, associativity fails.
A single counterexample disproves a general identity statement.
5
Test distributivity statement a(b+c)=(ab)+(ac)a \star (b + c) = (a \star b) + (a \star c) with a counterexample
Let a=1,b=1,c=1a = 1, b = 1, c = 1. Then a(b+c)=12=1221=32a \star (b + c) = 1 \star 2 = \frac{1}{2} - \frac{2}{1} = -\frac{3}{2}. Meanwhile, (ab)+(ac)=(11)+(11)=0+0=0(a \star b) + (a \star c) = (1 \star 1) + (1 \star 1) = 0 + 0 = 0. Since 320-\frac{3}{2} \neq 0, distributivity fails.
A single counterexample disproves distributivity over addition.

Key Concept

Evaluating algebraic properties and identity statements for custom defined binary operations.
Question 258Question

A cyclist travels from City XX to City YY at a constant speed of 2424 miles per hour. On the return trip from City YY to City XX along the exact same route, adverse weather conditions reduce the cyclist's average speed by 25%25\%. If the total time for the entire round trip is 77 hours, what is the distance, in miles, between City XX and City YY?

Show answer & explanation

Answer: 7272

Answer

The distance between City XX and City YY is 7272 miles.
To find the one-way distance dd, first calculate the return speed: 24×0.75=1824 \times 0.75 = 18 mph. Express the total time spent traveling as the sum of the time for each leg: d24+d18=7\frac{d}{24} + \frac{d}{18} = 7. Combining the fractions over a common denominator of 7272 gives 7d72=7\frac{7d}{72} = 7, which simplifies to d=72d = 72 miles.

Step-by-Step Solution

1
Determine the return speed
Return speed = 24×(10.25)=1824 \times (1 - 0.25) = 18 miles per hour.
Adverse weather reduces the outbound speed of 2424 mph by 25%25\%.
2
Formulate the total time equation in terms of distance dd
d24+d18=7\frac{d}{24} + \frac{d}{18} = 7
Time equals distance divided by rate. The sum of the outbound time and return time is 77 hours.
3
Solve the algebraic equation for dd
\frac{3d + 4d}{72} = 7 \implies \frac{7d}{72} = 7 \implies d = 72
Finding a common denominator of 7272 allows combining the fractional time expressions.

Key Concept

Distance, Rate, and Time Word Problems
Estimated Time:1m 30s
Question 259Question

In the xyxy-plane, line LL passes through the point (4,2)(4, 2) and has a negative slope mm. Line LL intersects the positive xx-axis at point PP and the positive yy-axis at point QQ. If the area of triangle OPQOPQ, where OO is the origin, is equal to 1616, what is the slope of line LL?

Show answer & explanation

Answer: 12-\frac{1}{2}

Answer

The slope of line LL is 12-\frac{1}{2}.
The line equation in point-slope form is y2=m(x4)y - 2 = m(x - 4). Setting y=0y = 0 yields the xx-intercept P(42m,0)P\left(4 - \frac{2}{m}, 0\right), and setting x=0x = 0 yields the yy-intercept Q(0,24m)Q(0, 2 - 4m). The area of right triangle OPQOPQ is 12(42m)(24m)=16\frac{1}{2}\left(4 - \frac{2}{m}\right)(2 - 4m) = 16. Expanding this equation leads to 4m2+4m+1=04m^2 + 4m + 1 = 0, which factors as (2m+1)2=0(2m + 1)^2 = 0, giving m=12m = -\frac{1}{2}.

Step-by-Step Solution

1
Write the point-slope form of line LL using point (4,2)(4, 2) and slope mm.
The equation of line LL is y2=m(x4)y - 2 = m(x - 4).
Point-slope form allows expressing intercepts directly in terms of the unknown slope mm.
2
Find the coordinates of the xx-intercept PP and yy-intercept QQ.
Setting y=0y = 0 gives xP=42mx_P = 4 - \frac{2}{m}. Setting x=0x = 0 gives yQ=24my_Q = 2 - 4m.
Intersections with the axes define the base and height of right triangle OPQOPQ.
3
Set up the area equation for triangle OPQOPQ.
\text{Area} = \frac{1}{2} \cdot x_P \cdot y_Q = \frac{1}{2} \left(4 - \frac{2}{m}\right)(2 - 4m) = 16.
Triangle OPQOPQ is a right triangle with base along the xx-axis and height along the yy-axis.
4
Solve the algebraic equation for slope mm.
Expanding gives 12(816m4m+8)=16    1616m4m=32    16m164m=0\frac{1}{2}\left(8 - 16m - \frac{4}{m} + 8\right) = 16 \implies 16 - 16m - \frac{4}{m} = 32 \implies -16m - 16 - \frac{4}{m} = 0. Dividing by 4-4 and multiplying by mm yields 4m2+4m+1=0    (2m+1)2=0    m=124m^2 + 4m + 1 = 0 \implies (2m + 1)^2 = 0 \implies m = -\frac{1}{2}.
Factoring the perfect square quadratic equation yields the single real value for mm.

Key Concept

Coordinate Geometry: Intercepts and Area of Triangles

Alternative Method

Use the intercept form of a line xa+yb=1\frac{x}{a} + \frac{y}{b} = 1. The area condition gives ab=32ab = 32. Substituting (4,2)(4, 2) gives 4a+2b=1\frac{4}{a} + \frac{2}{b} = 1. Substituting b=32ab = \frac{32}{a} leads to 4a+2a32=1    4a+a16=1    a216a+64=0    (a8)2=0    a=8\frac{4}{a} + \frac{2a}{32} = 1 \implies \frac{4}{a} + \frac{a}{16} = 1 \implies a^2 - 16a + 64 = 0 \implies (a-8)^2 = 0 \implies a = 8. Then b=4b = 4, and the slope is m=ba=48=12m = -\frac{b}{a} = -\frac{4}{8} = -\frac{1}{2}.
Estimated Time:2m 0s
Question 260Question

The quadratic function f(x)=2x2+kx18f(x) = -2x^2 + kx - 18 has a maximum value of 1414, where kk is a positive constant. What is the value of kk?

Show answer & explanation

Answer: 16

Answer

The value of kk is 1616.
The vertex of the parabola f(x)=2x2+kx18f(x) = -2x^2 + kx - 18 is located at x=k4x = \frac{k}{4}. Evaluating f(k4)f\left(\frac{k}{4}\right) gives the maximum value k2818\frac{k^2}{8} - 18. Setting this expression equal to 1414 leads to k28=32\frac{k^2}{8} = 32, so k2=256k^2 = 256. Taking the positive root as required by the problem statement yields k=16k = 16.

Step-by-Step Solution

1
Find the xx-coordinate of the vertex of the quadratic function.
For f(x)=2x2+kx18f(x) = -2x^2 + kx - 18, we have a=2a = -2, b=kb = k, and c=18c = -18. The vertex occurs at x=b2a=k2(2)=k4x = -\frac{b}{2a} = -\frac{k}{2(-2)} = \frac{k}{4}.
The maximum or minimum of any quadratic function ax2+bx+cax^2 + bx + c occurs at its vertex, where x=b2ax = -\frac{b}{2a}.
2
Evaluate the function at the vertex to determine the maximum value in terms of kk.
f(k4)=2(k4)2+k(k4)18=2(k216)+k2418=k28+k2418=k2818f\left(\frac{k}{4}\right) = -2\left(\frac{k}{4}\right)^2 + k\left(\frac{k}{4}\right) - 18 = -2\left(\frac{k^2}{16}\right) + \frac{k^2}{4} - 18 = -\frac{k^2}{8} + \frac{k^2}{4} - 18 = \frac{k^2}{8} - 18.
Substituting the vertex xx-coordinate into f(x)f(x) yields the maximum value of the downward-opening parabola.
3
Set the maximum value expression equal to 1414 and solve for k2k^2.
\frac{k^2}{8} - 18 = 14 \implies \frac{k^2}{8} = 32 \implies k^2 = 256.
The problem states that the maximum value of f(x)f(x) is 1414.
4
Solve for the positive constant kk.
k=256=16.k = \sqrt{256} = 16.
Taking the square root of 256256 gives k=16k = 16 or k=16k = -16. Since kk is given as a positive constant, k=16k = 16.

Key Concept

Finding the extreme value of a quadratic function by locating its vertex
PreviousPage 13 / 18Next
Algebra Practice Questions — GRE General Test — Page 13 | Examkin