Algebra

356 questions

Question 181Question
A financial analyst models a company's weekly metrics using three variables—revenue RR, operating cost CC, and advertising expenditure AA, measured in thousands of dollars. The metrics satisfy the following system of linear equations, where kk is a real constant:
4R3C+2A=18R+5C6A=145R+2C4A=k\begin{aligned} 4R - 3C + 2A &= 18 \\ R + 5C - 6A &= 14 \\ 5R + 2C - 4A &= k \end{aligned}
If this system of linear equations is consistent (has at least one solution), what is the value of kk?
Show answer & explanation

Answer: 32

Answer

32
Adding the left-hand sides of the first two equations yields (4R3C+2A)+(R+5C6A)=5R+2C4A(4R - 3C + 2A) + (R + 5C - 6A) = 5R + 2C - 4A, which is identical to the left-hand side of the third equation. For the linear system to have at least one solution (to be consistent), the right-hand side constant must satisfy the exact same linear combination: k=18+14=32k = 18 + 14 = 32.

Step-by-Step Solution

1
Examine the linear combination of the left-hand sides of the first two equations
(4R3C+2A)+(R+5C6A)=5R+2C4A(4R - 3C + 2A) + (R + 5C - 6A) = 5R + 2C - 4A
Observing that the sum of the coefficients of the first two equations matches the left-hand side of the third equation.
2
Apply the condition for system consistency
Right-hand side of Equation 3 must equal Right-hand side of Equation 1 + Right-hand side of Equation 2
For a system with linearly dependent left-hand sides to be consistent, the same linear combination must hold for the right-hand constants.
3
Calculate the value of kk
k=18+14=32k = 18 + 14 = 32
Adding the constants from the right-hand side of the first two equations gives the consistent value for kk.

Key Concept

Consistency and Linear Dependence in Systems of Linear Equations
Question 182Question
For how many real values of the constant aa does the following system of linear equations in xx, yy, and zz have no solution?
x+yz=3x+(a1)y+3z=5x+4y+(a+1)z=a+2\begin{aligned} x + y - z &= 3 \\ x + (a-1)y + 3z &= 5 \\ x + 4y + (a+1)z &= a + 2 \end{aligned}
Show answer & explanation

Answer: Exactly one

Answer

Exactly one
To find when the system has no solution, we first eliminate xx by subtracting the first equation from the second and third equations. This produces a two-variable system in yy and zz: (a2)y+4z=2(a-2)y + 4z = 2 and 3y+(a+2)z=a13y + (a+2)z = a - 1. The determinant of this system's coefficients is (a2)(a+2)12=a216(a-2)(a+2) - 12 = a^2 - 16. Setting the determinant to zero yields two critical values: a=4a = 4 and a=4a = -4. Testing a=4a = 4 simplifies both reduced equations to y+2z=1y + 2z = 1, which means the system is consistent with infinitely many solutions. Testing a=4a = -4 yields 3y+2z=1-3y + 2z = 1 and 3y+2z=5-3y + 2z = 5, which is impossible (1=51 = 5), making the system inconsistent. Thus, there is exactly one real value of aa (a=4a = -4) for which the system has no solution.

Step-by-Step Solution

1
Eliminate the variable xx from the second and third equations using the first equation.
Subtracting the first equation x+yz=3x + y - z = 3 from the second equation yields:
(a2)y+4z=2(a-2)y + 4z = 2
Subtracting the first equation from the third equation yields:
3y+(a+2)z=a13y + (a+2)z = a - 1
Reducing the 3×33 \times 3 system to a 2×22 \times 2 system in yy and zz simplifies the analysis of linear dependence and consistency.
2
Determine the values of aa for which the reduced 2×22 \times 2 system lacks a unique solution by setting its coefficient determinant to zero.
The determinant of the coefficient matrix is:
D=(a2)(a+2)(3)(4)=a2412=a216D = (a-2)(a+2) - (3)(4) = a^2 - 4 - 12 = a^2 - 16
Setting D=0D = 0 yields a2=16a^2 = 16, which gives a=4a = 4 or a=4a = -4.
A system of linear equations has either a unique solution (when the determinant is non-zero) or non-unique behavior—either no solution or infinitely many solutions—when the determinant is zero.
3
Test a=4a = 4 in the reduced system.
Substituting a=4a = 4 into the reduced equations gives:
2y+4z=2    y+2z=12y + 4z = 2 \implies y + 2z = 1
3y+6z=3    y+2z=13y + 6z = 3 \implies y + 2z = 1
Since both equations are identical, the system is consistent and has infinitely many solutions.
When equation ratios match completely including constant terms, the equations represent identical hyperplanes, yielding infinitely many solutions.
4
Test a=4a = -4 in the reduced system.
Substituting a=4a = -4 into the reduced equations gives:
6y+4z=2    3y+2z=1-6y + 4z = 2 \implies -3y + 2z = 1
3y2z=5    3y+2z=53y - 2z = -5 \implies -3y + 2z = 5
Comparing these gives 1=51 = 5, which is a contradiction. Thus, for a=4a = -4, the system has no solution.
When parallel equations have equal coefficient ratios but unequal constant ratios, the system is inconsistent.

Key Concept

Parametric Systems of Linear Equations and Consistency Conditions
Question 183Question

If xx is a real number satisfying the exponential equation 9x+132x+1=1629^{x+1} - 3^{2x+1} = 162, what is the value of 4x4^x?

Show answer & explanation

Answer: 8

Answer

8
By converting 9x+19^{x+1} to 32x+23^{2x+2} and factoring out 32x3^{2x}, the equation simplifies to 632x=1626 \cdot 3^{2x} = 162. Dividing by 6 gives 32x=273^{2x} = 27, so 2x=32x = 3 and x=32x = \frac{3}{2}. Raising 4 to the power of 32\frac{3}{2} yields (4)3=8(\sqrt{4})^3 = 8.

Step-by-Step Solution

1
Rewrite terms with a common base of 3.
9x+1=(32)x+1=32(x+1)=32x+29^{x+1} = (3^2)^{x+1} = 3^{2(x+1)} = 3^{2x+2}
Since 9 is a power of 3 (9=329 = 3^2), applying exponent rules converts the equation to base 3.
2
Factor out the common exponential expression 32x3^{2x}.
32x+232x+1=32x3232x31=32x(93)=632x3^{2x+2} - 3^{2x+1} = 3^{2x} \cdot 3^2 - 3^{2x} \cdot 3^1 = 3^{2x}(9 - 3) = 6 \cdot 3^{2x}
Using product rule of exponents (3a+b=3a3b3^{a+b} = 3^a \cdot 3^b) allows combining like terms.
3
Solve for xx.
632x=162    32x=27    32x=33    2x=3    x=326 \cdot 3^{2x} = 162 \implies 3^{2x} = 27 \implies 3^{2x} = 3^3 \implies 2x = 3 \implies x = \frac{3}{2}
Dividing both sides by 6 yields 32x=273^{2x} = 27, and equating exponents of matching bases gives x=32x = \frac{3}{2}.
4
Evaluate the target expression 4x4^x.
43/2=(41/2)3=23=84^{3/2} = (4^{1/2})^3 = 2^3 = 8
Substituting x=32x = \frac{3}{2} into 4x4^x means taking the square root of 4 and raising it to the third power.

Key Concept

Solving exponential equations using common bases and exponent properties
Question 184Question

An executive chartered a private aircraft to complete a trip between two cities separated by a non-stop distance of 600600 miles. On the return flight along the exact same route, strong headwinds reduced the aircraft's average ground speed by 5050 miles per hour compared to its outbound speed. As a result, the return flight took 22 hours longer than the outbound flight. What was the average speed, in miles per hour, of the aircraft on the outbound flight?

Show answer & explanation

Answer: 150

Answer

150 miles per hour
By setting the outbound speed to vv and return speed to v50v - 50, the relationship between outbound flight time 600v\frac{600}{v} and return flight time 600v50\frac{600}{v - 50} yields the rational equation 600v50600v=2\frac{600}{v - 50} - \frac{600}{v} = 2. Solving this equation gives the quadratic v250v15,000=0v^2 - 50v - 15,000 = 0, which factors as (v150)(v+100)=0(v - 150)(v + 100) = 0. The positive root gives an outbound speed of 150 miles per hour.

Step-by-Step Solution

1
Define variables for the unknown outbound rate and express travel times for both legs.
Let vv be the outbound speed in miles per hour. Outbound time is 600v\frac{600}{v} hours and return time is 600v50\frac{600}{v - 50} hours.
Distance equals speed multiplied by time (d=vtd = v \cdot t), so time equals distance divided by speed.
2
Formulate the algebraic equation using the given difference in flight durations.
\frac{600}{v - 50} - \frac{600}{v} = 2
The return flight took 22 hours longer than the outbound flight.
3
Clear denominators and simplify into standard quadratic form.
v^2 - 50v - 15,000 = 0
Multiplying both sides by v(v50)v(v - 50) yields 600v600v+30,000=2(v250v)600v - 600v + 30,000 = 2(v^2 - 50v), which simplifies to 2v2100v30,000=02v^2 - 100v - 30,000 = 0 or v250v15,000=0v^2 - 50v - 15,000 = 0.
4
Solve the quadratic equation for vv.
v = 150
Factoring (v150)(v+100)=0(v - 150)(v + 100) = 0 gives solutions v=150v = 150 or v=100v = -100. Physical speed must be positive.

Key Concept

Distance-Rate-Time Quadratic Algebraic Modeling
Question 185Question

In the xyxy-plane, line pp is defined by the equation y=34x+3y = -\frac{3}{4}x + 3. Which of the following statements about line pp must be true? Select all that apply.

Select all that apply

Show answer & explanation

Answer: Line pp passes through the point (4,0)(4, 0).; Line pp is perpendicular to any line with a slope of 43\frac{4}{3}.

Answer

The statements asserting that line pp passes through the point (4,0)(4, 0) and that line pp is perpendicular to any line with a slope of 43\frac{4}{3} are correct.
Substituting x=4x = 4 into the line equation gives y=0y = 0, showing that (4,0)(4, 0) lies on line pp. Additionally, the slope of line pp is 34-\frac{3}{4}, and the negative reciprocal of 34-\frac{3}{4} is 43\frac{4}{3}, making any line with slope 43\frac{4}{3} perpendicular to line pp.

Step-by-Step Solution

1
Identify the slope and yy-intercept directly from the equation y=34x+3y = -\frac{3}{4}x + 3.
The slope is m=34m = -\frac{3}{4} and the yy-intercept is (0,3)(0, 3).
The equation is given in standard slope-intercept form y=mx+by = mx + b.
2
Verify point inclusion and perpendicular slope relationship.
Substituting x=4x = 4 yields y=34(4)+3=0y = -\frac{3}{4}(4) + 3 = 0, confirming (4,0)(4, 0) is on the line. The negative reciprocal of 34-\frac{3}{4} is 43\frac{4}{3}, confirming the perpendicular line slope.
A point lies on a line if its coordinates satisfy the equation, and perpendicular lines have slopes that multiply to 1-1.
3
Analyze quadrant coverage.
Line pp connects (0,3)(0, 3) on the positive yy-axis to (4,0)(4, 0) on the positive xx-axis, covering Quadrant I. For x<0x < 0, y>3y > 3 (Quadrant II). For x>4x > 4, y<0y < 0 (Quadrant IV). It never enters Quadrant III where both coordinates are negative.
A line with a positive yy-intercept and negative slope crosses Quadrants I, II, and IV only.

Key Concept

Line properties in coordinate geometry including slope, intercepts, perpendicularity, and quadrant passage.
Question 186Question

In the xyxy-plane, line kk is defined by the equation y=3x4y = 3x - 4. Line LL is perpendicular to line kk and passes through the point (6,2)(6, 2). What is the yy-intercept of line LL?

Show answer & explanation

Answer: 44

Answer

The yy-intercept of line LL is 44.
Line kk has a slope of 33. Since line LL is perpendicular to line kk, the slope of line LL is 13-\frac{1}{3}. Substituting the point (6,2)(6, 2) into the slope-intercept equation y=mx+by = mx + b gives 2=13(6)+b2 = -\frac{1}{3}(6) + b, which simplifies to 2=2+b2 = -2 + b, so b=4b = 4. Therefore, the yy-intercept is 44.

Step-by-Step Solution

1
Find the slope of line LL
The slope of line LL is 13-\frac{1}{3}.
Line kk has equation y=3x4y = 3x - 4, so its slope is 33. Perpendicular lines have slopes that are negative reciprocals.
2
Substitute the point (6,2)(6, 2) and slope 13-\frac{1}{3} into the slope-intercept form
2=13(6)+b    2=2+b2 = -\frac{1}{3}(6) + b \implies 2 = -2 + b
The equation of a line is y=mx+by = mx + b, where mm is the slope and bb is the yy-intercept.
3
Solve for bb
b=4b = 4
Adding 22 to both sides yields the yy-intercept.

Key Concept

Perpendicular Line Slopes and Slope-Intercept Form
Question 187Question

A community library purchases two types of books: hardcover books for $24\$24 each and paperback books for $15\$15 each. The library spends a total of $360\$360 on these books and purchases at least one book of each type. Which of the following could be the total number of books purchased? Select all such numbers.

Select all that apply

Show answer & explanation

Answer: 18; 21

Answer

18 and 21
The linear modeling equation 24x+15y=36024x + 15y = 360 simplifies to 8x+5y=1208x + 5y = 120. Since xx and yy must be positive integers, xx must be a multiple of 5. The only valid solutions satisfying x1x \ge 1 and y1y \ge 1 are (x=5,y=16)(x=5, y=16) and (x=10,y=8)(x=10, y=8), which yield total book counts of 21 and 18, respectively.

Step-by-Step Solution

1
Set up the linear equation from the given word problem context.
24x+15y=36024x + 15y = 360, where x1x \ge 1 is the number of hardcover books and y1y \ge 1 is the number of paperback books, with x,yZ+x, y \in \mathbb{Z}^+.
Total expenditure is the sum of cost per hardcover times number of hardcovers plus cost per paperback times number of paperbacks.
2
Simplify the equation by dividing both sides by the greatest common divisor, 3.
8x+5y=1208x + 5y = 120
Simplifying coefficients reduces arithmetic complexity and isolates integer conditions.
3
Express yy in terms of xx to identify valid integer pairs (x,y)(x, y).
y=1208x5=248x5y = \frac{120 - 8x}{5} = 24 - \frac{8x}{5}
For yy to be an integer, 8x8x must be divisible by 5, meaning xx must be a positive multiple of 5.
4
Test valid positive integer values for xx such that y1y \ge 1.
If x=5x = 5, y=248=16y = 24 - 8 = 16, giving total books x+y=21x + y = 21. If x=10x = 10, y=2416=8y = 24 - 16 = 8, giving total books x+y=18x + y = 18. If x15x \ge 15, y0y \le 0, which is invalid.
These are the only integer solutions satisfying x1x \ge 1 and y1y \ge 1.

Key Concept

Linear Diophantine Equations in Word Problems
Estimated Time:1m 30s
Question 188Question

Two automated assembly lines, Line A and Line B, produce components at constant individual rates. Under normal operating conditions, Line A operating for 33 hours and Line B operating for 44 hours together produce a combined total of 1,4001,400 units. Under adjusted operating conditions, Line A operates at a rate 20%20\% higher than its normal rate, while Line B operates at a rate 10%10\% lower than its normal rate. Operating together under these adjusted conditions for 55 hours, the two lines produce a total of 2,1002,100 units. What is the normal rate of Line A, in units per hour?

Show answer & explanation

Answer: 200200

Answer

The normal rate of Line A is 200200 units per hour.
Let rAr_A and rBr_B represent the normal production rates in units per hour for Line A and Line B, respectively. From the first condition, 3rA+4rB=14003r_A + 4r_B = 1400. From the second condition, operating for 55 hours at rates 1.20rA1.20r_A and 0.90rB0.90r_B yields 5(1.20rA+0.90rB)=21005(1.20r_A + 0.90r_B) = 2100, which simplifies to 1.20rA+0.90rB=4201.20r_A + 0.90r_B = 420, or 4rA+3rB=14004r_A + 3r_B = 1400. Subtracting 3rA+4rB=14003r_A + 4r_B = 1400 from 4rA+3rB=14004r_A + 3r_B = 1400 gives rArB=0r_A - r_B = 0, meaning rA=rBr_A = r_B. Substituting rB=rAr_B = r_A into 3rA+4rA=14003r_A + 4r_A = 1400 gives 7rA=14007r_A = 1400, so rA=200r_A = 200 units per hour.

Step-by-Step Solution

1
Define variables and set up the equation for normal operating conditions.
3rA+4rB=14003r_A + 4r_B = 1400
Line A operates for 33 hours at rate rAr_A and Line B operates for 44 hours at rate rBr_B to produce 1,4001,400 units.
2
Set up the equation for adjusted operating conditions.
5(1.20rA+0.90rB)=2100    1.20rA+0.90rB=4205(1.20r_A + 0.90r_B) = 2100 \implies 1.20r_A + 0.90r_B = 420
Line A's rate increases by 20%20\% (1.20rA1.20r_A) and Line B's rate decreases by 10%10\% (0.90rB0.90r_B). Divided by 55 hours, their combined hourly adjusted rate is 420420 units per hour.
3
Multiply the simplified adjusted equation by 1010 to clear decimals.
12rA+9rB=4200    4rA+3rB=140012r_A + 9r_B = 4200 \implies 4r_A + 3r_B = 1400
Dividing all terms by 33 simplifies the linear equation for easier elimination.
4
Solve the system of equations for rAr_A.
rA=200r_A = 200
From Step 1, 4rB=14003rA    rB=3500.75rA4r_B = 1400 - 3r_A \implies r_B = 350 - 0.75r_A. Substituting into 4rA+3(3500.75rA)=14004r_A + 3(350 - 0.75r_A) = 1400 gives 4rA+10502.25rA=1400    1.75rA=350    rA=2004r_A + 1050 - 2.25r_A = 1400 \implies 1.75r_A = 350 \implies r_A = 200.

Key Concept

Linear Modeling of Combined Work and Rates
Question 189Question

For all real numbers x0x \neq 0 and x1x \neq 1, the function ff is defined by f(x)=x1xf(x) = \frac{x - 1}{x}. The composite function notation fn(x)f^n(x) is defined by f1(x)=f(x)f^1(x) = f(x) and fn(x)=f(fn1(x))f^n(x) = f\left(f^{n-1}(x)\right) for all integers n2n \ge 2. What is the value of f2026(5)f^{2026}(5)?

Show answer & explanation

Answer: 45\frac{4}{5}

Answer

45\frac{4}{5}
Evaluating successive compositions of f(x)=x1xf(x) = \frac{x-1}{x} starting at x=5x = 5 yields f1(5)=45f^1(5) = \frac{4}{5}, f2(5)=14f^2(5) = -\frac{1}{4}, and f3(5)=5f^3(5) = 5. This produces a repeating sequence of period 3. Since 20261(mod3)2026 \equiv 1 \pmod 3, f2026(5)f^{2026}(5) equals f1(5)=45f^1(5) = \frac{4}{5}.

Step-by-Step Solution

1
Evaluate the first iteration f1(5)f^1(5).
f1(5)=f(5)=515=45f^1(5) = f(5) = \frac{5 - 1}{5} = \frac{4}{5}.
Substitute x=5x = 5 into the definition of f(x)f(x).
2
Evaluate the second iteration f2(5)=f(f1(5))f^2(5) = f(f^1(5)).
f2(5)=f(45)=45145=1545=14f^2(5) = f\left(\frac{4}{5}\right) = \frac{\frac{4}{5} - 1}{\frac{4}{5}} = \frac{-\frac{1}{5}}{\frac{4}{5}} = -\frac{1}{4}.
Substitute x=45x = \frac{4}{5} into the function definition.
3
Evaluate the third iteration f3(5)=f(f2(5))f^3(5) = f(f^2(5)).
f3(5)=f(14)=14114=5414=5f^3(5) = f\left(-\frac{1}{4}\right) = \frac{-\frac{1}{4} - 1}{-\frac{1}{4}} = \frac{-\frac{5}{4}}{-\frac{1}{4}} = 5.
Substitute x=14x = -\frac{1}{4} into the function definition.
4
Identify the periodic pattern and evaluate f2026(5)f^{2026}(5).
Since f3(5)=5f^3(5) = 5, the function values repeat in a cycle of length 3: (45,14,5)(\frac{4}{5}, -\frac{1}{4}, 5). Dividing 2026 by 3 yields 2026=3×675+12026 = 3 \times 675 + 1, giving a remainder of 1. Therefore, f2026(5)=f1(5)=45f^{2026}(5) = f^1(5) = \frac{4}{5}.
The remainder determines the equivalent position in the 3-element repeating sequence.

Key Concept

Nested Function Composition and Periodicity
Question 190Question

If xx is a real number that satisfies 32x9|3 - 2x| \le 9, what is the maximum possible value of x5|x - 5|?

Show answer & explanation

Answer: 8

Answer

The maximum possible value of x5|x - 5| is 8.
Solving 32x9|3 - 2x| \le 9 yields 932x9-9 \le 3 - 2x \le 9. Subtracting 3 gives 122x6-12 \le -2x \le 6. Dividing by 2-2 and reversing inequality signs results in 3x6-3 \le x \le 6. To maximize x5|x - 5|, find the point in [3,6][-3, 6] that is farthest from 5. Evaluating at the endpoints gives 35=8|-3 - 5| = 8 and 65=1|6 - 5| = 1. The maximum possible value is 8.

Step-by-Step Solution

1
Solve the absolute value inequality 32x9|3 - 2x| \le 9.
932x9-9 \le 3 - 2x \le 9
By definition of absolute value, uk|u| \le k means kuk-k \le u \le k for k0k \ge 0.
2
Isolate 2x-2x by subtracting 3 from each part.
122x6-12 \le -2x \le 6
Subtracting a constant from all parts preserves the inequality direction.
3
Isolate xx by dividing each part by 2-2.
3x6-3 \le x \le 6
Dividing an inequality by a negative number flips the inequality signs.
4
Determine the maximum value of x5|x - 5| over the interval [3,6][-3, 6].
Maximum occurs at x=3x = -3, where 35=8|-3 - 5| = 8.
The expression x5|x - 5| represents the distance from xx to 5 on the number line. The endpoint x=3x = -3 is furthest from 5.

Key Concept

Linear inequalities and absolute value as distance on a number line
Question 191Question

If xx is an integer that satisfies both 2x+17|2x + 1| \le 7 and 5x2<1\frac{5 - x}{-2} < -1, how many possible values of xx are there?

Show answer & explanation

Answer: 7

Answer

There are 7 possible integer values of xx.
Solving 2x+17|2x + 1| \le 7 yields 4x3-4 \le x \le 3. Solving 5x2<1\frac{5 - x}{-2} < -1 requires flipping the inequality symbol when multiplying by 2-2, resulting in 5x>25 - x > 2, which simplifies to x<3x < 3. Taking the intersection of 4x3-4 \le x \le 3 and x<3x < 3 gives the interval 4x<3-4 \le x < 3. The integers in this range are 4,3,2,1,0,1,2-4, -3, -2, -1, 0, 1, 2, totaling 7 integers.

Step-by-Step Solution

1
Solve the absolute value inequality 2x+17|2x + 1| \le 7.
72x+17    82x6    4x3-7 \le 2x + 1 \le 7 \implies -8 \le 2x \le 6 \implies -4 \le x \le 3.
An absolute value inequality of the form uk|u| \le k (for k0k \ge 0) expands to kuk-k \le u \le k.
2
Solve the rational inequality 5x2<1\frac{5 - x}{-2} < -1.
5x>(1)(2)    5x>2    x>3    x<35 - x > (-1)(-2) \implies 5 - x > 2 \implies -x > -3 \implies x < 3.
Multiplying or dividing an inequality by a negative number requires reversing the direction of the inequality sign.
3
Find the intersection of the two solution sets and count integer solutions.
4x<3-4 \le x < 3. The integer values satisfying this inequality are 4,3,2,1,0,1,2-4, -3, -2, -1, 0, 1, 2, which gives a total of 7 integer values.
The solution must satisfy both conditions simultaneously.

Key Concept

Solving combined linear and absolute value inequalities while correctly reversing inequality signs when multiplying or dividing by negative values.
Estimated Time:1m 30s
Question 192Question

Two water pumps, Pump A and Pump B, working simultaneously at their respective constant rates, can fill an empty storage tank in 44 hours. If Pump A operates alone at its constant rate for 22 hours and then Pump B operates alone at its constant rate for 77 hours, the tank is also filled completely. How many hours would it take Pump A, working alone at its constant rate, to fill the entire storage tank?

Show answer & explanation

Answer: 203\frac{20}{3} hours

Answer

203\frac{20}{3} hours (or 6236\frac{2}{3} hours)
The correct answer is derived by setting up two linear equations representing the total work accomplished: 4rA+4rB=14r_A + 4r_B = 1 and 2rA+7rB=12r_A + 7r_B = 1. Solving this system gives Pump A's rate rA=320r_A = \frac{3}{20} tanks per hour. The time required for Pump A working alone is the reciprocal of its rate, which equals 203\frac{20}{3} hours.

Step-by-Step Solution

1
Define variables and formulate the system of linear equations
Let rAr_A be the rate of Pump A (tanks/hour) and rBr_B be the rate of Pump B (tanks/hour).
Combined work equation: 4(rA+rB)=1    4rA+4rB=14(r_A + r_B) = 1 \implies 4r_A + 4r_B = 1
Sequential work equation: 2rA+7rB=12r_A + 7r_B = 1
Work done equals rate multiplied by time, and completing one full tank corresponds to total work =1= 1.
2
Express rBr_B in terms of rAr_A using the first equation
rA+rB=14    rB=14rAr_A + r_B = \frac{1}{4} \implies r_B = \frac{1}{4} - r_A
Simplifying the combined rate equation allows substitution into the second linear equation.
3
Substitute rBr_B into the second equation and solve for rAr_A
2rA+7(14rA)=1    2rA+747rA=1    5rA=174=34    rA=3202r_A + 7\left(\frac{1}{4} - r_A\right) = 1 \implies 2r_A + \frac{7}{4} - 7r_A = 1 \implies -5r_A = 1 - \frac{7}{4} = -\frac{3}{4} \implies r_A = \frac{3}{20}
Eliminating rBr_B isolates rAr_A as a single-variable linear equation.
4
Calculate the time required for Pump A to fill the tank alone
TimeA=1rA=1320=203 hours\text{Time}_A = \frac{1}{r_A} = \frac{1}{\frac{3}{20}} = \frac{20}{3}\text{ hours}
The total time to complete 1 unit of work is the reciprocal of the unit work rate.

Key Concept

Formulating and solving systems of two linear equations in two variables derived from work-rate relationships.
Question 193Question

In the xyxy-plane, line 1\ell_1 is defined by the equation 3x4y=123x - 4y = 12. Line 2\ell_2 is perpendicular to line 1\ell_1 and intersects the positive yy-axis at the point (0,d)(0, d). If the area of the triangular region bounded by line 1\ell_1, line 2\ell_2, and the yy-axis is 2424, what is the value of dd?

Show answer & explanation

Answer: 77

Answer

The value of dd is 77.
The line 1\ell_1 has equation y=34x3y = \frac{3}{4}x - 3, placing its yy-intercept at (0,3)(0, -3). Line 2\ell_2 is perpendicular, so its slope is 43-\frac{4}{3}, giving the equation y=43x+dy = -\frac{4}{3}x + d. The vertical base of the triangle along the yy-axis spans from (0,3)(0, -3) to (0,d)(0, d), with a length of d+3d + 3. The intersection of the two lines occurs at an xx-coordinate of 12(d+3)25\frac{12(d+3)}{25}, which serves as the height of the triangle. Setting the area 12×(d+3)×12(d+3)25=24\frac{1}{2} \times (d+3) \times \frac{12(d+3)}{25} = 24 simplifies to (d+3)2=100(d+3)^2 = 100. Because d>0d > 0, d+3=10d + 3 = 10, giving d=7d = 7.

Step-by-Step Solution

1
Find the slope and yy-intercept of line 1\ell_1.
Converting 3x4y=123x - 4y = 12 into slope-intercept form yields y=34x3y = \frac{3}{4}x - 3. The slope of 1\ell_1 is m1=34m_1 = \frac{3}{4} and its yy-intercept is (0,3)(0, -3).
Knowing the slope and yy-intercept of 1\ell_1 is essential to determine the equation of line 2\ell_2 and the vertices of the triangular region along the yy-axis.
2
Determine the equation of line 2\ell_2.
Since 2\ell_2 is perpendicular to 1\ell_1, its slope is the negative reciprocal of 34\frac{3}{4}, which is m2=43m_2 = -\frac{4}{3}. Given that 2\ell_2 intersects the yy-axis at (0,d)(0, d), its equation is y=43x+dy = -\frac{4}{3}x + d.
Perpendicular lines have slopes that are negative reciprocals of each other.
3
Find the xx-coordinate of the intersection point of 1\ell_1 and 2\ell_2.
Set the two equations equal: 34x3=43x+d    (34+43)x=d+3    2512x=d+3    x=12(d+3)25\frac{3}{4}x - 3 = -\frac{4}{3}x + d \implies \left(\frac{3}{4} + \frac{4}{3}\right)x = d + 3 \implies \frac{25}{12}x = d + 3 \implies x = \frac{12(d+3)}{25}.
The xx-coordinate of the intersection point represents the horizontal altitude (height) of the triangle with respect to the vertical base along the yy-axis.
4
Express the area of the triangular region in terms of dd and solve for dd.
The vertical base along the yy-axis stretches from (0,3)(0, -3) to (0,d)(0, d), having length d(3)=d+3d - (-3) = d + 3. The height is h=12(d+3)25h = \frac{12(d+3)}{25}. Using the area formula Area=12×base×height\text{Area} = \frac{1}{2} \times \text{base} \times \text{height}, we set 12(d+3)(12(d+3)25)=24    6(d+3)225=24    (d+3)2=100\frac{1}{2}(d+3)\left(\frac{12(d+3)}{25}\right) = 24 \implies \frac{6(d+3)^2}{25} = 24 \implies (d+3)^2 = 100. Since d>0d > 0, d+3=10d + 3 = 10, so d=7d = 7.
The problem states that the area of the triangle is 2424.

Key Concept

Perpendicular line slopes and geometric area calculations using coordinate geometry
Estimated Time:2m 30s
Question 194Question

A coffee roaster creates a custom blend by combining Grade X beans costing $p\$p per pound with Grade Y beans costing $q\$q per pound, where 0<p<q0 < p < q. The batch contains a total of MM pounds, consisting of xx pounds of Grade X and yy pounds of Grade Y. The total cost of the batch is CC dollars, and the average cost per pound of the blend is AA dollars. Which of the following algebraic relationships MUST be true? Indicate all such statements.

Select all that apply

Show answer & explanation

Answer: The weight of Grade X beans in pounds is given by x=qMCqpx = \frac{qM - C}{q - p}.; The average cost per pound of the blend satisfies A=qx(qp)MA = q - \frac{x(q - p)}{M}.; The ratio of the weight of Grade X to the weight of Grade Y in the blend is equal to qAAp\frac{q - A}{A - p}.

Answer

The true statements are that the weight of Grade X beans is x=qMCqpx = \frac{qM - C}{q - p}, the average cost per pound satisfies A=qx(qp)MA = q - \frac{x(q - p)}{M}, and the ratio of Grade X weight to Grade Y weight is qAAp\frac{q - A}{A - p}.
The correct statements correctly model the system of equations x+y=Mx + y = M and C=px+qyC = px + qy. Solving for xx in terms of total cost gives x=qMCqpx = \frac{qM - C}{q - p}. Dividing the expression for total cost by total mass MM yields A=qx(qp)MA = q - \frac{x(q - p)}{M}. Finally, setting total cost C=A(x+y)=px+qyC = A(x+y) = px + qy and rearranging gives the ratio xy=qAAp\frac{x}{y} = \frac{q - A}{A - p}.

Step-by-Step Solution

1
Set up equations for total mass MM and total cost CC using individual weights xx and yy.
x+y=M    y=Mxx + y = M \implies y = M - x and C=px+qy=px+q(Mx)C = px + qy = px + q(M - x).
Relating the two variables through total weight eliminates yy to express cost purely in terms of xx.
2
Solve the total cost equation for xx.
C=qM(qp)x    (qp)x=qMC    x=qMCqpC = qM - (q - p)x \implies (q - p)x = qM - C \implies x = \frac{qM - C}{q - p}.
Isolating xx confirms the valid algebraic formula for the weight of Grade X.
3
Calculate average cost A=CMA = \frac{C}{M} by substituting the simplified expression for CC.
A=qM(qp)xM=qx(qp)MA = \frac{qM - (q - p)x}{M} = q - \frac{x(q - p)}{M}.
Dividing total cost by total weight MM yields the weighted average cost per pound.
4
Determine the ratio of component weights xy\frac{x}{y} in terms of unit costs p,qp, q and average cost AA.
A(x+y)=px+qy    Ax+Ay=px+qy    y(qA)=x(Ap)    xy=qAApA(x + y) = px + qy \implies Ax + Ay = px + qy \implies y(q - A) = x(A - p) \implies \frac{x}{y} = \frac{q - A}{A - p}.
Rearranging the weighted average equation isolates the ratio of the quantities of the two components.

Key Concept

Linear weighted averages and multi-variable system modeling in mixture word problems.
Estimated Time:2m 30s
Question 195Question

A municipal utility company charges residential customers according to two seasonal rate structures. During the peak summer season, electricity costs $0.24\$0.24 per kilowatt-hour (kWh\text{kWh}). During the off-peak season, electricity costs $0.15\$0.15 per kWh\text{kWh}. A homeowner consumed a total of 14,000 kWh14,000\text{ kWh} of electricity over the entire year, resulting in a total annual bill of $2,640\$2,640. How many kilowatt-hours of electricity did the homeowner consume during the peak summer season?

Show answer & explanation

Answer: 6,0006,000

Answer

6,000 kWh6,000\text{ kWh}
The correct answer of 6,000 kWh6,000\text{ kWh} is found by setting up a linear model for total energy consumption (x+y=14,000x + y = 14,000) and total cost (0.24x+0.15y=2,6400.24x + 0.15y = 2,640). Substituting y=14,000xy = 14,000 - x gives 0.09x=5400.09x = 540, which solves to x=6,000 kWhx = 6,000\text{ kWh}.

Step-by-Step Solution

1
Define variables for the two seasons.
Let xx be the number of kilowatt-hours consumed during the peak summer season, and let yy be the number of kilowatt-hours consumed during the off-peak season.
Establishing clear variables allows modeling the problem as a system of linear equations.
2
Set up the total consumption equation and express yy in terms of xx.
x+y=14,000    y=14,000xx + y = 14,000 \implies y = 14,000 - x
The total consumption across both seasons equals 14,000 kWh14,000\text{ kWh}.
3
Set up the total cost equation using the respective seasonal rates.
0.24x+0.15y=2,6400.24x + 0.15y = 2,640
Peak electricity costs $0.24/kWh\$0.24/\text{kWh} and off-peak costs $0.15/kWh\$0.15/\text{kWh}, summing to the total annual cost of $2,640\$2,640.
4
Substitute y=14,000xy = 14,000 - x into the cost equation and solve for xx.
0.24x+0.15(14,000x)=2,640    0.24x+2,1000.15x=2,640    0.09x=540    x=6,0000.24x + 0.15(14,000 - x) = 2,640 \implies 0.24x + 2,100 - 0.15x = 2,640 \implies 0.09x = 540 \implies x = 6,000
Simplifying the single-variable linear equation isolates the peak season consumption.

Key Concept

Linear Modeling and Systems of Linear Equations
Estimated Time:1m 30s
Question 196Question

The quadratic equation x2px+q=0x^2 - px + q = 0, where pp and qq are real constants with p>0p > 0, has two real roots r1r_1 and r2r_2. If r12+r22=29r_1^2 + r_2^2 = 29 and r13+r23=117r_1^3 + r_2^3 = 117, what is the value of qq?

Show answer & explanation

Answer: -10

Answer

The value of qq is 10-10.
By Vieta's formulas, r1+r2=pr_1 + r_2 = p and r1r2=qr_1 r_2 = q. Using the identity r12+r22=(r1+r2)22r1r2=29r_1^2 + r_2^2 = (r_1 + r_2)^2 - 2r_1 r_2 = 29, we get q=p2292q = \frac{p^2 - 29}{2}. Using the sum of cubes identity r13+r23=(r1+r2)(r12r1r2+r22)=117r_1^3 + r_2^3 = (r_1 + r_2)(r_1^2 - r_1 r_2 + r_2^2) = 117, we obtain p(29q)=117p(29 - q) = 117. Substituting qq into this equation yields p387p+234=0p^3 - 87p + 234 = 0. Factoring this cubic equation yields p=3p = 3 as a valid root, leading to q=10q = -10. Evaluating the discriminant p24q=94(10)=49>0p^2 - 4q = 9 - 4(-10) = 49 > 0 confirms that real roots exist. The second positive root for pp gives a negative discriminant, making 10-10 the unique correct value of qq.

Step-by-Step Solution

1
Express symmetric sums of roots in terms of equation coefficients pp and qq using Vieta's formulas.
r1+r2=pr_1 + r_2 = p and r1r2=qr_1 r_2 = q. Therefore, r12+r22=(r1+r2)22r1r2=p22q=29r_1^2 + r_2^2 = (r_1 + r_2)^2 - 2r_1 r_2 = p^2 - 2q = 29, which gives q=p2292q = \frac{p^2 - 29}{2}.
Relating root sums and products directly to coefficients simplifies the algebraic system.
2
Express the sum of cubes in terms of pp and qq and substitute qq.
r13+r23=(r1+r2)(r12r1r2+r22)=p(29q)=117r_1^3 + r_2^3 = (r_1 + r_2)(r_1^2 - r_1 r_2 + r_2^2) = p(29 - q) = 117. Substituting q=p2292q = \frac{p^2 - 29}{2} yields p(29p2292)=117    p(87p2)=234    p387p+234=0p\left(29 - \frac{p^2 - 29}{2}\right) = 117 \implies p(87 - p^2) = 234 \implies p^3 - 87p + 234 = 0.
Combining symmetric expressions forms a single polynomial equation in variable pp.
3
Factor the cubic equation p387p+234=0p^3 - 87p + 234 = 0 to find candidate values for p>0p > 0.
Testing factor p=3p = 3 gives 3387(3)+234=27261+234=03^3 - 87(3) + 234 = 27 - 261 + 234 = 0. Factoring out (p3)(p - 3) gives (p3)(p2+3p78)=0(p - 3)(p^2 + 3p - 78) = 0.
Finding the roots of the polynomial identifies candidate values for coefficient pp.
4
Verify the real root constraint p24q>0p^2 - 4q > 0 for candidates of pp.
For p=3p = 3, q=32292=10q = \frac{3^2 - 29}{2} = -10, giving discriminant p24q=94(10)=49>0p^2 - 4q = 9 - 4(-10) = 49 > 0 (real roots 55 and 2-2). For the positive root p=321327.458p = \frac{\sqrt{321}-3}{2} \approx 7.458 of p2+3p78=0p^2 + 3p - 78 = 0, the discriminant is p24q=3p296.63<0p^2 - 4q = 3p - 29 \approx -6.63 < 0, which yields non-real complex roots.
The question specifies real roots, so candidate solutions resulting in negative discriminants must be discarded.

Key Concept

Quadratic Equations and Factoring (Vieta's Formulas, Symmetric Polynomials, and Real Root Conditions)
Question 197Question

For all real numbers xx, the function ff is defined by f(x)=x24x+7f(x) = x^2 - 4x + 7 and the function gg is defined by g(x)=2x+1g(x) = 2x + 1. If f(g(k))=19f(g(k)) = 19 and k<0k < 0, what is the value of kk?

Show answer & explanation

Answer: -1.5

Answer

The value of kk is 1.5-1.5.
To solve for kk, substitute g(k)=2k+1g(k) = 2k + 1 into f(x)f(x) to get f(g(k))=(2k+1)24(2k+1)+7f(g(k)) = (2k + 1)^2 - 4(2k + 1) + 7. Expanding and combining like terms yields 4k24k+44k^2 - 4k + 4. Setting this equal to 1919 gives 4k24k15=04k^2 - 4k - 15 = 0. Factoring the quadratic expression yields (2k5)(2k+3)=0(2k - 5)(2k + 3) = 0, which gives k=52=2.5k = \frac{5}{2} = 2.5 or k=32=1.5k = -\frac{3}{2} = -1.5. Since the problem specifies that k<0k < 0, the value of kk must be 1.5-1.5.

Step-by-Step Solution

1
Express the nested composite function f(g(k))f(g(k)) in terms of kk
f(g(k))=(2k+1)24(2k+1)+7f(g(k)) = (2k + 1)^2 - 4(2k + 1) + 7
Substituting g(k)=2k+1g(k) = 2k + 1 for every occurrence of xx in f(x)f(x) sets up the composite function evaluation.
2
Expand terms and simplify the algebraic expression
f(g(k))=4k24k+4f(g(k)) = 4k^2 - 4k + 4
Expanding (2k+1)2=4k2+4k+1(2k + 1)^2 = 4k^2 + 4k + 1 and distributing 4(2k+1)=8k4-4(2k + 1) = -8k - 4, then combining like terms yields 4k24k+44k^2 - 4k + 4.
3
Set the composite function expression equal to 19 and form a standard quadratic equation
4k24k15=04k^2 - 4k - 15 = 0
Subtracting 1919 from both sides produces a standard quadratic equation ax2+bx+c=0ax^2 + bx + c = 0.
4
Solve the quadratic equation and apply the condition k<0k < 0
k=1.5k = -1.5
Factoring (2k5)(2k+3)=0(2k - 5)(2k + 3) = 0 gives k=2.5k = 2.5 or k=1.5k = -1.5. The constraint k<0k < 0 selects k=1.5k = -1.5.

Key Concept

Composite function evaluation f(g(x))f(g(x)) combined with quadratic equation solving under domain constraints.
Question 198Question

An industrial facility has three supply pipes—Pipe A, Pipe B, and Pipe C—that can fill a storage reservoir. Pipe A operating alone can fill the empty reservoir in aa hours. Pipe B operating alone takes 50%50\% longer than Pipe A to fill the empty reservoir. Pipe C operating alone fills the empty reservoir at a rate equal to the combined filling rate of Pipe A and Pipe B.

Initially, the reservoir is empty. Pipe A and Pipe B are opened simultaneously. After 22 hours, Pipe B is closed and Pipe C is opened, while Pipe A remains open. The reservoir becomes completely full exactly 44 hours after Pipe A and Pipe B were initially opened.

Which of the following statements must be true? Select all such statements.

Select all that apply

Show answer & explanation

Answer: Pipe A operating alone would fill the empty reservoir in 88 hours and 4040 minutes.; During the first 22 hours of the process, exactly 513\frac{5}{13} of the total capacity of the reservoir is filled.; Pipe C operating alone would fill the empty reservoir in 55 hours and 1212 minutes.

Answer

The statements asserting that Pipe A operating alone takes 8 hours and 40 minutes, that 5/13 of the capacity is filled in the first 2 hours, and that Pipe C operating alone takes 5 hours and 12 minutes are all true.
Using the rate relationships RA=1aR_A = \frac{1}{a}, RB=23aR_B = \frac{2}{3a}, and RC=53aR_C = \frac{5}{3a}, the equation 2(RA+RB)+2(RA+RC)=12(R_A + R_B) + 2(R_A + R_C) = 1 simplifies to 263a=1\frac{26}{3a} = 1, giving a=263a = \frac{26}{3} hours. This verifies that Pipe A takes 8 hours 40 minutes alone, Phase 1 fills 5/13 of the reservoir capacity, and Pipe C takes 5.2 hours (5 hours 12 minutes) alone.

Step-by-Step Solution

1
Express the individual work rates of Pipe A, Pipe B, and Pipe C in terms of parameter aa.
RA=1aR_A = \frac{1}{a}, RB=11.5a=23aR_B = \frac{1}{1.5a} = \frac{2}{3a}, and RC=RA+RB=1a+23a=53aR_C = R_A + R_B = \frac{1}{a} + \frac{2}{3a} = \frac{5}{3a}.
Work rate is defined as the reciprocal of the time required to complete one unit of work.
2
Formulate an equation for total work completed over the two 2-hour phases.
2(RA+RB)+2(RA+RC)=1    2(53a)+2(83a)=1    103a+163a=12(R_A + R_B) + 2(R_A + R_C) = 1 \implies 2\left(\frac{5}{3a}\right) + 2\left(\frac{8}{3a}\right) = 1 \implies \frac{10}{3a} + \frac{16}{3a} = 1.
Pipes A and B operate for the first 2 hours, followed by Pipes A and C operating for the next 2 hours to complete 1 full reservoir.
3
Solve the work equation for aa and determine Pipe A's solo time.
\frac{26}{3a} = 1 \implies a = \frac{26}{3} = 8\frac{2}{3} \text{ hours} = 8 \text{ hours } 40 \text{ minutes}.
Fractional hours are converted to minutes by multiplying 23\frac{2}{3} by 6060.
4
Evaluate the volume filled in Phase 1 and the solo filling time for Pipe C.
\text{Phase 1 volume} = \frac{10}{3(26/3)} = \frac{5}{13}. \text{ Pipe C solo time} = \frac{1}{R_C} = \frac{3a}{5} = \frac{26}{5} = 5.2 \text{ hours} = 5 \text{ hours } 12 \text{ minutes}.
Substituting a=263a = \frac{26}{3} into the respective rate expressions yields the exact time and volume parameters.

Key Concept

Formulating combined rate models and solving sequential multi-stage work problems.
Question 199Question

For what values of the real constant kk does the quadratic equation (k2)x22kx+(2k3)=0(k-2)x^2 - 2kx + (2k - 3) = 0 have two distinct real roots r1r_1 and r2r_2 such that r1<1<r2r_1 < 1 < r_2?

Show answer & explanation

Answer: 2<k<52 < k < 5

Answer

The correct inequality expressing all possible values of kk is 2<k<52 < k < 5.
The correct inequality 2<k<52 < k < 5 is obtained by requiring (k2)f(1)<0(k-2)f(1) < 0, which ensures x=1x = 1 falls between the two distinct real roots. Evaluating f(1)=k5f(1) = k - 5 yields (k2)(k5)<0(k-2)(k-5) < 0, giving 2<k<52 < k < 5. The discriminant condition Δ=4(k1)(k6)>0\Delta = -4(k-1)(k-6) > 0 gives 1<k<61 < k < 6, which fully encompasses (2,5)(2, 5).

Step-by-Step Solution

1
Define the quadratic function and state the conditions for r1<1<r2r_1 < 1 < r_2.
Let f(x)=(k2)x22kx+(2k3)f(x) = (k-2)x^2 - 2kx + (2k - 3). For a quadratic function to have two real roots with x=1x = 1 located between them, the product of the leading coefficient (k2)(k-2) and f(1)f(1) must be strictly negative, i.e., (k2)f(1)<0(k-2)f(1) < 0.
If a parabola opens upwards (k2>0k-2 > 0), its value at a point between its roots must be negative (f(1)<0f(1) < 0). If it opens downwards (k2<0k-2 < 0), its value at a point between its roots must be positive (f(1)>0f(1) > 0).
2
Evaluate f(1)f(1) in terms of kk.
f(1)=(k2)(1)22k(1)+(2k3)=k22k+2k3=k5f(1) = (k-2)(1)^2 - 2k(1) + (2k - 3) = k - 2 - 2k + 2k - 3 = k - 5.
Substitute x=1x = 1 directly into the expression for f(x)f(x).
3
Solve the inequality (k2)f(1)<0(k-2)f(1) < 0.
(k2)(k5)<0    2<k<5(k-2)(k-5) < 0 \implies 2 < k < 5.
The product of two linear factors (k2)(k-2) and (k5)(k-5) is negative between their roots, k=2k = 2 and k=5k = 5.
4
Verify discriminant condition Δ>0\Delta > 0 for real roots.
Δ=(2k)24(k2)(2k3)=4k24(2k27k+6)=4k2+28k24=4(k1)(k6)>0    1<k<6\Delta = (-2k)^2 - 4(k-2)(2k-3) = 4k^2 - 4(2k^2 - 7k + 6) = -4k^2 + 28k - 24 = -4(k-1)(k-6) > 0 \implies 1 < k < 6.
Since the interval (2,5)(2, 5) is entirely contained within (1,6)(1, 6), any k(2,5)k \in (2, 5) automatically guarantees two distinct real roots.

Key Concept

Location of roots of quadratic equations and sign analysis of quadratic functions.
Estimated Time:2m 0s
Question 200Question

For all real numbers xx and yy, the custom operation \odot is defined by xy=x2yy2xx \odot y = x^2 y - y^2 x. The function ff is defined by f(t)=t3f(t) = t \odot 3. If tt is a positive real number such that f(f(t))=0f(f(t)) = 0 and f(t)0f(t) \neq 0, what is the value of tt?

Show answer & explanation

Answer: 3+132\frac{3 + \sqrt{13}}{2}

Answer

The correct value of tt is 3+132\frac{3 + \sqrt{13}}{2}.
Applying the custom binary operator gives f(t)=3t29tf(t) = 3t^2 - 9t. Substituting u=f(t)u = f(t) into f(u)=0f(u) = 0 yields 3u(u3)=03u(u - 3) = 0, so u=0u = 0 or u=3u = 3. Because f(t)0f(t) \neq 0, it must be that f(t)=3f(t) = 3. Setting 3t29t=33t^2 - 9t = 3 leads to t23t1=0t^2 - 3t - 1 = 0. Applying the quadratic formula yields the positive value 3+132\frac{3 + \sqrt{13}}{2}.

Step-by-Step Solution

1
Express f(t)f(t) using the custom symbol definition.
f(t)=t3=t2(3)(3)2t=3t29tf(t) = t \odot 3 = t^2(3) - (3)^2 t = 3t^2 - 9t.
Apply the rule xy=x2yy2xx \odot y = x^2 y - y^2 x with x=tx = t and y=3y = 3.
2
Analyze the nested function condition f(f(t))=0f(f(t)) = 0.
Let u=f(t)u = f(t). Then f(u)=3u29u=3u(u3)=0f(u) = 3u^2 - 9u = 3u(u - 3) = 0, which yields u=0u = 0 or u=3u = 3.
Evaluate the outer function ff at the argument u=f(t)u = f(t).
3
Apply the problem constraints to determine the exact value of f(t)f(t).
Since f(t)0f(t) \neq 0, u=f(t)=3u = f(t) = 3. Thus, 3t29t=33t^2 - 9t = 3.
Eliminate f(t)=0f(t) = 0 based on the explicit condition given in the problem.
4
Solve the quadratic equation for t>0t > 0.
Dividing 3t29t3=03t^2 - 9t - 3 = 0 by 3 gives t23t1=0t^2 - 3t - 1 = 0. Using the quadratic formula, t=(3)±(3)24(1)(1)2(1)=3±132t = \frac{-(-3) \pm \sqrt{(-3)^2 - 4(1)(-1)}}{2(1)} = \frac{3 \pm \sqrt{13}}{2}. Since t>0t > 0, t=3+132t = \frac{3 + \sqrt{13}}{2}.
Find the positive real root of the simplified quadratic equation.

Key Concept

Nested Function Evaluation and Custom Symbol Operations
Estimated Time:2m 30s
PreviousPage 10 / 18Next
Algebra Practice Questions — GRE General Test — Page 10 | Examkin