Algebra and Functions

215 soru

Soru 121Soru

Worker A can complete a specific publishing task alone in 44 hours, while Worker B can complete the exact same task alone in 66 hours. Working together continuously at their respective constant individual rates, how many hours will it take both workers to complete one such task?

Cevabı ve açıklamayı göster

Cevap: 2.42.4

Cevap

The combined time required to complete the task is 2.42.4 hours.
The correct response calculates each worker's hourly rate of completion (one-fourth and one-sixth of the job per hour), sums them to find a combined rate of five-twelfths of the job per hour, and takes the reciprocal to find that the total time required is 2.42.4 hours.

Adım Adım Çözüm

1
Determine individual work rates per hour.
Worker A's rate is 14\frac{1}{4} of the task per hour; Worker B's rate is 16\frac{1}{6} of the task per hour.
Work rate is defined as the reciprocal of total time required to complete one unit of work.
2
Sum the individual rates to find the combined work rate.
Combined Rate = 14+16=312+212=512\frac{1}{4} + \frac{1}{6} = \frac{3}{12} + \frac{2}{12} = \frac{5}{12} task per hour.
When working together, rates add together linearly.
3
Calculate total time by taking the reciprocal of the combined rate.
Time = 1Combined Rate=125=2.4\frac{1}{\text{Combined Rate}} = \frac{12}{5} = 2.4 hours.
Time equals total work (1 unit) divided by the combined rate.

Anahtar Kavram

Combined Work Rates
Tahmini Süre:1m 0s
Soru 122Soru

For a certain constant kk, the quadratic equation x212x+k=0x^2 - 12x + k = 0 has two real roots, r1r_1 and r2r_2. If r12+r22=94r_1^2 + r_2^2 = 94, what is the value of kk?

Cevabı ve açıklamayı göster

Cevap: 25

Cevap

25
Applying Vieta's formulas gives r1+r2=12r_1 + r_2 = 12 and r1r2=kr_1 r_2 = k. Substituting these into the identity (r1+r2)2=r12+r22+2r1r2(r_1 + r_2)^2 = r_1^2 + r_2^2 + 2r_1 r_2 yields 122=94+2k12^2 = 94 + 2k. Solving 144=94+2k144 = 94 + 2k gives 2k=502k = 50, so k=25k = 25.

Adım Adım Çözüm

1
Apply Vieta's formulas to the given quadratic equation x212x+k=0x^2 - 12x + k = 0.
The sum of the roots is r1+r2=12r_1 + r_2 = 12 and the product of the roots is r1r2=kr_1 r_2 = k.
For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of roots is b/a-b/a and product is c/ac/a.
2
Expand the square of the sum of the roots (r1+r2)2(r_1 + r_2)^2.
(r1+r2)2=r12+r22+2r1r2(r_1 + r_2)^2 = r_1^2 + r_2^2 + 2r_1 r_2
This algebraic identity connects the sum of roots, sum of squared roots, and product of roots.
3
Substitute r1+r2=12r_1 + r_2 = 12, r12+r22=94r_1^2 + r_2^2 = 94, and r1r2=kr_1 r_2 = k into the identity.
122=94+2k    144=94+2k12^2 = 94 + 2k \implies 144 = 94 + 2k
Replacing terms with known numerical values creates a linear equation in kk.
4
Isolate and solve for kk.
2k=14494=50    k=252k = 144 - 94 = 50 \implies k = 25
Basic algebraic manipulation yields the exact value of kk.

Anahtar Kavram

Vieta's Formulas and Symmetric Polynomial Identities
Tahmini Süre:1m 30s
Soru 123Soru
The function ff is defined for all real numbers by
f(x)={3x1if x4x2kif x>4f(x) = \begin{cases} 3x - 1 & \text{if } x \le 4 \\ x^2 - k & \text{if } x > 4 \end{cases}
where kk is a constant. If f(f(3))=14f(f(3)) = 14, what is the value of kk?
Cevabı ve açıklamayı göster

Cevap: 50

Cevap

50
To solve for kk, evaluate the composite function f(f(3))f(f(3)) step-by-step. First, find f(3)f(3). Since 343 \le 4, we use the first branch of the definition: f(3)=3(3)1=8f(3) = 3(3) - 1 = 8. Next, evaluate f(8)f(8). Since 8>48 > 4, we use the second branch of the definition: f(8)=82k=64kf(8) = 8^2 - k = 64 - k. Given that f(f(3))=14f(f(3)) = 14, we set 64k=1464 - k = 14, which yields k=50k = 50.

Adım Adım Çözüm

1
Evaluate the inner function value f(3)
f(3) = 8
Because 3 is less than or equal to 4, the definition f(x) = 3x - 1 applies, yielding f(3) = 3(3) - 1 = 8.
2
Express f(f(3)) in terms of k
f(8) = 64 - k
Since the inner value is 8 and 8 > 4, the piecewise condition specifies using f(x) = x^2 - k, giving f(8) = 8^2 - k = 64 - k.
3
Solve the linear equation for k
k = 50
Setting the calculated expression equal to the given value 14 gives 64 - k = 14, which simplifies to k = 50.

Anahtar Kavram

Piecewise Function Evaluation and Parameter Resolution
Tahmini Süre:1m 30s
Soru 124Soru

For all non-zero real numbers aa and bb, the binary operator \star is defined by ab=a2+baa \star b = \frac{a^2 + b}{a}. The function ff is defined by f(x)=x16f(x) = x \star 16 for all x0x \neq 0. If kk is a positive real number such that f(f(k))=10f(f(k)) = 10, what is the value of kk?

Cevabı ve açıklamayı göster

Cevap: 4

Cevap

The value of kk is 44.
By definition of the custom operator, f(x)=x+16xf(x) = x + \frac{16}{x}. Evaluating f(4)=4+164=8f(4) = 4 + \frac{16}{4} = 8 and then f(f(4))=f(8)=8+168=10f(f(4)) = f(8) = 8 + \frac{16}{8} = 10 confirms that k=4k = 4 satisfies the condition.

Adım Adım Çözüm

1
Express f(x)f(x) by applying the custom operator definition
f(x)=x16=x2+16x=x+16xf(x) = x \star 16 = \frac{x^2 + 16}{x} = x + \frac{16}{x}
Using a=xa = x and b=16b = 16 in ab=a2+baa \star b = \frac{a^2 + b}{a} simplifies the function formula.
2
Set m=f(k)m = f(k) and solve f(m)=10f(m) = 10 for mm
m+16m=10    m210m+16=0    (m2)(m8)=0m + \frac{16}{m} = 10 \implies m^2 - 10m + 16 = 0 \implies (m - 2)(m - 8) = 0, yielding m=2m = 2 or m=8m = 8
Replacing the inner function evaluation with an intermediate variable creates a manageable quadratic equation.
3
Solve f(k)=2f(k) = 2 and f(k)=8f(k) = 8 for positive real values of kk
For f(k)=2f(k) = 2: k22k+16=0k^2 - 2k + 16 = 0 has discriminant (2)24(1)(16)=60<0(-2)^2 - 4(1)(16) = -60 < 0, giving no real solutions. For f(k)=8f(k) = 8: k28k+16=0    (k4)2=0    k=4k^2 - 8k + 16 = 0 \implies (k - 4)^2 = 0 \implies k = 4.
Only m=8m = 8 produces a real value for kk because k+16k8k + \frac{16}{k} \geq 8 for all positive real numbers kk.

Anahtar Kavram

Custom Binary Operators and Nested Function Evaluation
Soru 125Soru

If xx is a real number such that x33x2=4x12x^3 - 3x^2 = 4x - 12, what is the sum of all possible values of xx?

Cevabı ve açıklamayı göster

Cevap: 33

Cevap

The sum of all possible values of xx is 3.
Moving all terms to one side gives x33x24x+12=0x^3 - 3x^2 - 4x + 12 = 0. Grouping the terms yields x2(x3)4(x3)=0x^2(x - 3) - 4(x - 3) = 0, which factors completely into (x2)(x+2)(x3)=0(x - 2)(x + 2)(x - 3) = 0. The real solutions are x=2x = 2, x=2x = -2, and x=3x = 3. Adding these values together yields 2+(2)+3=32 + (-2) + 3 = 3.

Adım Adım Çözüm

1
Rearrange the equation to set it equal to zero.
x33x24x+12=0x^3 - 3x^2 - 4x + 12 = 0
Grouping terms requires having all terms on one side of the equation.
2
Factor by grouping terms in pairs.
x2(x3)4(x3)=0(x24)(x3)=0x^2(x - 3) - 4(x - 3) = 0 \Rightarrow (x^2 - 4)(x - 3) = 0
Extracting the common factor (x3)(x - 3) allows reducing the cubic polynomial into a linear factor and a quadratic factor.
3
Factor the difference of squares and set each factor to zero to find all real roots.
(x2)(x+2)(x3)=0x=2,x=2,x=3(x - 2)(x + 2)(x - 3) = 0 \Rightarrow x = 2, x = -2, x = 3
By the zero-product property, the expression equals zero when any factor is equal to zero.
4
Calculate the sum of all distinct real solutions.
2+(2)+3=32 + (-2) + 3 = 3
The question asks for the sum of all possible real values of xx.

Anahtar Kavram

Polynomial Factoring by Grouping and Zero-Product Property
Tahmini Süre:1m 30s
Soru 126Soru

What is the sum of all distinct real solutions to the equation (x24)2=9(x2)2(x^2 - 4)^2 = 9(x - 2)^2?

Cevabı ve açıklamayı göster

Cevap: 2-2

Cevap

The sum of all distinct real solutions is 2-2.
Factoring (x24)2=9(x2)2(x^2 - 4)^2 = 9(x - 2)^2 gives (x2)2(x+2)29(x2)2=0(x - 2)^2(x + 2)^2 - 9(x - 2)^2 = 0. Factoring out (x2)2(x - 2)^2 yields (x2)2[(x+2)29]=0(x - 2)^2[(x + 2)^2 - 9] = 0, which simplifies to (x2)2(x1)(x+5)=0(x - 2)^2(x - 1)(x + 5) = 0. The distinct real solutions are x=2x = 2, x=1x = 1, and x=5x = -5. Adding these values together gives 2+1+(5)=22 + 1 + (-5) = -2.

Adım Adım Çözüm

1
Rewrite x24x^2 - 4 as (x2)(x+2)(x - 2)(x + 2) and substitute into the left side
[(x2)(x+2)]2=(x2)2(x+2)2[(x - 2)(x + 2)]^2 = (x - 2)^2(x + 2)^2
To identify common factors on both sides of the equation
2
Rearrange the equation and factor out (x2)2(x - 2)^2
(x2)2(x+2)29(x2)2=0    (x2)2[(x+2)29]=0(x - 2)^2(x + 2)^2 - 9(x - 2)^2 = 0 \implies (x - 2)^2[(x + 2)^2 - 9] = 0
Factoring out common terms avoids losing roots by division
3
Factor the inner quadratic expression using difference of squares
(x+2)29=(x+23)(x+2+3)=(x1)(x+5)(x + 2)^2 - 9 = (x + 2 - 3)(x + 2 + 3) = (x - 1)(x + 5)
To break down the remaining quadratic into linear factors
4
Identify all distinct real roots and sum them
Roots are x=2x = 2, x=1x = 1, and x=5x = -5. Sum: 2+1+(5)=22 + 1 + (-5) = -2
To find the sum of all unique real solutions

Anahtar Kavram

Polynomial Factoring and Root Preservation
Tahmini Süre:2m 0s
Soru 127Soru

In a geometric sequence of positive numbers, the first term is 33 and the common ratio is 22. What is the value of the 5th term of this sequence?

Cevabı ve açıklamayı göster

Cevap: 4848

Cevap

The 5th term of the sequence is 4848.
The nn-th term of a geometric sequence is given by an=a1rn1a_n = a_1 \cdot r^{n-1}. Substituting a1=3a_1 = 3, r=2r = 2, and n=5n = 5 gives a5=324=316=48a_5 = 3 \cdot 2^4 = 3 \cdot 16 = 48.

Adım Adım Çözüm

1
Identify the formula for the nn-th term of a geometric sequence.
an=a1rn1a_n = a_1 \cdot r^{n-1}
In any geometric sequence, each term is obtained by multiplying the previous term by the common ratio rr.
2
Substitute the given values into the formula.
a5=3251=324a_5 = 3 \cdot 2^{5-1} = 3 \cdot 2^4
The first term a1=3a_1 = 3, common ratio r=2r = 2, and term number n=5n = 5.
3
Calculate the exponent and final value.
a5=316=48a_5 = 3 \cdot 16 = 48
Evaluate 24=162^4 = 16 first according to order of operations, then multiply by 3.

Anahtar Kavram

Geometric Sequence nn-th Term Formula
Soru 128Soru

An automated freight transport vessel completes a round trip along a 120120-mile coastal canal route from Port Alpha to Port Beta and back. On the return trip from Port Beta to Port Alpha, due to opposing currents, the vessel's constant speed was 2020 miles per hour slower than its constant speed on the trip from Port Alpha to Port Beta. If the total travel time for the entire round trip was 55 hours, what was the average speed of the vessel, in miles per hour, for the entire round trip?

Cevabı ve açıklamayı göster

Cevap: 48

Cevap

The average speed of the vessel for the entire round trip is 48 miles per hour.
The total distance traveled for the round trip is 120+120=240120 + 120 = 240 miles. Setting up the time equation 120v+120v20=5\frac{120}{v} + \frac{120}{v-20} = 5 gives the quadratic equation v268v+480=0v^2 - 68v + 480 = 0, which factors into (v60)(v8)=0(v-60)(v-8) = 0. Since speed must be greater than 2020 mph for a valid return trip, the outgoing speed is 6060 mph and the return speed is 4040 mph. Dividing the total distance of 240240 miles by the total time of 55 hours yields an overall average speed of 4848 miles per hour.

Adım Adım Çözüm

1
Define variables and establish time equations for each leg of the journey.
Let vv be the vessel's speed from Port Alpha to Port Beta in miles per hour. The speed from Port Beta to Port Alpha is v20v - 20 mph. Time outgoing is 120v\frac{120}{v} hours and time returning is 120v20\frac{120}{v - 20} hours.
Travel time equals distance divided by rate.
2
Set up and simplify the quadratic equation for total travel time.
120v+120v20=5    24v+24v20=1    24(v20)+24v=v(v20)    v268v+480=0\frac{120}{v} + \frac{120}{v - 20} = 5 \implies \frac{24}{v} + \frac{24}{v - 20} = 1 \implies 24(v - 20) + 24v = v(v - 20) \implies v^2 - 68v + 480 = 0.
The sum of the travel times for both legs must equal the total given trip duration of 5 hours.
3
Solve the quadratic equation to determine the valid speed vv.
Factoring (v60)(v8)=0(v - 60)(v - 8) = 0 gives roots v=60v = 60 or v=8v = 8. Since the return speed v20v - 20 must be positive, v=60v = 60 mph.
A speed of v=8v = 8 mph would produce a negative return speed, which is physically invalid.
4
Calculate the average speed for the entire round trip.
Total distance =120+120=240= 120 + 120 = 240 miles. Total time =5= 5 hours. Average speed =2405=48= \frac{240}{5} = 48 miles per hour.
Average speed over a multi-leg trip is defined as total distance divided by total time.

Anahtar Kavram

Equation Modeling and Average Speed over Multi-Leg Journeys
Tahmini Süre:2m 0s
Soru 129Soru

If 32x=7|3 - 2x| = 7, what is the product of all possible real values of xx?

Cevabı ve açıklamayı göster

Cevap: 10-10

Cevap

The product of all possible real values of xx is 10-10.
Solving 32x=7|3 - 2x| = 7 yields two equations: 32x=73 - 2x = 7, which gives x=2x = -2, and 32x=73 - 2x = -7, which gives x=5x = 5. Multiplying these two values together gives (2)×5=10(-2) \times 5 = -10.

Adım Adım Çözüm

1
Set up two linear equations corresponding to the positive and negative cases of the absolute value expression.
32x=73 - 2x = 7 or 32x=73 - 2x = -7
By definition, a=b|a| = b (where b0b \ge 0) implies a=ba = b or a=ba = -b.
2
Solve the first linear equation for xx.
2x=4    x=2-2x = 4 \implies x = -2
Subtract 3 from both sides and divide by 2-2.
3
Solve the second linear equation for xx.
2x=10    x=5-2x = -10 \implies x = 5
Subtract 3 from both sides and divide by 2-2.
4
Calculate the product of the two solutions.
(2)×5=10(-2) \times 5 = -10
The question asks for the product of all possible real values of xx.

Anahtar Kavram

Absolute Value Equations
Soru 130Soru

If y=3ky = 3^k, which of the following expressions is equivalent to 9k+19^{k+1} for all real values of kk?

Cevabı ve açıklamayı göster

Cevap: 9y29y^2

Cevap

The expression 9y29y^2 is equivalent to 9k+19^{k+1}.
Applying the product rule of exponents gives 9k+1=9k919^{k+1} = 9^k \cdot 9^1. Expressing 9 as 323^2 gives 9k=(32)k=(3k)29^k = (3^2)^k = (3^k)^2. Substituting y=3ky = 3^k yields 9y2=9y29 \cdot y^2 = 9y^2.

Adım Adım Çözüm

1
Rewrite 9k+19^{k+1} using the product rule of exponents (am+n=amana^{m+n} = a^m \cdot a^n).
9k+1=9k91=99k9^{k+1} = 9^k \cdot 9^1 = 9 \cdot 9^k
Separating the exponent addition into a product allows simplification of the constant factor.
2
Express the base 9 in terms of base 3.
9k=(32)k=(3k)29^k = (3^2)^k = (3^k)^2
Since y=3ky = 3^k, converting base 9 to 323^2 allows substitution of yy into the expression.
3
Substitute y=3ky = 3^k into the expression.
9(3k)2=9y29 \cdot (3^k)^2 = 9y^2
Replacing 3k3^k with yy yields the simplified algebraic expression in terms of yy.

Anahtar Kavram

Properties of exponents including power of a power (am)n=amn(a^m)^n = a^{mn} and product of powers am+n=amana^{m+n} = a^m \cdot a^n.
Tahmini Süre:45s
Soru 131Soru

If xx and yy are positive real numbers such that x2y2=105x^2 - y^2 = 105 and x+y=15x + y = 15, what is the value of (x2y)2(x - 2y)^2?

Cevabı ve açıklamayı göster

Cevap: 9

Cevap

The value of (x2y)2(x - 2y)^2 is 9.
Factoring x2y2x^2 - y^2 into (xy)(x+y)(x - y)(x + y) gives (xy)(15)=105(x - y)(15) = 105, which simplifies to xy=7x - y = 7. Solving the system of equations x+y=15x + y = 15 and xy=7x - y = 7 gives x=11x = 11 and y=4y = 4. Substituting these values into the target expression (x2y)2(x - 2y)^2 yields (112(4))2=32=9(11 - 2(4))^2 = 3^2 = 9.

Adım Adım Çözüm

1
Apply the difference of squares factoring identity to x2y2x^2 - y^2
(xy)(x+y)=105(x - y)(x + y) = 105
The difference of two squares x2y2x^2 - y^2 factors into (xy)(x+y)(x - y)(x + y).
2
Calculate the value of xyx - y
xy=7x - y = 7
Since x+y=15x + y = 15, dividing 105 by 15 gives xy=7x - y = 7.
3
Solve the system of equations for xx and yy
x=11x = 11 and y=4y = 4
Adding (x+y)+(xy)=15+7(x + y) + (x - y) = 15 + 7 yields 2x=22    x=112x = 22 \implies x = 11. Subtracting (x+y)(xy)=157(x + y) - (x - y) = 15 - 7 yields 2y=8    y=42y = 8 \implies y = 4.
4
Evaluate the expression (x2y)2(x - 2y)^2
99
Substitute x=11x = 11 and y=4y = 4 into (x2y)2(x - 2y)^2 to obtain (112(4))2=(118)2=32=9(11 - 2(4))^2 = (11 - 8)^2 = 3^2 = 9.

Anahtar Kavram

Difference of Squares Factoring and Systems of Equations
Soru 132Soru

A private equity firm invested a total of $1,000,000\$1,000,000 divided between two portfolio companies, Company A and Company B. During the first year, the value of Company A increased by x%x\%, while the value of Company B decreased by x%x\%, where x>0x > 0. At the end of the first year, the value of Company A was $720,000\$720,000, and the combined value of both companies was $1,040,000\$1,040,000. If the value of Company B decreased by an additional x%x\% during the second year relative to its value at the end of the first year, what was the value, in dollars, of Company B at the end of the second year?

Cevabı ve açıklamayı göster

Cevap: 256000

Cevap

The value of Company B at the end of the second year was 256,000 dollars.
By representing the initial investments as algebraic expressions involving the multiplier k=x100k = \frac{x}{100} and setting up the total initial capital equation A0+B0=1,000,000A_0 + B_0 = 1,000,000, we obtain a quadratic equation in kk. Solving (5k1)2=0(5k-1)^2 = 0 yields k=0.2k = 0.2 (x=20%x = 20\%). Decreasing Company B's Year 1 value of $320,000\$320,000 by 20%20\% gives $256,000\$256,000.

Adım Adım Çözüm

1
Find the value of Company B at the end of Year 1
Year 1 value of Company B = 1,040,000720,000=320,0001,040,000 - 720,000 = 320,000 dollars
The total combined value of both companies at the end of Year 1 is given as $1,040,000.
2
Formulate algebraic expressions for initial values using rate k=x100k = \frac{x}{100}
A0=720,0001+kA_0 = \frac{720,000}{1+k} and B0=320,0001kB_0 = \frac{320,000}{1-k}
Company A increased by x%x\% so A1=A0(1+k)A_1 = A_0(1+k); Company B decreased by x%x\% so B1=B0(1k)B_1 = B_0(1-k).
3
Set up and simplify the quadratic equation for the combined initial investment
720,0001+k+320,0001k=1,000,000    25k210k+1=0\frac{720,000}{1+k} + \frac{320,000}{1-k} = 1,000,000 \implies 25k^2 - 10k + 1 = 0
Dividing by 80,00080,000 yields 91+k+41k=12.5\frac{9}{1+k} + \frac{4}{1-k} = 12.5. Multiplying through by 2(1k2)2(1-k^2) leads to 2[9(1k)+4(1+k)]=25(1k2)2[9(1-k) + 4(1+k)] = 25(1-k^2).
4
Solve for kk and determine percentage xx
(5k1)2=0    k=0.2(5k - 1)^2 = 0 \implies k = 0.2, so x=20%x = 20\%
Factoring the perfect square quadratic expression gives a unique solution for kk.
5
Compute Company B's value at the end of Year 2
320,000×(10.2)=256,000320,000 \times (1 - 0.2) = 256,000 dollars
Company B's value decreases by an additional 20%20\% of its Year 1 value (320,000320,000).

Anahtar Kavram

Algebraic Modeling of Rational/Quadratic Equations from Multi-Step Percent Change Scenarios
Tahmini Süre:2m 30s
Soru 133Soru

For a constant a>0a > 0, the quadratic equation x2ax+(2a+1)=0x^2 - ax + (2a + 1) = 0 has two real roots, rr and ss. If r2+s2=43r^2 + s^2 = 43, what is the value of aa?

Cevabı ve açıklamayı göster

Cevap: 9

Cevap

The value of aa is 9.
According to Vieta's formulas, the sum of the roots of x2ax+(2a+1)=0x^2 - ax + (2a + 1) = 0 is r+s=ar + s = a and the product of the roots is rs=2a+1rs = 2a + 1. Using the identity r2+s2=(r+s)22rsr^2 + s^2 = (r + s)^2 - 2rs, substitute the Vieta expressions to obtain r2+s2=a22(2a+1)=a24a2r^2 + s^2 = a^2 - 2(2a + 1) = a^2 - 4a - 2. Setting this equal to 43 yields a24a2=43a^2 - 4a - 2 = 43, which simplifies to a24a45=0a^2 - 4a - 45 = 0. Factoring the quadratic gives (a9)(a+5)=0(a - 9)(a + 5) = 0, giving solutions a=9a = 9 or a=5a = -5. Because the problem specifies that a>0a > 0, aa must be 9. Checking the discriminant Δ=(9)24(1)(19)=5>0\Delta = (-9)^2 - 4(1)(19) = 5 > 0 confirms that two real roots exist.

Adım Adım Çözüm

1
Express the sum and product of the roots in terms of aa using Vieta's formulas.
r+s=ar + s = a and rs=2a+1rs = 2a + 1
For a standard quadratic equation x2+bx+c=0x^2 + bx + c = 0, the sum of the roots is b-b and the product of the roots is cc.
2
Relate r2+s2r^2 + s^2 to (r+s)(r + s) and rsrs.
r2+s2=(r+s)22rs=a22(2a+1)=a24a2r^2 + s^2 = (r + s)^2 - 2rs = a^2 - 2(2a + 1) = a^2 - 4a - 2
Expanding (r+s)2=r2+2rs+s2(r + s)^2 = r^2 + 2rs + s^2 allows expressing r2+s2r^2 + s^2 in terms of known quantities.
3
Substitute r2+s2=43r^2 + s^2 = 43 into the equation and solve for aa.
a24a2=43    a24a45=0    (a9)(a+5)=0a^2 - 4a - 2 = 43 \implies a^2 - 4a - 45 = 0 \implies (a - 9)(a + 5) = 0
Rearranging terms forms a new quadratic equation in terms of aa.
4
Apply the positivity constraint a>0a > 0 and verify that the roots are real.
Since a>0a > 0, a=9a = 9. The discriminant of the original equation is Δ=(9)24(1)(19)=5>0\Delta = (-9)^2 - 4(1)(19) = 5 > 0, confirming real roots exist.
The question specifies that aa is positive and that rr and ss are real numbers.

Anahtar Kavram

Vieta's Formulas and Quadratic Modeling
Soru 134Soru

A delivery truck completes an outbound trip along Route X of length dd miles at a constant average speed of vv miles per hour. On the return trip along the exact same route, heavy traffic reduces the truck's average speed by 2020 miles per hour, which increases the travel time for the return trip by 22 hours compared to the outbound trip. Later, the truck completes a trip along Route Y, which has the same distance dd as Route X, at an average speed of (v+60)(v + 60) miles per hour in exactly 22 hours. What was the truck's average speed vv, in miles per hour, on the outbound trip along Route X?

Cevabı ve açıklamayı göster

Cevap: 6060

Cevap

The truck's average outbound speed vv on Route X was 6060 miles per hour.
By setting up time equations for the two legs of Route X, the distance dd is expressed as d=v(v20)10d = \frac{v(v-20)}{10}. Combining this with the relation for Route Y (d=2(v+60)d = 2(v+60)) yields the quadratic equation v240v1200=0v^2 - 40v - 1200 = 0. Factoring gives (v60)(v+20)=0(v - 60)(v + 20) = 0, yielding the valid positive speed v=60v = 60 miles per hour.

Adım Adım Çözüm

1
Express the distance dd in terms of vv using the time difference on Route X.
d=v(v20)10d = \frac{v(v - 20)}{10}
The outbound time is t1=dvt_1 = \frac{d}{v} and the return time is t2=dv20t_2 = \frac{d}{v - 20}. Given t2t1=2t_2 - t_1 = 2, we have dv20dv=2    20dv(v20)=2    d=v(v20)10\frac{d}{v - 20} - \frac{d}{v} = 2 \implies \frac{20d}{v(v - 20)} = 2 \implies d = \frac{v(v - 20)}{10}.
2
Express the distance dd in terms of vv using the conditions for Route Y.
d=2(v+60)d = 2(v + 60)
Route Y has distance dd, speed (v+60)(v + 60) mph, and takes 22 hours, so d=rate×time=2(v+60)d = \text{rate} \times \text{time} = 2(v + 60).
3
Equate the two expressions for dd to form a quadratic equation in terms of vv.
v240v1200=0v^2 - 40v - 1200 = 0
Setting v(v20)10=2(v+60)\frac{v(v - 20)}{10} = 2(v + 60) yields v220v=20v+1200v^2 - 20v = 20v + 1200, which simplifies to v240v1200=0v^2 - 40v - 1200 = 0.
4
Solve the quadratic equation for vv and verify physical feasibility.
v=60v = 60
Factoring (v60)(v+20)=0(v - 60)(v + 20) = 0 gives solutions v=60v = 60 or v=20v = -20. Since speed must be positive and greater than 2020 mph (to avoid a zero or negative return speed), v=60v = 60 mph.

Anahtar Kavram

Algebraic Modeling of Multi-Leg Motion using Systems of Rational and Quadratic Equations
Soru 135Soru

Four sequence-derived values S1,S2,S3,S_1, S_2, S_3, and S4S_4 are defined below. Arrange these values in order from smallest to largest.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct order from smallest to largest is S1<S3<S4<S2S_1 < S_3 < S_4 < S_2 (corresponding to 55<64<72<8055 < 64 < 72 < 80).
Computing each value yields S1=55S_1 = 55, S2=80S_2 = 80, S3=64S_3 = 64, and S4=72S_4 = 72. Arranging these values in ascending order results in 55<64<72<8055 < 64 < 72 < 80, corresponding to S1<S3<S4<S2S_1 < S_3 < S_4 < S_2.

Adım Adım Çözüm

1
Calculate the value of S1S_1
S1=55S_1 = 55
Using the sum formula for an arithmetic sequence Sn=n2[2a1+(n1)d]S_n = \frac{n}{2}[2a_1 + (n-1)d], we have S5=52[2(3)+(51)4]=52[6+16]=55S_5 = \frac{5}{2}[2(3) + (5-1)4] = \frac{5}{2}[6 + 16] = 55.
2
Calculate the value of S2S_2
S2=80S_2 = 80
Using the sum formula for a finite geometric sequence Sn=a1(rn1)r1S_n = \frac{a_1(r^n - 1)}{r - 1}, we have S4=2(341)31=2(80)2=80S_4 = \frac{2(3^4 - 1)}{3 - 1} = \frac{2(80)}{2} = 80.
3
Calculate the value of S3S_3
S3=64S_3 = 64
Using the formula for the nn-th term of an arithmetic sequence an=a1+(n1)da_n = a_1 + (n-1)d, we have c10=10+(101)6=10+54=64c_{10} = 10 + (10-1)6 = 10 + 54 = 64.
4
Calculate the value of S4S_4
S4=72S_4 = 72
Using the sum formula for an infinite geometric series S=a11rS_\infty = \frac{a_1}{1 - r}, we have S4=4811/3=482/3=72S_4 = \frac{48}{1 - 1/3} = \frac{48}{2/3} = 72.
5
Order the computed values from smallest to largest
S1(55)<S3(64)<S4(72)<S2(80)S_1 (55) < S_3 (64) < S_4 (72) < S_2 (80)
Comparing the numerical values gives 55<64<72<8055 < 64 < 72 < 80.

Anahtar Kavram

Evaluation and comparison of finite and infinite arithmetic and geometric sequence terms and sums
Soru 136Soru

For all real numbers xx and yy, the custom binary operator Δ\Delta is defined by xΔy=x25xy+4y2x \Delta y = x^2 - 5xy + 4y^2. The function ff is defined by f(x)=xΔ1f(x) = x \Delta 1. What is the positive integer value of kk such that f(f(k))=0f(f(k)) = 0?

Cevabı ve açıklamayı göster

Cevap: 5

Cevap

The positive integer value of kk is 55.
Substituting y=1y = 1 into xΔy=x25xy+4y2x \Delta y = x^2 - 5xy + 4y^2 gives f(x)=x25x+4f(x) = x^2 - 5x + 4. For f(f(k))=0f(f(k)) = 0, the outer function evaluation requires f(k)f(k) to be a root of f(x)=0f(x) = 0. Solving x25x+4=0x^2 - 5x + 4 = 0 yields roots 11 and 44. Setting f(k)=4f(k) = 4 yields k25k=0k^2 - 5k = 0, which has roots k=0k = 0 and k=5k = 5. Since kk must be a positive integer, k=5k = 5. Setting f(k)=1f(k) = 1 yields irrational values, so 55 is the unique solution.

Adım Adım Çözüm

1
Substitute y=1y = 1 into the operator definition to find f(x)f(x).
f(x)=x25x+4f(x) = x^2 - 5x + 4
f(x)=xΔ1=x25x(1)+4(1)2f(x) = x \Delta 1 = x^2 - 5x(1) + 4(1)^2.
2
Set f(u)=0f(u) = 0 for u=f(k)u = f(k) and solve for uu.
u=1u = 1 or u=4u = 4
Factoring u25u+4=0u^2 - 5u + 4 = 0 yields (u1)(u4)=0(u - 1)(u - 4) = 0.
3
Solve f(k)=4f(k) = 4 for kk.
k=0k = 0 or k=5k = 5
k25k+4=4    k25k=0    k(k5)=0k^2 - 5k + 4 = 4 \implies k^2 - 5k = 0 \implies k(k - 5) = 0.
4
Solve f(k)=1f(k) = 1 for kk and check for integer solutions.
k=5±132k = \frac{5 \pm \sqrt{13}}{2} (irrational roots)
k25k+4=1    k25k+3=0k^2 - 5k + 4 = 1 \implies k^2 - 5k + 3 = 0.
5
Select the positive integer solution.
k=5k = 5
The value k=0k = 0 is not positive, and the roots from f(k)=1f(k) = 1 are not integers.

Anahtar Kavram

Custom operator evaluation, composite/nested functions, and quadratic root analysis.
Soru 137Soru

If xx is a real number satisfying the equation 2x27x+3=02x^2 - 7x + 3 = 0 and yy is a real number satisfying the equation y2+5y14=0y^2 + 5y - 14 = 0, what is the maximum possible value of xy\frac{x}{y}?

Cevabı ve açıklamayı göster

Cevap: 32\frac{3}{2}

Cevap

The maximum possible value of xy\frac{x}{y} is 32\frac{3}{2}.
Factoring 2x27x+3=02x^2 - 7x + 3 = 0 gives (2x1)(x3)=0(2x - 1)(x - 3) = 0, so x{12,3}x \in \left\{\frac{1}{2}, 3\right\}. Factoring y2+5y14=0y^2 + 5y - 14 = 0 gives (y+7)(y2)=0(y + 7)(y - 2) = 0, so y{7,2}y \in \{-7, 2\}. The four possible values for xy\frac{x}{y} are 32\frac{3}{2}, 37-\frac{3}{7}, 14\frac{1}{4}, and 114-\frac{1}{14}. The greatest value among these is 32\frac{3}{2}.

Adım Adım Çözüm

1
Solve the quadratic equation for xx by factoring.
Factor 2x27x+3=02x^2 - 7x + 3 = 0 as (2x1)(x3)=0(2x - 1)(x - 3) = 0, yielding solutions x=12x = \frac{1}{2} and x=3x = 3.
Finding all valid real roots of the first equation determines possible values for the numerator.
2
Solve the quadratic equation for yy by factoring.
Factor y2+5y14=0y^2 + 5y - 14 = 0 as (y+7)(y2)=0(y + 7)(y - 2) = 0, yielding solutions y=7y = -7 and y=2y = 2.
Finding all valid real roots of the second equation determines possible values for the denominator.
3
Evaluate all possible combinations for the ratio xy\frac{x}{y}.
The possible ratios are 32=1.5\frac{3}{2} = 1.5, 37=37\frac{3}{-7} = -\frac{3}{7}, 1/22=14=0.25\frac{1/2}{2} = \frac{1}{4} = 0.25, and 1/27=114\frac{1/2}{-7} = -\frac{1}{14}.
Testing all root pairs ensures we identify the maximum overall value.
4
Select the maximum value among the evaluated ratios.
The largest value is 32\frac{3}{2}.
Comparing 1.51.5, 0.428-0.428, 0.250.25, and 0.071-0.071 shows 1.51.5 is the greatest.

Anahtar Kavram

Solving quadratic equations via polynomial factoring and optimizing rational expressions over discrete solution sets.
Tahmini Süre:1m 30s
Soru 138Soru

Let SS be the set of all real numbers xx that satisfy the inequality x26x0x^2 - 6x \leq 0. How many integer values of kk are there such that the equation x4x+2=k||x - 4| - |x + 2|| = k has at least one solution xSx \in S?

Cevabı ve açıklamayı göster

Cevap: 7

Cevap

The correct answer is 7.
Solving the quadratic inequality x26x0x^2 - 6x \leq 0 gives the domain S=[0,6]S = [0, 6]. Over this closed interval, the function g(x)=x4x+2g(x) = ||x - 4| - |x + 2|| is continuous and attains its minimum value of 0 at x=1x = 1 and its maximum value of 6 at x=4x = 4 (and throughout [4,6][4, 6]). By the Intermediate Value Theorem, g(x)g(x) takes on all real values in the interval [0,6][0, 6]. The integer values of kk for which g(x)=kg(x) = k has a solution in SS are 0,1,2,3,4,5,0, 1, 2, 3, 4, 5, and 66, making a total of 7 integers.

Adım Adım Çözüm

1
Solve the quadratic inequality to define the set SS.
x26x0    x(x6)0    0x6x^2 - 6x \leq 0 \iff x(x - 6) \leq 0 \iff 0 \leq x \leq 6. Thus, S=[0,6]S = [0, 6].
The solution set of x(x6)0x(x-6) \leq 0 lies between the roots x=0x = 0 and x=6x = 6 inclusive.
2
Analyze the inner function f(x)=x4x+2f(x) = |x - 4| - |x + 2| for x[0,6]x \in [0, 6].
Critical points of absolute values occur at x=2x = -2 and x=4x = 4. Within [0,6][0, 6], we split at x=4x = 4.
The signs of (x4)(x - 4) and (x+2)(x + 2) determine how the absolute value bars simplify.
3
Evaluate g(x)=f(x)g(x) = |f(x)| on the sub-interval [0,4][0, 4].
For 0x40 \leq x \leq 4: x4=4x|x - 4| = 4 - x and x+2=x+2|x + 2| = x + 2. Thus, f(x)=22xf(x) = 2 - 2x and g(x)=22xg(x) = |2 - 2x|.
Evaluating g(x)g(x) at key points gives g(0)=2g(0) = 2, g(1)=0g(1) = 0, and g(4)=6g(4) = 6. By continuity, g(x)g(x) covers all values in [0,6][0, 6] on this interval.
4
Evaluate g(x)g(x) on the sub-interval [4,6][4, 6].
For 4x64 \leq x \leq 6: x4=x4|x - 4| = x - 4 and x+2=x+2|x + 2| = x + 2. Thus, f(x)=6f(x) = -6 and g(x)=6=6g(x) = |-6| = 6.
g(x)g(x) remains constant at 6 for x[4,6]x \in [4, 6].
5
Determine the range of g(x)g(x) on SS and count the integer values of kk.
The range of g(x)g(x) for x[0,6]x \in [0, 6] is [0,6][0, 6]. The integer values in this interval are 0,1,2,3,4,5,60, 1, 2, 3, 4, 5, 6.
The equation g(x)=kg(x) = k has a solution in SS if and only if kk lies in the range of g(x)g(x) over SS. There are 60+1=76 - 0 + 1 = 7 such integers.

Anahtar Kavram

Absolute value functions case evaluation and finding the range over a restricted domain.
Soru 139Soru

If 3x+4=19|3x + 4| = 19, what is the positive value of xx?

Cevabı ve açıklamayı göster

Cevap: 5

Cevap

The positive value of xx is 5.
Solving the equation 3x+4=19|3x + 4| = 19 yields two cases: 3x+4=193x + 4 = 19, giving x=5x = 5, and 3x+4=193x + 4 = -19, giving x=233x = -\frac{23}{3}. The positive value among these solutions is 5.

Adım Adım Çözüm

1
Split the absolute value equation into two linear equations.
3x+4=193x + 4 = 19 or 3x+4=193x + 4 = -19
The equation a=b|a| = b for b0b \ge 0 implies a=ba = b or a=ba = -b.
2
Solve for xx in both cases.
x=5x = 5 or x=233x = -\frac{23}{3}
Subtract 4 from both sides and divide by 3.
3
Select the value satisfying the problem constraint.
5
The problem asks specifically for the positive value of xx.

Anahtar Kavram

Solving Linear Absolute Value Equations
Soru 140Soru

For all non-zero real numbers xx and yy, the binary operator \diamondsuit is defined by xy=xyyxx \diamondsuit y = \frac{x}{y} - \frac{y}{x}. If the function gg is defined by g(x)=x2g(x) = x \diamondsuit 2 for all non-zero real numbers xx, what is the value of g(g(4))g(g(4))?

Cevabı ve açıklamayı göster

Cevap: 712-\frac{7}{12}

Cevap

712-\frac{7}{12}
Evaluating the inner expression g(4)g(4) yields 42=4224=324 \diamondsuit 2 = \frac{4}{2} - \frac{2}{4} = \frac{3}{2}. Evaluating g(32)g\left(\frac{3}{2}\right) yields 3/2223/2=3443=712\frac{3/2}{2} - \frac{2}{3/2} = \frac{3}{4} - \frac{4}{3} = -\frac{7}{12}, which is the correct final value.

Adım Adım Çözüm

1
Evaluate the inner function expression g(4)g(4) using the given definition g(x)=x2g(x) = x \diamondsuit 2.
g(4)=42=4224=212=32g(4) = 4 \diamondsuit 2 = \frac{4}{2} - \frac{2}{4} = 2 - \frac{1}{2} = \frac{3}{2}.
Nested function evaluations require evaluating the innermost expression first.
2
Substitute the result g(4)=32g(4) = \frac{3}{2} into the outer function to find g(32)g\left(\frac{3}{2}\right).
g(32)=322=322232g\left(\frac{3}{2}\right) = \frac{3}{2} \diamondsuit 2 = \frac{\frac{3}{2}}{2} - \frac{2}{\frac{3}{2}}.
The output of the inner function becomes the input for the outer function.
3
Simplify the resulting fractions and subtract them.
3443=91612=712\frac{3}{4} - \frac{4}{3} = \frac{9 - 16}{12} = -\frac{7}{12}.
Finding a common denominator allows direct subtraction of fractions.

Anahtar Kavram

Nested Function Evaluation with Custom Operators
Tahmini Süre:1m 30s
ÖncekiSayfa 7 / 11Sonraki
Algebra and Functions Alıştırma Soruları — GMAT — Sayfa 7 | Examkin