Algebra and Functions

215 questions

Question 61Question

For all real numbers xx and yy, the custom operation \odot is defined by xy=x22yx \odot y = x^2 - 2y. What is the value of (32)4(3 \odot 2) \odot 4?

Show answer & explanation

Answer: 17

Answer

17
Following the explicit operator rule xy=x22yx \odot y = x^2 - 2y, first calculate the inner expression (32)=322(2)=5(3 \odot 2) = 3^2 - 2(2) = 5. Next, substitute 5 into the outer expression to compute 54=522(4)=258=175 \odot 4 = 5^2 - 2(4) = 25 - 8 = 17. Thus, the value 17 is correct.

Step-by-Step Solution

1
Evaluate the inner function expression (32)(3 \odot 2) using the rule xy=x22yx \odot y = x^2 - 2y
32=322(2)=94=53 \odot 2 = 3^2 - 2(2) = 9 - 4 = 5
Parentheses dictate that inner custom operations must be evaluated first.
2
Substitute the result of step 1 back into the expression to evaluate 545 \odot 4
54=522(4)=258=175 \odot 4 = 5^2 - 2(4) = 25 - 8 = 17
Applying the custom operator rule with x=5x = 5 and y=4y = 4 computes the final target value.

Key Concept

Custom Operator Evaluation and Order of Operations
Estimated Time:1m 15s
Question 62Question

If x(x27x+12)=2(x27x+12)x(x^2 - 7x + 12) = 2(x^2 - 7x + 12), what is the sum of all distinct real values of xx that satisfy the equation?

Show answer & explanation

Answer: 9

Answer

9
To find all solutions to x(x27x+12)=2(x27x+12)x(x^2 - 7x + 12) = 2(x^2 - 7x + 12), subtract the right side from the left to obtain (x2)(x27x+12)=0(x - 2)(x^2 - 7x + 12) = 0. Factoring the quadratic expression gives (x2)(x3)(x4)=0(x - 2)(x - 3)(x - 4) = 0. Setting each factor to zero reveals three distinct real roots: 2, 3, and 4. The sum of these roots is 2+3+4=92 + 3 + 4 = 9.

Step-by-Step Solution

1
Rearrange the equation to set one side to zero
x(x27x+12)2(x27x+12)=0x(x^2 - 7x + 12) - 2(x^2 - 7x + 12) = 0
Setting the equation to zero allows the application of the zero-product property without illegally dividing by variable expressions.
2
Factor out the common quadratic expression (x27x+12)(x^2 - 7x + 12)
(x2)(x27x+12)=0(x - 2)(x^2 - 7x + 12) = 0
Both terms share the common factor (x27x+12)(x^2 - 7x + 12).
3
Factor the quadratic component (x27x+12)(x^2 - 7x + 12) into linear factors
(x2)(x3)(x4)=0(x - 2)(x - 3)(x - 4) = 0
The quadratic factors into (x3)(x4)(x - 3)(x - 4) because (3)×(4)=12(-3) \times (-4) = 12 and (3)+(4)=7(-3) + (-4) = -7.
4
Apply the zero-product property to find all distinct real roots and compute their sum
Roots are x=2x = 2, x=3x = 3, and x=4x = 4. Sum = 2+3+4=92 + 3 + 4 = 9.
Setting each linear factor to zero gives the solutions. Summing these solutions yields 9.

Key Concept

Polynomial Factoring and the Zero-Product Property
Estimated Time:2m 0s
Question 63Question

What is the sum of all distinct real values of xx that satisfy the equation x(x25x+6)=2(x25x+6)x(x^2 - 5x + 6) = 2(x^2 - 5x + 6)?

Show answer & explanation

Answer: 5

Answer

The sum of all distinct real solutions is 5.
To solve the equation x(x25x+6)=2(x25x+6)x(x^2 - 5x + 6) = 2(x^2 - 5x + 6), move all terms to the left side to get x(x25x+6)2(x25x+6)=0x(x^2 - 5x + 6) - 2(x^2 - 5x + 6) = 0. Factoring out (x25x+6)(x^2 - 5x + 6) gives (x2)(x25x+6)=0(x - 2)(x^2 - 5x + 6) = 0. Factoring the quadratic part yields (x2)(x2)(x3)=0(x - 2)(x - 2)(x - 3) = 0, or (x2)2(x3)=0(x - 2)^2(x - 3) = 0. The real roots are x=2x = 2 and x=3x = 3. Taking the sum of these distinct real roots gives 2+3=52 + 3 = 5.

Step-by-Step Solution

1
Move all terms to one side of the equation to avoid dividing by a variable expression.
x(x25x+6)2(x25x+6)=0x(x^2 - 5x + 6) - 2(x^2 - 5x + 6) = 0
Dividing by (x25x+6)(x^2 - 5x + 6) directly would lose valid roots where x25x+6=0x^2 - 5x + 6 = 0.
2
Factor out the common quadratic expression (x25x+6)(x^2 - 5x + 6).
(x2)(x25x+6)=0(x - 2)(x^2 - 5x + 6) = 0
Applying the distributive property isolates the linear factor (x2)(x - 2).
3
Factor the quadratic term x25x+6x^2 - 5x + 6 into linear factors.
(x2)(x2)(x3)=0    (x2)2(x3)=0(x - 2)(x - 2)(x - 3) = 0 \implies (x - 2)^2(x - 3) = 0
The quadratic factors into (x2)(x3)(x - 2)(x - 3) because (2)+(3)=5(-2) + (-3) = -5 and (2)×(3)=6(-2) \times (-3) = 6.
4
Identify all distinct real solutions and compute their sum.
Real solutions are x=2x = 2 and x=3x = 3. Distinct sum: 2+3=52 + 3 = 5.
The root x=2x = 2 has multiplicity 2, but only distinct values must be summed.

Key Concept

Polynomial Factoring and Variable Cancellation Rules
Estimated Time:1m 30s
Question 64Question

If xx is a real number such that (x25x+5)x29x+20=1(x^2 - 5x + 5)^{x^2 - 9x + 20} = 1, what is the sum of all distinct real values of xx that satisfy the equation?

Show answer & explanation

Answer: 15

Answer

The sum of all distinct real values of xx that satisfy the equation is 15.
The equation (x25x+5)x29x+20=1(x^2 - 5x + 5)^{x^2 - 9x + 20} = 1 holds under three distinct conditions: when the exponent is 0 and the base is non-zero (x=4,5x = 4, 5), when the base is 1 (x=1,4x = 1, 4), and when the base is 1-1 provided the exponent is an even integer (x=2,3x = 2, 3, yielding even exponents 6 and 2 respectively). The set of distinct solutions is {1,2,3,4,5}\{1, 2, 3, 4, 5\}, and their sum is 15.

Step-by-Step Solution

1
Analyze the general algebraic conditions under which an expression of the form uv=1u^v = 1 holds for real numbers uu and vv.
The equation uv=1u^v = 1 is satisfied in three distinct cases: (1) v=0v = 0 and u0u \neq 0, (2) u=1u = 1, or (3) u=1u = -1 with vv being an even integer.
Any non-zero real number raised to the power of 0 equals 1, 1 raised to any power equals 1, and 1-1 raised to an even integer power equals 1.
2
Evaluate Case 1 where the exponent x29x+20=0x^2 - 9x + 20 = 0.
Factoring gives (x4)(x5)=0(x - 4)(x - 5) = 0, yielding x=4x = 4 and x=5x = 5. Testing the base x25x+5x^2 - 5x + 5 at x=4x = 4 gives 101 \neq 0, and at x=5x = 5 gives 505 \neq 0. Thus x=4x = 4 and x=5x = 5 are valid solutions.
Exponent equal to zero produces u0=1u^0 = 1 as long as the base u0u \neq 0.
3
Evaluate Case 2 where the base x25x+5=1x^2 - 5x + 5 = 1.
Subtracting 1 gives x25x+4=0x^2 - 5x + 4 = 0, which factors as (x1)(x4)=0(x - 1)(x - 4) = 0, yielding x=1x = 1 and x=4x = 4. Both are valid.
Base equal to 1 raised to any real exponent equals 1.
4
Evaluate Case 3 where the base x25x+5=1x^2 - 5x + 5 = -1 and check if the exponent is an even integer.
Adding 1 gives x25x+6=0x^2 - 5x + 6 = 0, which factors as (x2)(x3)=0(x - 2)(x - 3) = 0, yielding x=2x = 2 and x=3x = 3. Testing x=2x = 2 in the exponent gives 229(2)+20=62^2 - 9(2) + 20 = 6 (even). Testing x=3x = 3 gives 329(3)+20=23^2 - 9(3) + 20 = 2 (even). Thus x=2x = 2 and x=3x = 3 are also valid solutions.
Base 1-1 raised to an even integer power equals 1.
5
Combine all unique real values of xx and compute their sum.
The set of distinct real solutions is {1,2,3,4,5}\{1, 2, 3, 4, 5\}. Their sum is 1+2+3+4+5=151 + 2 + 3 + 4 + 5 = 15.
Summing all identified distinct valid roots.

Key Concept

Solving polynomial exponential equations of the form f(x)g(x)=1f(x)^{g(x)} = 1 by systematically testing base-exponent cases.
Estimated Time:2m 0s
Question 65Question
For all real numbers xx except 00 and 11, the function ff satisfies the functional equation
f(x)+2f(11x)=9x+3f(x) + 2f\left(\frac{1}{1-x}\right) = 9x + 3
What is the value of f(2)f(2)?
Show answer & explanation

Answer: 7

Answer

The value of f(2)f(2) is 77.
Evaluating the functional equation iteratively at the points of the cycle x=2x = 2, x=1x = -1, and x=12x = \frac{1}{2} produces a system of three linear equations in terms of f(2)f(2), f(1)f(-1), and f(12)f\left(\frac{1}{2}\right). Solving this linear system gives f(2)=7f(2) = 7.

Step-by-Step Solution

1
Evaluate the functional equation at x=2x = 2
f(2)+2f(112)=9(2)+3    f(2)+2f(1)=21f(2) + 2f\left(\frac{1}{1-2}\right) = 9(2) + 3 \implies f(2) + 2f(-1) = 21
This establishes a relationship between f(2)f(2) and f(1)f(-1).
2
Evaluate the functional equation at x=1x = -1
f(1)+2f(11(1))=9(1)+3    f(1)+2f(12)=6f(-1) + 2f\left(\frac{1}{1-(-1)}\right) = 9(-1) + 3 \implies f(-1) + 2f\left(\frac{1}{2}\right) = -6
This links f(1)f(-1) to f(12)f\left(\frac{1}{2}\right) to build a closed system of transformations under the mapping g(x)=11xg(x) = \frac{1}{1-x}.
3
Evaluate the functional equation at x=12x = \frac{1}{2}
f(12)+2f(111/2)=9(12)+3    f(12)+2f(2)=152f\left(\frac{1}{2}\right) + 2f\left(\frac{1}{1-1/2}\right) = 9\left(\frac{1}{2}\right) + 3 \implies f\left(\frac{1}{2}\right) + 2f(2) = \frac{15}{2}
This completes the cycle since g(12)=2g\left(\frac{1}{2}\right) = 2, creating a system of three linear equations with three unknown values.
4
Solve the system of three linear equations for f(2)f(2)
Let a=f(2)a = f(2), b=f(1)b = f(-1), and c=f(12)c = f\left(\frac{1}{2}\right). From equation (3), c=1522ac = \frac{15}{2} - 2a. Substituting cc into equation (2) gives b+2(1522a)=6    b=4a21b + 2\left(\frac{15}{2} - 2a\right) = -6 \implies b = 4a - 21. Substituting bb into equation (1) gives a+2(4a21)=21    9a42=21    9a=63    a=7a + 2(4a - 21) = 21 \implies 9a - 42 = 21 \implies 9a = 63 \implies a = 7.
Algebraic substitution yields the exact value of f(2)f(2).

Key Concept

Cyclic Functional Equations and System Substitution
Estimated Time:2m 30s
Question 66Question

If xx is a real number such that x25x+3=0x^2 - 5x + 3 = 0, what is the value of x2+9x2x^2 + \frac{9}{x^2}?

Show answer & explanation

Answer: 19

Answer

The value of x2+9x2x^2 + \frac{9}{x^2} is 19.
Dividing x25x+3=0x^2 - 5x + 3 = 0 by xx gives x+3x=5x + \frac{3}{x} = 5. Squaring both sides yields (x+3x)2=x2+2(x)(3x)+9x2=25\left(x + \frac{3}{x}\right)^2 = x^2 + 2(x)\left(\frac{3}{x}\right) + \frac{9}{x^2} = 25, which simplifies to x2+6+9x2=25x^2 + 6 + \frac{9}{x^2} = 25. Subtracting 6 from both sides yields the final answer of 19.

Step-by-Step Solution

1
Divide the quadratic equation by xx
x+3x=5x + \frac{3}{x} = 5
Since x=0x = 0 is not a root of x25x+3=0x^2 - 5x + 3 = 0, dividing by xx rearranges the terms into xx and its reciprocal component.
2
Square both sides of x+3x=5x + \frac{3}{x} = 5
x2+6+9x2=25x^2 + 6 + \frac{9}{x^2} = 25
Applying the algebraic identity (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2 generates the required expression x2+9x2x^2 + \frac{9}{x^2} alongside a constant middle term.
3
Isolate x2+9x2x^2 + \frac{9}{x^2}
x2+9x2=19x^2 + \frac{9}{x^2} = 19
Subtracting the constant cross-term 6 from 25 yields the target value.

Key Concept

Algebraic manipulation of quadratic equations using reciprocal square identities
Estimated Time:2m 0s
Question 67Question
What is the sum of all real solutions to the polynomial equation (x23x+1)23(x23x+1)+1=x?(x^2 - 3x + 1)^2 - 3(x^2 - 3x + 1) + 1 = x ?
Show answer & explanation

Answer: 6

Answer

The sum of all real solutions to the equation is 6.
The equation (x23x+1)23(x23x+1)+1=x(x^2 - 3x + 1)^2 - 3(x^2 - 3x + 1) + 1 = x represents f(f(x))=xf(f(x)) = x for f(x)=x23x+1f(x) = x^2 - 3x + 1. Expanding and setting to zero yields x46x3+8x2+2x1=0x^4 - 6x^3 + 8x^2 + 2x - 1 = 0. Since solutions to f(x)=xf(x) = x (i.e., x24x+1=0x^2 - 4x + 1 = 0) also satisfy f(f(x))=xf(f(x)) = x, we can factor out x24x+1x^2 - 4x + 1 to get (x24x+1)(x22x1)=0(x^2 - 4x + 1)(x^2 - 2x - 1) = 0. Both quadratic factors have positive discriminants (1212 and 88), ensuring four distinct real roots. By Vieta's formulas, the sum of roots from the first quadratic is 4 and from the second is 2, giving a total sum of 6.

Step-by-Step Solution

1
Express the equation as a polynomial in standard form
Expanding (x23x+1)23(x23x+1)+1x=0(x^2 - 3x + 1)^2 - 3(x^2 - 3x + 1) + 1 - x = 0 yields x46x3+8x2+2x1=0x^4 - 6x^3 + 8x^2 + 2x - 1 = 0.
Expanding allows the composite expression to be treated as a degree-4 polynomial.
2
Find a quadratic factor using fixed points of the iteration
Let f(x)=x23x+1f(x) = x^2 - 3x + 1. The equation has the form f(f(x))=xf(f(x)) = x. Any solution to f(x)=xf(x) = x must satisfy this equation. Solving x23x+1=xx^2 - 3x + 1 = x gives x24x+1=0x^2 - 4x + 1 = 0.
If f(x)=xf(x) = x, then f(f(x))=f(x)=xf(f(x)) = f(x) = x, so x24x+1x^2 - 4x + 1 must be a factor of the 4th-degree polynomial.
3
Factor the degree-4 polynomial completely
Polynomial division of x46x3+8x2+2x1x^4 - 6x^3 + 8x^2 + 2x - 1 by x24x+1x^2 - 4x + 1 yields (x24x+1)(x22x1)=0(x^2 - 4x + 1)(x^2 - 2x - 1) = 0.
Factoring reduces the 4th-degree equation into two quadratic equations.
4
Verify real roots and calculate their sum
For x24x+1=0x^2 - 4x + 1 = 0, discriminant D1=12>0D_1 = 12 > 0 and sum of roots is 4. For x22x1=0x^2 - 2x - 1 = 0, discriminant D2=8>0D_2 = 8 > 0 and sum of roots is 2. The four roots are all real and distinct, giving a total sum of 4+2=64 + 2 = 6.
Vieta's formulas provide the sum of roots for each quadratic factor without needing to compute individual radical expressions.

Key Concept

Polynomial Factoring and Composite Quadratic Equations
Estimated Time:2m 30s
Question 68Question

If xx satisfies the equation 8x+13=10x+5|8x + 13| = 10x + 5, what is the sum of all valid real solutions for xx?

Show answer & explanation

Answer: 4

Answer

The sum of all valid real solutions for xx is 4.
The solution x=4x = 4 is the only value of xx that satisfies 8x+13=10x+5|8x + 13| = 10x + 5 because evaluating both sides yields 45=4545 = 45. The alternative algebraic candidate, x=1x = -1, produces a right-hand side of 5-5, which is impossible for an absolute value expression. Thus, the sum of all valid real solutions is simply 4.

Step-by-Step Solution

1
Split the absolute value equation into two linear case equations
Case 1: 8x+13=10x+58x + 13 = 10x + 5; Case 2: 8x+13=(10x+5)8x + 13 = -(10x + 5)
By definition of absolute value, u=v|u| = v implies u=vu = v or u=vu = -v, provided v0v \ge 0.
2
Solve Case 1 for xx
2x=8    x=42x = 8 \implies x = 4
Subtract 8x8x and 55 from both sides to isolate xx.
3
Solve Case 2 for xx
8x+13=10x5    18x=18    x=18x + 13 = -10x - 5 \implies 18x = -18 \implies x = -1
Expand the right-hand side and combine like terms to isolate xx.
4
Test candidate solutions in the original equation to eliminate extraneous roots
For x=4x = 4: 8(4)+13=45=45|8(4)+13| = |45| = 45 and 10(4)+5=4510(4)+5 = 45 (Valid). For x=1x = -1: 8(1)+13=5=5|8(-1)+13| = |5| = 5 and 10(1)+5=510(-1)+5 = -5 (Extraneous).
An absolute value output cannot equal a negative number.
5
Calculate the sum of all valid solutions
The only valid solution is x=4x = 4, so the sum is 44.
Only valid roots must be summed.

Key Concept

Absolute Value Equations and Checking for Extraneous Solutions
Question 69Question

If xx is a real number satisfying the equation x2+18x2+3=8x^2 + \frac{18}{x^2 + 3} = 8, what is the value of x2x^2?

Show answer & explanation

Answer: 6

Answer

The value of x2x^2 is 6.
Substituting u=x2u = x^2 converts the equation to u+18u+3=8u + \frac{18}{u+3} = 8. Multiplying through by (u+3)(u+3) yields u2+3u+18=8u+24u^2 + 3u + 18 = 8u + 24, which simplifies to the quadratic equation u25u6=0u^2 - 5u - 6 = 0. Factoring gives (u6)(u+1)=0(u-6)(u+1) = 0, so u=6u = 6 or u=1u = -1. Because xx must be a real number, x2x^2 must be non-negative, eliminating u=1u = -1. Thus, x2=6x^2 = 6.

Step-by-Step Solution

1
Substitute a temporary variable u=x2u = x^2 into the given equation
u+18u+3=8u + \frac{18}{u + 3} = 8
Using substitution simplifies the fourth-degree rational equation into a standard quadratic structure.
2
Clear the denominator by multiplying the entire equation by (u+3)(u + 3)
u(u+3)+18=8(u+3)u(u + 3) + 18 = 8(u + 3), which expands to u2+3u+18=8u+24u^2 + 3u + 18 = 8u + 24
Eliminating fractions allows rearranging terms into polynomial form.
3
Rearrange terms into standard quadratic form au2+bu+c=0au^2 + bu + c = 0
u25u6=0u^2 - 5u - 6 = 0
Moving all terms to one side prepares the expression for factoring.
4
Factor the quadratic polynomial into linear binomial factors
(u6)(u+1)=0(u - 6)(u + 1) = 0, giving u=6u = 6 or u=1u = -1
The roots of the transformed equation represent candidate values for x2x^2.
5
Apply the constraint that xx is a real number to test candidate values
Since x20x^2 \geq 0 for all real xx, u=1u = -1 is rejected, leaving u=x2=6u = x^2 = 6
Squaring any real number yields a non-negative result.

Key Concept

Solving rational equations reducible to quadratics via algebraic substitution and rejecting non-real roots.
Estimated Time:2m 0s
Question 70Question

Two fulfillment centers, Center X and Center Y, process customer orders at constant individual rates of xx orders per hour and yy orders per hour, respectively, where x>y>0x > y > 0. Working together simultaneously, Center X and Center Y complete a total batch of NN orders in TT hours. In a separate shift, Center X works alone for hh hours (where 0<h<T0 < h < T) to process a portion of the NN orders, after which Center Y works alone for kk hours to finish all remaining orders in the batch.

Which of the following algebraic statements MUST be true? Select all that apply.

Select all that apply

Show answer & explanation

Answer: The ratio of the processing rates satisfies xy=kTTh\frac{x}{y} = \frac{k - T}{T - h}.; The processing rate of Center Y is expressed as y=N(Th)T(kh)y = \frac{N(T - h)}{T(k - h)}.

Answer

The valid algebraic statements are the rate ratio xy=kTTh\frac{x}{y} = \frac{k - T}{T - h} and the expression for Center Y's rate y=N(Th)T(kh)y = \frac{N(T - h)}{T(k - h)}.
Equating the total work from combined operation N=(x+y)TN = (x + y)T and sequential operation N=xh+ykN = xh + yk yields x(Th)=y(kT)x(T - h) = y(k - T), which proves that the ratio xy=kTTh\frac{x}{y} = \frac{k - T}{T - h} must be true. Furthermore, substituting x=NTyx = \frac{N}{T} - y into xh+yk=Nxh + yk = N gives NhT+y(kh)=N\frac{Nh}{T} + y(k - h) = N, which simplifies to y=N(Th)T(kh)y = \frac{N(T - h)}{T(k - h)}. Therefore, both of these algebraic formulations are correct.

Step-by-Step Solution

1
Formulate the total work equations for both operational scenarios.
From simultaneous operation: N=(x+y)T=xT+yTN = (x + y)T = xT + yT. From sequential operation: N=xh+ykN = xh + yk.
Total work completed in both scenarios equals the batch size NN.
2
Equate the two expressions for NN to derive the relationship between rates and times.
xT+yT=xh+yk    xTxh=ykyT    x(Th)=y(kT)xT + yT = xh + yk \implies xT - xh = yk - yT \implies x(T - h) = y(k - T).
Grouping like rate terms enables solving for the rate ratio xy\frac{x}{y}.
3
Divide by y(Th)y(T - h) to find the rate ratio xy\frac{x}{y}.
\frac{x}{y} = \frac{k - T}{T - h}.
Since 0<h<T0 < h < T, Th>0T - h > 0, so the division is valid and confirms the rate ratio relation.
4
Express xx in terms of y,N,Ty, N, T and substitute into the sequential work equation.
x=NTy    (NTy)h+yk=N    NhT+y(kh)=Nx = \frac{N}{T} - y \implies \left(\frac{N}{T} - y\right)h + yk = N \implies \frac{Nh}{T} + y(k - h) = N.
Eliminating xx isolates yy in terms of given parameters N,T,h,kN, T, h, k.
5
Solve for yy.
y(kh)=NNhT=N(1hT)=N(Th)T    y=N(Th)T(kh)y(k - h) = N - \frac{Nh}{T} = N\left(1 - \frac{h}{T}\right) = \frac{N(T - h)}{T} \implies y = \frac{N(T - h)}{T(k - h)}.
This establishes the exact formula for yy.

Key Concept

Multi-variable system modeling of rate, time, and work constraints.
Estimated Time:2m 30s
Question 71Question

How many integer values of xx satisfy the inequality 2x73x+140\frac{|2x - 7| - 3}{|x + 1| - 4} \leq 0?

Show answer & explanation

Answer: 9

Answer

9 integer values satisfy the given inequality.
The quotient of two algebraic expressions is non-positive (0\leq 0) when the numerator is zero (and denominator non-zero) or when the numerator and denominator have opposite signs. Testing these cases yields two disjoint intervals: 5<x2-5 < x \leq 2 and 3<x53 < x \leq 5. Within these intervals, the integers 4,3,2,1,0,1,2,4,-4, -3, -2, -1, 0, 1, 2, 4, and 55 satisfy the inequality, yielding exactly 9 integer solutions.

Step-by-Step Solution

1
Determine where the numerator and denominator equal zero to set critical points and domain restrictions.
Numerator is zero at 2x7=3    x=2|2x - 7| = 3 \implies x = 2 or x=5x = 5. Denominator is zero at x+1=4    x=5|x + 1| = 4 \implies x = -5 or x=3x = 3, which are excluded from the domain.
Division by zero is undefined, so x5x \neq -5 and x3x \neq 3.
2
Analyze Case 1: Numerator 0\geq 0 and Denominator <0< 0.
Numerator 0    x2\geq 0 \implies x \leq 2 or x5x \geq 5. Denominator <0    5<x<3< 0 \implies -5 < x < 3. Intersecting these gives 5<x2-5 < x \leq 2.
A fraction is non-positive when the numerator and denominator have opposite signs.
3
Analyze Case 2: Numerator 0\leq 0 and Denominator >0> 0.
Numerator 0    2x5\leq 0 \implies 2 \leq x \leq 5. Denominator >0    x<5> 0 \implies x < -5 or x>3x > 3. Intersecting these gives 3<x53 < x \leq 5.
A fraction is non-positive when the numerator and denominator have opposite signs.
4
Combine solution intervals and count integer solutions.
Combined solution set is (5,2](3,5](-5, 2] \cup (3, 5]. The integer values in this set are 4,3,2,1,0,1,2,4,5-4, -3, -2, -1, 0, 1, 2, 4, 5, giving a total count of 9.
Integrate all valid cases while excluding values that make the denominator zero.

Key Concept

Solving Rational Inequalities with Absolute Values
Estimated Time:2m 30s
Question 72Question

An arithmetic sequence and a geometric sequence both have a first term equal to 22. The 3rd term of the arithmetic sequence is equal to the 2nd term of the geometric sequence, and the 7th term of the arithmetic sequence is equal to the 3rd term of the geometric sequence. If the common ratio of the geometric sequence is not equal to 11, what is the sum of the first 1010 terms of the arithmetic sequence?

Show answer & explanation

Answer: 65

Answer

The sum of the first 10 terms of the arithmetic sequence is 65.
By writing the equations for the given sequence terms (2+2d=2r2 + 2d = 2r and 2+6d=2r22 + 6d = 2r^2), we substitute d=r1d = r - 1 into the quadratic equation to find r23r+2=0r^2 - 3r + 2 = 0. Since r1r \neq 1, we find r=2r = 2, which gives a common difference d=1d = 1. Applying the sum formula for an arithmetic sequence for n=10n = 10 yields S10=102(2(2)+9(1))=5(13)=65S_{10} = \frac{10}{2}(2(2) + 9(1)) = 5(13) = 65.

Step-by-Step Solution

1
Express the 3rd and 7th terms of the arithmetic sequence and 2nd and 3rd terms of the geometric sequence.
Arithmetic terms: a3=2+2da_3 = 2 + 2d and a7=2+6da_7 = 2 + 6d. Geometric terms: b2=2rb_2 = 2r and b3=2r2b_3 = 2r^2.
The nn-th term of an arithmetic sequence is an=a1+(n1)da_n = a_1 + (n-1)d and of a geometric sequence is bn=b1rn1b_n = b_1 r^{n-1}.
2
Set up the system of equations given by the problem.
2+2d=2r    1+d=r    d=r12 + 2d = 2r \implies 1 + d = r \implies d = r - 1, and 2+6d=2r2    1+3d=r22 + 6d = 2r^2 \implies 1 + 3d = r^2.
We are given a3=b2a_3 = b_2 and a7=b3a_7 = b_3 with a1=b1=2a_1 = b_1 = 2.
3
Substitute d=r1d = r - 1 into the second equation and solve for rr.
1+3(r1)=r2    r23r+2=0    (r1)(r2)=01 + 3(r - 1) = r^2 \implies r^2 - 3r + 2 = 0 \implies (r - 1)(r - 2) = 0. Since r1r \neq 1, r=2r = 2.
Solving the quadratic equation yields two roots, but the problem excludes r=1r = 1.
4
Determine the common difference dd and compute the sum of the first 10 terms of the arithmetic sequence.
d=21=1d = 2 - 1 = 1. S10=102[2(2)+(101)(1)]=5(4+9)=65S_{10} = \frac{10}{2}[2(2) + (10 - 1)(1)] = 5(4 + 9) = 65.
The sum of the first nn terms of an arithmetic sequence is given by Sn=n2[2a1+(n1)d]S_n = \frac{n}{2}[2a_1 + (n-1)d].

Key Concept

Combining Arithmetic and Geometric Sequence Formulas
Estimated Time:2m 0s
Question 73Question

What is the sum of all distinct real solutions to the equation (x23x)22(x23x)8=0(x^2 - 3x)^2 - 2(x^2 - 3x) - 8 = 0?

Show answer & explanation

Answer: 6

Answer

The sum of all distinct real solutions is 6.
By defining u=x23xu = x^2 - 3x, the original equation reduces to u22u8=0u^2 - 2u - 8 = 0, which factors as (u4)(u+2)=0(u - 4)(u + 2) = 0, giving u=4u = 4 or u=2u = -2. Substituting back for xx gives two quadratic equations: x23x4=0x^2 - 3x - 4 = 0 (yielding roots x=4x = 4 and x=1x = -1) and x23x+2=0x^2 - 3x + 2 = 0 (yielding roots x=1x = 1 and x=2x = 2). The four distinct real roots are 1,1,2,-1, 1, 2, and 44, and their sum is 1+1+2+4=6-1 + 1 + 2 + 4 = 6.

Step-by-Step Solution

1
Use algebraic substitution to simplify the disguised quadratic equation.
Let u=x23xu = x^2 - 3x. The equation becomes u22u8=0u^2 - 2u - 8 = 0.
Recognizing the repeating quadratic block x23xx^2 - 3x transforms the 4th-degree polynomial into a standard 2nd-degree quadratic in terms of uu.
2
Factor the quadratic equation in terms of uu to find its roots.
(u4)(u+2)=0    u=4 or u=2(u - 4)(u + 2) = 0 \implies u = 4 \text{ or } u = -2.
Finding the values of uu establishes the two quadratic equations in terms of xx that need to be solved.
3
Substitute x23xx^2 - 3x back for uu and solve for xx in Case 1 (u=4u = 4).
x23x=4    x23x4=0    (x4)(x+1)=0    x=4 or x=1x^2 - 3x = 4 \implies x^2 - 3x - 4 = 0 \implies (x - 4)(x + 1) = 0 \implies x = 4 \text{ or } x = -1.
The discriminant b24ac=(3)24(1)(4)=25>0b^2 - 4ac = (-3)^2 - 4(1)(-4) = 25 > 0, so there are two distinct real solutions: x=4x = 4 and x=1x = -1.
4
Substitute x23xx^2 - 3x back for uu and solve for xx in Case 2 (u=2u = -2).
x23x=2    x23x+2=0    (x1)(x2)=0    x=1 or x=2x^2 - 3x = -2 \implies x^2 - 3x + 2 = 0 \implies (x - 1)(x - 2) = 0 \implies x = 1 \text{ or } x = 2.
The discriminant b24ac=(3)24(1)(2)=1>0b^2 - 4ac = (-3)^2 - 4(1)(2) = 1 > 0, so there are two distinct real solutions: x=1x = 1 and x=2x = 2.
5
Sum all distinct real solutions.
1+1+2+4=6-1 + 1 + 2 + 4 = 6.
All four solutions {1,1,2,4}\{-1, 1, 2, 4\} are distinct and real.

Key Concept

Solving Disguised Quadratic Equations via Algebraic Substitution
Estimated Time:1m 30s
Question 74Question

If the quadratic equation 3x2kx+48=03x^2 - kx + 48 = 0 has equal real roots, where k>0k > 0, and the roots of the quadratic equation x2+kxm=0x^2 + kx - m = 0 differ by 10, what is the value of mm?

Show answer & explanation

Answer: -119

Answer

The value of mm is 119-119.
Setting the discriminant of 3x2kx+48=03x^2 - kx + 48 = 0 equal to zero gives k24(3)(48)=0k^2 - 4(3)(48) = 0, yielding k=24k = 24 since k>0k > 0. Substituting k=24k = 24 into the second equation gives x2+24xm=0x^2 + 24x - m = 0. According to Vieta's formulas, the sum of roots is r1+r2=24r_1 + r_2 = -24 and the product of roots is r1r2=mr_1 r_2 = -m. Using the algebraic identity (r1r2)2=(r1+r2)24r1r2(r_1 - r_2)^2 = (r_1 + r_2)^2 - 4r_1 r_2 with the given root difference r1r2=10|r_1 - r_2| = 10 yields 102=(24)24(m)10^2 = (-24)^2 - 4(-m), which simplifies to 100=576+4m100 = 576 + 4m. Subtracting 576 from both sides gives 4m=4764m = -476, so m=119m = -119.

Step-by-Step Solution

1
Find kk using the discriminant condition for equal roots of 3x2kx+48=03x^2 - kx + 48 = 0.
k=24k = 24
A quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 has equal real roots when its discriminant b24ac=0b^2 - 4ac = 0. Here, (k)24(3)(48)=0(-k)^2 - 4(3)(48) = 0, so k2=576k^2 = 576. Since k>0k > 0, k=24k = 24.
2
Set up the algebraic relationship for the root difference of x2+24xm=0x^2 + 24x - m = 0.
(r1r2)2=100(r_1 - r_2)^2 = 100
Given that the difference between the roots r1r_1 and r2r_2 is 10, r1r2=10|r_1 - r_2| = 10, which implies (r1r2)2=100(r_1 - r_2)^2 = 100.
3
Apply Vieta's formulas to express (r1r2)2(r_1 - r_2)^2 in terms of mm and solve.
m=119m = -119
By Vieta's formulas for x2+24xm=0x^2 + 24x - m = 0, the sum of roots is r1+r2=24r_1 + r_2 = -24 and the product of roots is r1r2=mr_1 r_2 = -m. Using the identity (r1r2)2=(r1+r2)24r1r2(r_1 - r_2)^2 = (r_1 + r_2)^2 - 4r_1 r_2, substitute the known values: 100=(24)24(m)=576+4m100 = (-24)^2 - 4(-m) = 576 + 4m. Solving 576+4m=100576 + 4m = 100 gives 4m=4764m = -476, so m=119m = -119.

Key Concept

Discriminant analysis and root difference identity via Vieta's formulas
Question 75Question

For all real numbers x>1x > 1, the expression x+2x1x2x1\sqrt{x + 2\sqrt{x - 1}} - \sqrt{x - 2\sqrt{x - 1}} is equal to 22.

Show answer & explanation

Answer: False

Answer

The statement is False because the expression equals 2x12\sqrt{x-1} (which is less than 22) whenever 1<x<21 < x < 2.
The statement asserts that the identity holds for all x>1x > 1. However, evaluating x2x1\sqrt{x - 2\sqrt{x-1}} yields x11|\sqrt{x-1} - 1|. When 1<x<21 < x < 2, x1<1\sqrt{x-1} < 1, so x11=1x1|\sqrt{x-1} - 1| = 1 - \sqrt{x-1}. Subtraction gives 2x122\sqrt{x-1} \neq 2 for all xx in (1,2)(1, 2). Thus, the statement is false.

Step-by-Step Solution

1
Rewrite the expressions under the outer radicals as perfect squares.
x±2x1=(x1)±2x1+1=(x1±1)2x \pm 2\sqrt{x-1} = (x-1) \pm 2\sqrt{x-1} + 1 = (\sqrt{x-1} \pm 1)^2
Recognize the quadratic pattern a2±2ab+b2a^2 \pm 2ab + b^2 where a=x1a = \sqrt{x-1} and b=1b = 1.
2
Apply the radical identity u2=u\sqrt{u^2} = |u| to remove the outer square roots.
x+2x1=x1+1=x1+1\sqrt{x + 2\sqrt{x-1}} = |\sqrt{x-1} + 1| = \sqrt{x-1} + 1 and x2x1=x11\sqrt{x - 2\sqrt{x-1}} = |\sqrt{x-1} - 1|
The principal square root of a squared quantity is non-negative, requiring absolute value bars.
3
Analyze the absolute value x11|\sqrt{x-1} - 1| across the specified domain x>1x > 1.
For x2x \ge 2, x11    x11=x11\sqrt{x-1} \ge 1 \implies |\sqrt{x-1} - 1| = \sqrt{x-1} - 1. For 1<x<21 < x < 2, x1<1    x11=1x1\sqrt{x-1} < 1 \implies |\sqrt{x-1} - 1| = 1 - \sqrt{x-1}.
The sign of the expression inside the absolute value changes at x=2x = 2.
4
Evaluate the full expression for 1<x<21 < x < 2.
(x1+1)(1x1)=2x1(\sqrt{x-1} + 1) - (1 - \sqrt{x-1}) = 2\sqrt{x-1}
Since 2x1<22\sqrt{x-1} < 2 when 1<x<21 < x < 2, the statement does not hold for all real numbers x>1x > 1.

Key Concept

Nested Radicals and the Principal Square Root Absolute Value Identity u2=u\sqrt{u^2} = |u|
Question 76Question

Consider the four values defined below based on arithmetic and geometric sequences. Arrange these four items in ascending order (from smallest numerical value to largest numerical value).

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct ascending order from smallest to largest value is: (1) The 7th term of the geometric sequence (192192), (2) The sum of the first 8 terms of the arithmetic sequence (208208), (3) The sum of the infinite geometric series (225225), and (4) The 50th term of the arithmetic sequence (250250).
Evaluating each item yields: the 7th term of the geometric sequence equals 192, the sum of the first 8 terms of the arithmetic sequence equals 208, the sum of the infinite geometric series equals 225, and the 50th term of the arithmetic sequence equals 250. Placing these in ascending numerical order produces 192 < 208 < 225 < 250.

Step-by-Step Solution

1
Calculate the value of the 7th term of the geometric sequence
Using g7=3271=364=192g_7 = 3 \cdot 2^{7-1} = 3 \cdot 64 = 192.
The nthn\text{th} term of a geometric sequence is given by gn=g1rn1g_n = g_1 r^{n-1}.
2
Calculate the sum of the first 8 terms of the arithmetic sequence
Using S8=82[2(5)+(81)6]=4[10+42]=208S_8 = \frac{8}{2}[2(5) + (8-1)6] = 4[10 + 42] = 208.
The sum of the first nn terms of an arithmetic sequence is given by Sn=n2[2a1+(n1)d]S_n = \frac{n}{2}[2a_1 + (n-1)d].
3
Calculate the sum of the infinite geometric series
Using S=15011/3=1502/3=225S_\infty = \frac{150}{1 - 1/3} = \frac{150}{2/3} = 225.
The sum of an infinite geometric series with r<1|r| < 1 is S=a11rS_\infty = \frac{a_1}{1-r}.
4
Determine the common difference and the 50th term of the arithmetic sequence
Find d=351573=5d = \frac{35 - 15}{7 - 3} = 5, then a50=15+(503)5=15+235=250a_{50} = 15 + (50 - 3)5 = 15 + 235 = 250.
Linear spacing between terms aka_k and ama_m yields amak=(mk)da_m - a_k = (m - k)d.
5
Compare the calculated values to order them from smallest to largest
192<208<225<250192 < 208 < 225 < 250.
Arranging the quantities according to their numerical values gives the final sorted sequence.

Key Concept

Arithmetic and Geometric Sequences and Series
Question 77Question

How many integer values of xx satisfy both 2x3<9|2x - 3| < 9 and x+13|x + 1| \ge 3?

Show answer & explanation

Answer: 4

Answer

There are 4 integer values of xx that satisfy both inequalities.
Solving 2x3<9|2x - 3| < 9 gives 3<x<6-3 < x < 6, so the set of possible integer values is {2,1,0,1,2,3,4,5}\{-2, -1, 0, 1, 2, 3, 4, 5\}. Solving x+13|x + 1| \ge 3 gives x2x \ge 2 or x4x \le -4. Taking the intersection of these two conditions gives x{2,3,4,5}x \in \{2, 3, 4, 5\}, for a total of 4 integer values.

Step-by-Step Solution

1
Unfold the first absolute value inequality 2x3<9|2x - 3| < 9
-9 < 2x - 3 < 9, which simplifies to -3 < x < 6
An absolute value inequality of the form |A| < B is equivalent to -B < A < B.
2
Unfold the second absolute value inequality x+13|x + 1| \ge 3
x + 1 \ge 3 or x + 1 \le -3, which simplifies to x \ge 2 or x \le -4
An absolute value inequality of the form |A| >= B is equivalent to A >= B or A <= -B.
3
List integer candidates and find the intersection
Candidates from first condition: {-2, -1, 0, 1, 2, 3, 4, 5}. Applying second condition (x >= 2 or x <= -4) leaves {2, 3, 4, 5}
The solution must satisfy both conditions simultaneously.

Key Concept

Solving systems of absolute value inequalities for integer solutions
Estimated Time:1m 30s
Question 78Question

If kk is the product of all real solutions to the equation x27=3x3|x^2 - 7| = 3x - 3, what is the value of kk?

Show answer & explanation

Answer: 8

Answer

The product of all real solutions is 8.
The equation x27=3x3|x^2 - 7| = 3x - 3 requires that 3x303x - 3 \ge 0, which gives the restriction x1x \ge 1. Solving the two cases x27=3x3x^2 - 7 = 3x - 3 and x27=(3x3)x^2 - 7 = -(3x - 3) produces the candidate roots x=4,1,2,5x = 4, -1, 2, -5. Eliminating the negative candidate roots leaves x=2x = 2 and x=4x = 4 as the only valid real solutions. Their product is 2×4=82 \times 4 = 8.

Step-by-Step Solution

1
Determine the domain constraint for valid solutions.
Since the absolute value expression x27|x^2 - 7| cannot be negative, 3x303x - 3 \ge 0, which requires x1x \ge 1.
An absolute value quantity A|A| is always non-negative, so any equation of the form A=B|A| = B requires B0B \ge 0 for real solutions.
2
Solve the positive case x27=3x3x^2 - 7 = 3x - 3 and test for extraneous solutions.
x23x4=0    (x4)(x+1)=0x^2 - 3x - 4 = 0 \implies (x - 4)(x + 1) = 0, giving x=4x = 4 (valid, as 414 \ge 1) and x=1x = -1 (extraneous, as 1<1-1 < 1).
Solutions must satisfy the non-negativity constraint of the right-hand side.
3
Solve the negative case x27=(3x3)x^2 - 7 = -(3x - 3) and test for extraneous solutions.
x2+3x10=0    (x+5)(x2)=0x^2 + 3x - 10 = 0 \implies (x + 5)(x - 2) = 0, giving x=2x = 2 (valid, as 212 \ge 1) and x=5x = -5 (extraneous, as 5<1-5 < 1).
Solutions must satisfy the non-negativity constraint of the right-hand side.
4
Compute the product of the valid real solutions.
k=2×4=8k = 2 \times 4 = 8.
The question asks for the product of all valid real solutions.

Key Concept

Absolute Value Equations with Variable Expressions and Extraneous Solution Elimination
Question 79Question

If x=3+2x = \sqrt{3} + \sqrt{2}, what is the value of x4+x4x^4 + x^{-4}?

Show answer & explanation

Answer: 98

Answer

98
Rationalizing the denominator gives x1=32x^{-1} = \sqrt{3} - \sqrt{2}. Summing x+x1x + x^{-1} yields 232\sqrt{3}. Squaring this sum gives x2+2+x2=12x^2 + 2 + x^{-2} = 12, so x2+x2=10x^2 + x^{-2} = 10. Squaring once more gives x4+2+x4=100x^4 + 2 + x^{-4} = 100, which simplifies to x4+x4=98x^4 + x^{-4} = 98.

Step-by-Step Solution

1
Find the reciprocal expression x1x^{-1}
x1=13+2=32(3+2)(32)=32x^{-1} = \frac{1}{\sqrt{3} + \sqrt{2}} = \frac{\sqrt{3} - \sqrt{2}}{(\sqrt{3} + \sqrt{2})(\sqrt{3} - \sqrt{2})} = \sqrt{3} - \sqrt{2}
Rationalizing the denominator simplifies the expression for x1x^{-1}.
2
Calculate the sum x+x1x + x^{-1}
x+x1=(3+2)+(32)=23x + x^{-1} = (\sqrt{3} + \sqrt{2}) + (\sqrt{3} - \sqrt{2}) = 2\sqrt{3}
Adding the original expression and its reciprocal eliminates the 2\sqrt{2} term.
3
Square x+x1x + x^{-1} to find x2+x2x^2 + x^{-2}
(x+x1)2=x2+2(x)(x1)+x2=x2+2+x2=(23)2=12    x2+x2=10(x + x^{-1})^2 = x^2 + 2(x)(x^{-1}) + x^{-2} = x^2 + 2 + x^{-2} = (2\sqrt{3})^2 = 12 \implies x^2 + x^{-2} = 10
Using the algebraic identity (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2 allows finding x2+x2x^2 + x^{-2}.
4
Square x2+x2x^2 + x^{-2} to find x4+x4x^4 + x^{-4}
(x2+x2)2=x4+2(x2)(x2)+x4=x4+2+x4=102=100    x4+x4=98(x^2 + x^{-2})^2 = x^4 + 2(x^2)(x^{-2}) + x^{-4} = x^4 + 2 + x^{-4} = 10^2 = 100 \implies x^4 + x^{-4} = 98
Squaring the second-power sum and subtracting the cross-term 2 yields the required value.

Key Concept

Rationalizing radical denominators and binomial squaring of reciprocals
Estimated Time:1m 30s
Question 80Question

If real numbers xx and yy satisfy the system of linear equations:

7x+4y=1137x + 4y = 113
3x+6y=873x + 6y = 87

what is the value of x+yx + y?

Show answer & explanation

Answer: 20

Answer

The value of x+yx + y is 20.
Adding the two equations yields 10x+10y=20010x + 10y = 200. Dividing the entire equation by 10 directly gives x+y=20x + y = 20. Alternatively, solving the system yields x=11x = 11 and y=9y = 9, whose sum is 11+9=2011 + 9 = 20.

Step-by-Step Solution

1
Add the two equations together to combine like terms.
(7x+4y)+(3x+6y)=113+87    10x+10y=200(7x + 4y) + (3x + 6y) = 113 + 87 \implies 10x + 10y = 200
Recognizing that adding the equations creates symmetric coefficients of 10 for both xx and yy allows a direct solution for the sum (x+y)(x + y).
2
Divide the combined equation by 10.
10(x+y)10=20010    x+y=20\frac{10(x + y)}{10} = \frac{200}{10} \implies x + y = 20
Isolating (x+y)(x + y) directly avoids the extra computation of solving for xx and yy individually.

Key Concept

Solving Systems of Linear Equations by Combination
Estimated Time:1m 30s
PreviousPage 4 / 11Next
Algebra and Functions Practice Questions — GMAT — Page 4 | Examkin