Exponents, Radicals, and Algebraic Expressions

28 questions

Question 1Question

For all positive real numbers xx and yy, if x2y3=108x^2 y^3 = 108 and x3y2=72x^3 y^2 = 72, then x+y=5x + y = 5.

Show answer & explanation

Answer: True

Answer

The statement is True.
Multiplying the two equations yields (xy)5=7776=65(xy)^5 = 7776 = 6^5, so xy=6xy = 6. Dividing the second equation by the first yields xy=23\frac{x}{y} = \frac{2}{3}, meaning x=23yx = \frac{2}{3}y. Substituting this into xy=6xy = 6 gives y=3y = 3 and x=2x = 2, making x+y=5x + y = 5.

Step-by-Step Solution

1
Multiply the two system equations to find the product xyxy.
(x2y3)(x3y2)=x5y5=(xy)5=108×72=7776=65(x^2 y^3)(x^3 y^2) = x^5 y^5 = (xy)^5 = 108 \times 72 = 7776 = 6^5, so xy=6xy = 6.
Multiplying exponential expressions with common bases allows adding their exponents to form a unified power (xy)5(xy)^5.
2
Divide the second equation by the first equation to find the relationship between xx and yy.
\frac{x^3 y^2}{x^2 y^3} = \frac{x}{y} = \frac{72}{108} = \frac{2}{3}, which simplifies to x=23yx = \frac{2}{3}y.
Dividing exponential expressions subtracts their exponents, yielding the simple ratio of the variables.
3
Solve for individual values of xx and yy and evaluate x+yx + y.
Substituting x=23yx = \frac{2}{3}y into xy=6xy = 6 gives 23y2=6    y=3\frac{2}{3}y^2 = 6 \implies y = 3 and x=2x = 2. Therefore, x+y=5x + y = 5.
Solving the system confirms that x=2x = 2 and y=3y = 3 are the unique positive real solutions.

Key Concept

System of exponential equations solved by combining power products and ratios.
Estimated Time:1m 30s
Question 2Question

If 4x+4x+4x+4x=2104^x + 4^x + 4^x + 4^x = 2^{10}, what is the value of xx?

Show answer & explanation

Answer: 44

Answer

The value of xx is 44.
Combining the four identical terms on the left side gives 44x=41+x4 \cdot 4^x = 4^{1+x}. Converting 44 to base 22 yields (22)x+1=22x+2(2^2)^{x+1} = 2^{2x+2}. Setting this equal to the right side 2102^{10} gives the linear equation 2x+2=102x + 2 = 10, which solves to x=4x = 4.

Step-by-Step Solution

1
Combine the repeated addition on the left side of the equation.
4x+4x+4x+4x=44x=4x+14^x + 4^x + 4^x + 4^x = 4 \cdot 4^x = 4^{x+1}
Adding four identical terms is equivalent to multiplying the term by 4.
2
Convert all bases to 2 so that both sides can be compared.
4x+1=(22)x+1=22(x+1)=22x+24^{x+1} = (2^2)^{x+1} = 2^{2(x+1)} = 2^{2x+2}
Since 4=224 = 2^2, applying the power of a power rule (am)n=amn(a^m)^n = a^{mn} expresses the left side with base 2.
3
Equate the exponents and solve for xx.
2x+2=10    2x=8    x=42x + 2 = 10 \implies 2x = 8 \implies x = 4
If bu=bvb^u = b^v for a positive base b1b \neq 1, then u=vu = v.

Key Concept

Combining like exponential terms by factoring and applying base conversion rules aman=am+na^{m} \cdot a^{n} = a^{m+n} and (am)n=amn(a^m)^n = a^{mn}.
Question 3Question

What is the numerical value of the expression 7+5235273\sqrt[3]{7 + 5\sqrt{2}} - \sqrt[3]{5\sqrt{2} - 7}?

Show answer & explanation

Answer: 2

Answer

The numerical value of the expression is 2.
The value of the expression is 2. This can be demonstrated either by setting the expression equal to xx, cubing both sides to construct the cubic equation x3+3x14=0x^3 + 3x - 14 = 0, and factoring out the real root x=2x = 2, or by recognizing that (1+2)3=7+52(1 + \sqrt{2})^3 = 7 + 5\sqrt{2} and (21)3=527(\sqrt{2} - 1)^3 = 5\sqrt{2} - 7, which simplifies the expression directly to (1+2)(21)=2(1 + \sqrt{2}) - (\sqrt{2} - 1) = 2.

Step-by-Step Solution

1
Define variables for the two cubic terms and write the target expression as a difference.
Let u=7+523u = \sqrt[3]{7 + 5\sqrt{2}} and v=5273v = \sqrt[3]{5\sqrt{2} - 7}, so the target value is x=uvx = u - v.
Grouping nested radical terms simplifies the algebraic manipulation.
2
Cube both sides of x=uvx = u - v using the algebraic identity (uv)3=u3v33uv(uv)(u - v)^3 = u^3 - v^3 - 3uv(u - v).
x3=u3v33uvxx^3 = u^3 - v^3 - 3uv \cdot x.
Cubing eliminates the outer radical signs on the cubed terms.
3
Evaluate u3v3u^3 - v^3 and the product uvuv.
u3v3=(7+52)(527)=14u^3 - v^3 = (7 + 5\sqrt{2}) - (5\sqrt{2} - 7) = 14, and uv=(52+7)(527)3=50493=1uv = \sqrt[3]{(5\sqrt{2}+7)(5\sqrt{2}-7)} = \sqrt[3]{50 - 49} = 1.
Using the difference of squares under the cube root simplifies the product term to 1.
4
Substitute the evaluated terms into the cubic equation and solve for the real root xx.
x3=143x    x3+3x14=0    (x2)(x2+2x+7)=0    x=2x^3 = 14 - 3x \implies x^3 + 3x - 14 = 0 \implies (x - 2)(x^2 + 2x + 7) = 0 \implies x = 2.
The quadratic factor x2+2x+7x^2 + 2x + 7 has negative discriminant (428=244 - 28 = -24), leaving x=2x = 2 as the unique real solution.

Key Concept

Simplifying nested radicals using cubic algebraic identities and binomial expansions
Question 4Question

If xx and yy are positive integers such that 2x2x2=3y2^x - 2^{x-2} = 3^y, what is the value of 2x+y+3xy2^{x+y} + 3^{x-y}?

Show answer & explanation

Answer: 11

Answer

The value of 2x+y+3xy2^{x+y} + 3^{x-y} is 11.
Factoring the left side of the equation yields 2x2(221)=32x22^{x-2}(2^2 - 1) = 3 \cdot 2^{x-2}. Setting this equal to 3y3^y and dividing both sides by 3 gives 2x2=3y12^{x-2} = 3^{y-1}. Because 2 and 3 are coprime bases, equality is possible only when both exponents equal zero. This determines x=2x = 2 and y=1y = 1, both of which are positive integers. Substituting these values into 2x+y+3xy2^{x+y} + 3^{x-y} results in 23+31=8+3=112^3 + 3^1 = 8 + 3 = 11.

Step-by-Step Solution

1
Factor out the common term on the left side of the given equation
2x2x2=2x2(221)=2x2(41)=32x22^x - 2^{x-2} = 2^{x-2}(2^2 - 1) = 2^{x-2}(4 - 1) = 3 \cdot 2^{x-2}
Factoring out the smallest power of 2 simplifies the subtraction into a multiplication.
2
Equate the factored expression to the right side and simplify
32x2=3y    2x2=3y3=3y13 \cdot 2^{x-2} = 3^y \implies 2^{x-2} = \frac{3^y}{3} = 3^{y-1}
Dividing both sides by 3 isolates the prime bases 2 and 3 on opposite sides of the equation.
3
Apply fundamental properties of prime factorizations
x2=0    x=2x - 2 = 0 \implies x = 2 and y1=0    y=1y - 1 = 0 \implies y = 1
Since 2 and 3 are distinct prime numbers, 2a=3b2^a = 3^b can hold for integer exponents only if a=0a = 0 and b=0b = 0.
4
Evaluate the target expression using x=2x = 2 and y=1y = 1
22+1+321=23+31=8+3=112^{2+1} + 3^{2-1} = 2^3 + 3^1 = 8 + 3 = 11
Substituting the unique positive integer solution pair (2,1)(2, 1) into the expression yields the final value.

Key Concept

Uniqueness of Prime Base Exponent Equality
Question 5Question

If aa and bb are positive integers such that 2a+35b2a5b+1=6,0002^{a+3} \cdot 5^b - 2^a \cdot 5^{b+1} = 6,000, what is the value of aba \cdot b?

Show answer & explanation

Answer: 12

Answer

12
Factoring out 2a5b2^a \cdot 5^b yields 2a5b(2351)=32a5b=6,0002^a \cdot 5^b (2^3 - 5^1) = 3 \cdot 2^a \cdot 5^b = 6,000. Dividing by 3 yields 2a5b=2,0002^a \cdot 5^b = 2,000. Expressing 2,0002,000 in prime factored form gives 24532^4 \cdot 5^3. Matching exponents for the prime bases gives a=4a = 4 and b=3b = 3. The product aba \cdot b is 4×3=124 \times 3 = 12.

Step-by-Step Solution

1
Rewrite the terms in the expression using exponent rules to isolate common bases.
2a+35b2a5b+1=(2a23)5b2a(5b51)2^{a+3} \cdot 5^b - 2^a \cdot 5^{b+1} = (2^a \cdot 2^3) \cdot 5^b - 2^a \cdot (5^b \cdot 5^1)
Applying xm+n=xmxnx^{m+n} = x^m \cdot x^n allows us to extract common powers of 2a2^a and 5b5^b.
2
Factor out the common term 2a5b2^a \cdot 5^b from the left side of the equation.
2a5b(2351)=2a5b(85)=32a5b2^a \cdot 5^b (2^3 - 5^1) = 2^a \cdot 5^b (8 - 5) = 3 \cdot 2^a \cdot 5^b
Simplifying the constant factor in parentheses simplifies the equation.
3
Divide both sides of the equation by 3 and perform prime factorization on the resulting integer.
32a5b=6,000    2a5b=2,000=24533 \cdot 2^a \cdot 5^b = 6,000 \implies 2^a \cdot 5^b = 2,000 = 2^4 \cdot 5^3
Prime factorization of 2,0002,000 determines the unique integer exponents for bases 2 and 5.
4
Equate the corresponding exponents and calculate the requested product aba \cdot b.
a=4a = 4 and b=3    ab=4×3=12b = 3 \implies a \cdot b = 4 \times 3 = 12
Since 2 and 5 are prime numbers, the prime factorization representation is unique.

Key Concept

Factoring Exponents and Prime Factorization
Estimated Time:2m 0s
Question 6Question

If x=5+2133+52133x = \sqrt[3]{5 + 2\sqrt{13}} + \sqrt[3]{5 - 2\sqrt{13}}, what is the value of x3+9xx^3 + 9x?

Show answer & explanation

Answer: 10

Answer

10
By defining x=u+vx = u + v with u=5+2133u = \sqrt[3]{5 + 2\sqrt{13}} and v=52133v = \sqrt[3]{5 - 2\sqrt{13}}, cubing both sides gives x3=u3+v3+3uv(u+v)x^3 = u^3 + v^3 + 3uv(u + v). Evaluating the components yields u3+v3=10u^3 + v^3 = 10 and uv=25523=3uv = \sqrt[3]{25 - 52} = -3. Substituting these back gives x3=109(x)x^3 = 10 - 9(x), which rearranges to x3+9x=10x^3 + 9x = 10.

Step-by-Step Solution

1
Express xx as a sum of two variables uu and vv
x=u+vx = u + v, where u=5+2133u = \sqrt[3]{5 + 2\sqrt{13}} and v=52133v = \sqrt[3]{5 - 2\sqrt{13}}
Grouping the binomial terms simplifies algebraic expansion using standard polynomial identities.
2
Calculate the sum of the cubes u3+v3u^3 + v^3
u3+v3=(5+213)+(5213)=10u^3 + v^3 = (5 + 2\sqrt{13}) + (5 - 2\sqrt{13}) = 10
Eliminating the cube roots allows for simple additive cancellation of the radical terms.
3
Calculate the product uvuv
uv=(5+213)(5213)3=52(213)23=25523=273=3uv = \sqrt[3]{(5 + 2\sqrt{13})(5 - 2\sqrt{13})} = \sqrt[3]{5^2 - (2\sqrt{13})^2} = \sqrt[3]{25 - 52} = \sqrt[3]{-27} = -3
Applying the difference of squares property inside the cube root simplifies the product of conjugate radicals to a single integer.
4
Cube both sides of x=u+vx = u + v and substitute evaluated terms
x3=u3+v3+3uv(u+v)=10+3(3)x=109xx^3 = u^3 + v^3 + 3uv(u + v) = 10 + 3(-3)x = 10 - 9x
Using (u+v)3=u3+v3+3uv(u+v)(u+v)^3 = u^3 + v^3 + 3uv(u+v) connects x3x^3 directly to xx without expanding long radical terms.
5
Rearrange the equation to isolate x3+9xx^3 + 9x
x3+9x=10x^3 + 9x = 10
Adding 9x9x to both sides gives the exact numerical value of the requested expression.

Key Concept

Algebraic Identities with Polynomials and Radicals
Question 7Question

If x=743x = \sqrt{7 - 4\sqrt{3}} and y=7+43y = \sqrt{7 + 4\sqrt{3}}, what is the value of x2+y2(x+y)1\frac{x^{-2} + y^{-2}}{(x+y)^{-1}}?

Show answer & explanation

Answer: 5656

Answer

5656
The expression x=743x = \sqrt{7 - 4\sqrt{3}} can be unnested by recognizing 7437 - 4\sqrt{3} as the perfect square (23)2(2 - \sqrt{3})^2, so x=23x = 2 - \sqrt{3} and y=2+3y = 2 + \sqrt{3}. This gives x+y=4x+y = 4 and xy=1xy = 1. The numerator x2+y2=x2+y2(xy)2=(x+y)22xy1=14x^{-2} + y^{-2} = \frac{x^2+y^2}{(xy)^2} = \frac{(x+y)^2 - 2xy}{1} = 14. The denominator (x+y)1=14(x+y)^{-1} = \frac{1}{4}. Dividing 1414 by 14\frac{1}{4} yields 5656.

Step-by-Step Solution

1
Simplify the radical expressions for xx and yy.
x=23x = 2 - \sqrt{3} and y=2+3y = 2 + \sqrt{3}.
Note that 743=443+3=(23)27 - 4\sqrt{3} = 4 - 4\sqrt{3} + 3 = (2 - \sqrt{3})^2, so 743=23\sqrt{7 - 4\sqrt{3}} = 2 - \sqrt{3}. Similarly, 7+43=(2+3)27 + 4\sqrt{3} = (2 + \sqrt{3})^2.
2
Find the sum x+yx+y and product xyxy.
x+y=4x+y = 4 and xy=1xy = 1.
(23)+(2+3)=4(2 - \sqrt{3}) + (2 + \sqrt{3}) = 4, and (23)(2+3)=22(3)2=43=1(2 - \sqrt{3})(2 + \sqrt{3}) = 2^2 - (\sqrt{3})^2 = 4 - 3 = 1.
3
Simplify the numerator x2+y2x^{-2} + y^{-2}.
x2+y2=14x^{-2} + y^{-2} = 14.
x2+y2=1x2+1y2=x2+y2(xy)2=(x+y)22xy(xy)2=422(1)12=14x^{-2} + y^{-2} = \frac{1}{x^2} + \frac{1}{y^2} = \frac{x^2 + y^2}{(xy)^2} = \frac{(x+y)^2 - 2xy}{(xy)^2} = \frac{4^2 - 2(1)}{1^2} = 14.
4
Evaluate the full expression x2+y2(x+y)1\frac{x^{-2} + y^{-2}}{(x+y)^{-1}}.
141/4=56\frac{14}{1/4} = 56.
The denominator is (x+y)1=(4)1=14(x+y)^{-1} = (4)^{-1} = \frac{1}{4}. Dividing 1414 by 14\frac{1}{4} equals 144=5614 \cdot 4 = 56.

Key Concept

Nested Radical Simplification & Algebraic Exponent Identities

Alternative Method

Instead of unnesting the radicals first, observe that x2=743x^2 = 7 - 4\sqrt{3} and y2=7+43y^2 = 7 + 4\sqrt{3}. Then x2y2=(743)(7+43)=4948=1x^2 y^2 = (7-4\sqrt{3})(7+4\sqrt{3}) = 49 - 48 = 1, and x2+y2=14x^2 + y^2 = 14. Thus x2+y2=x2+y2x2y2=14x^{-2} + y^{-2} = \frac{x^2+y^2}{x^2 y^2} = 14. Next, find (x+y)2=x2+y2+2xy=14+2(1)=16(x+y)^2 = x^2 + y^2 + 2xy = 14 + 2(1) = 16, so x+y=4x+y = 4. Then (x+y)1=14(x+y)^{-1} = \frac{1}{4}, leading directly to 141/4=56\frac{14}{1/4} = 56.
Estimated Time:2m 0s
Question 8Question

If x=7+43x = \sqrt{7 + 4\sqrt{3}}, what is the value of x1xx - \frac{1}{x}?

Show answer & explanation

Answer: 232\sqrt{3}

Answer

232\sqrt{3}
The expression under the outer radical, 7+437 + 4\sqrt{3}, can be rewritten as (2+3)2(2 + \sqrt{3})^2 because 22+2(2)(3)+(3)2=4+43+3=7+432^2 + 2(2)(\sqrt{3}) + (\sqrt{3})^2 = 4 + 4\sqrt{3} + 3 = 7 + 4\sqrt{3}. Taking the square root gives x=2+3x = 2 + \sqrt{3}. The reciprocal 1x\frac{1}{x} is 12+3=23\frac{1}{2 + \sqrt{3}} = 2 - \sqrt{3}. Thus, x1x=(2+3)(23)=23x - \frac{1}{x} = (2 + \sqrt{3}) - (2 - \sqrt{3}) = 2\sqrt{3}.

Step-by-Step Solution

1
Un-nest the radical 7+43\sqrt{7 + 4\sqrt{3}} by expressing 7+437 + 4\sqrt{3} as a perfect square (a+b3)2(a + b\sqrt{3})^2.
(a+b3)2=a2+3b2+2ab3=7+43(a + b\sqrt{3})^2 = a^2 + 3b^2 + 2ab\sqrt{3} = 7 + 4\sqrt{3}, which yields a=2a = 2 and b=1b = 1, so x=2+3x = 2 + \sqrt{3}.
Recognizing nested radicals in the form A+BC\sqrt{A + B\sqrt{C}} allows simplification into a binomial radical.
2
Find the reciprocal 1x\frac{1}{x} by rationalizing the denominator.
\frac{1}{2 + \sqrt{3}} = \frac{2 - \sqrt{3}}{(2 + \sqrt{3})(2 - \sqrt{3})} = \frac{2 - \sqrt{3}}{4 - 3} = 2 - \sqrt{3}.
Multiplying the numerator and denominator by the conjugate clears the radical from the denominator.
3
Calculate the difference x1xx - \frac{1}{x}.
(2 + \sqrt{3}) - (2 - \sqrt{3}) = 2 + \sqrt{3} - 2 + \sqrt{3} = 2\sqrt{3}.
Subtracting the reciprocal isolates the irrational component.

Key Concept

Simplification of nested radicals and rationalizing denominators using algebraic conjugates.
Estimated Time:1m 30s
Question 9Question

If 3x+3x+1+3x+2=3513^x + 3^{x+1} + 3^{x+2} = 351, what is the value of (x+1)x(x + 1)^x?

Show answer & explanation

Answer: 6464

Answer

The value of (x+1)x(x + 1)^x is 6464.
Factoring 3x3^x out of the sum gives 3x(1+3+9)=133x=3513^x(1 + 3 + 9) = 13 \cdot 3^x = 351. Dividing 351351 by 1313 gives 3x=273^x = 27, so x=3x = 3. Substituting x=3x = 3 into (x+1)x(x + 1)^x yields (3+1)3=43=64(3 + 1)^3 = 4^3 = 64.

Step-by-Step Solution

1
Factor out the common exponential term 3x3^x from the left side of the equation.
3x(1+31+32)=3513^x(1 + 3^1 + 3^2) = 351, which simplifies to 3x(1+3+9)=3513^x(1 + 3 + 9) = 351 or 133x=35113 \cdot 3^x = 351.
When adding terms with identical bases and variable exponents, factor out the term with the smallest exponent.
2
Solve for 3x3^x and determine the value of xx.
3x=35113=273^x = \frac{351}{13} = 27. Since 27=3327 = 3^3, x=3x = 3.
Divide both sides by 1313 and set the powers of equal bases equal to find xx.
3
Substitute x=3x = 3 into the target expression (x+1)x(x + 1)^x.
(3+1)3=43=64(3 + 1)^3 = 4^3 = 64.
Evaluate the expression as requested by the question stem.

Key Concept

Factoring exponential expressions with common bases and applying exponent rules
Estimated Time:1m 30s
Question 10Question

For all real numbers xx, the identity x2=x\sqrt{x^2} = x holds true.

Show answer & explanation

Answer: False

Answer

The statement is false because the principal square root x2\sqrt{x^2} is defined as the absolute value of xx, x|x|, which equals x-x when x<0x < 0.
The statement is false because the expression x2\sqrt{x^2} represents the principal (non-negative) square root of x2x^2, which simplifies to x|x|. When xx is negative, x=x|x| = -x, which is not equal to xx.

Step-by-Step Solution

1
Recall the definition of the principal square root radical symbol x\sqrt{\vphantom{x}}
By definition, a0\sqrt{a} \ge 0 for any real number a0a \ge 0.
The principal square root function always yields a non-negative output.
2
Test a negative value for the variable xx
Let x=3x = -3. Then (3)2=9=3\sqrt{(-3)^2} = \sqrt{9} = 3.
Evaluating a specific negative number tests if the equality holds universally for all real numbers.
3
Compare the evaluated result with the original value of xx
Since 333 \neq -3, x2x\sqrt{x^2} \neq x when x<0x < 0.
A single counterexample disproves a universal mathematical identity statement.

Key Concept

Principal Square Root and Absolute Value Property (\sqrt{x^2} = |x|)
Estimated Time:45s
Question 11Question

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 12Question

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 13Question

For all positive real numbers xx, the nested radical expression xx\sqrt{x\sqrt{x}} is mathematically equivalent to x34x^{\frac{3}{4}}.

Show answer & explanation

Answer: True

Answer

The statement is true because expressing xx\sqrt{x\sqrt{x}} in fractional exponent form yields x34x^{\frac{3}{4}} for all positive real numbers xx.
The radical expression xx\sqrt{x\sqrt{x}} simplifies to x34x^{\frac{3}{4}} by systematically applying exponent laws: the inner root gives x12x^{\frac{1}{2}}, multiplying by xx gives x32x^{\frac{3}{2}}, and applying the outer root raises x32x^{\frac{3}{2}} to the 12\frac{1}{2} power, producing x34x^{\frac{3}{4}}.

Step-by-Step Solution

1
Express the inner radical as a fractional exponent.
x=x12\sqrt{x} = x^{\frac{1}{2}}, making the expression under the outer root xx12x \cdot x^{\frac{1}{2}}.
By definition of fractional exponents, amn=amn\sqrt[n]{a^m} = a^{\frac{m}{n}}.
2
Combine the terms inside the outer radical using the product rule for exponents.
x1x12=x1+12=x32x^1 \cdot x^{\frac{1}{2}} = x^{1 + \frac{1}{2}} = x^{\frac{3}{2}}.
When multiplying terms with the same base, add their exponents.
3
Apply the outer square root as an exponent of 12\frac{1}{2} and simplify using the power rule.
x32=(x32)12=x3212=x34\sqrt{x^{\frac{3}{2}}} = (x^{\frac{3}{2}})^{\frac{1}{2}} = x^{\frac{3}{2} \cdot \frac{1}{2}} = x^{\frac{3}{4}}.
Raising a power to another power requires multiplying the exponents.

Key Concept

Simplification of nested radical expressions using fractional exponent laws
Question 14Question

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

Show answer & explanation

Answer: 9y29y^2

Answer

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.

Step-by-Step Solution

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.

Key Concept

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.
Estimated Time:45s
Question 15Question

What is the numerical value of 283464\frac{2^8 \cdot 3^4}{6^4}?

Show answer & explanation

Answer: 16

Answer

16
Rewriting the base 66 as 232 \cdot 3 gives 64=24346^4 = 2^4 \cdot 3^4. Substituting this into the original expression yields 28342434\frac{2^8 \cdot 3^4}{2^4 \cdot 3^4}. Cancelling 343^4 leaves 2824=284=24=16\frac{2^8}{2^4} = 2^{8-4} = 2^4 = 16.

Step-by-Step Solution

1
Rewrite composite bases into prime factors
64=(23)4=24346^4 = (2 \cdot 3)^4 = 2^4 \cdot 3^4
Applying the power of a product rule (ab)n=anbn(ab)^n = a^n b^n allows base matching.
2
Simplify the quotient using exponent subtraction
28342434=284344=2430=161=16\frac{2^8 \cdot 3^4}{2^4 \cdot 3^4} = 2^{8-4} \cdot 3^{4-4} = 2^4 \cdot 3^0 = 16 \cdot 1 = 16
Applying the quotient rule aman=amn\frac{a^m}{a^n} = a^{m-n} for powers with equal bases.

Key Concept

Exponent rules: Power of a Product (ab)n=anbn(ab)^n = a^n b^n and Quotient of Powers aman=amn\frac{a^m}{a^n} = a^{m-n}
Question 16Question

What is the value of the expression 38+38+3834\frac{3^8 + 3^8 + 3^8}{3^4}?

Show answer & explanation

Answer: 353^5

Answer

353^5
The correct answer is 353^5. Adding three identical values 38+38+383^8 + 3^8 + 3^8 is equivalent to 3×383 \times 3^8, which equals 393^9. Dividing 393^9 by 343^4 gives 394=353^{9-4} = 3^5.

Step-by-Step Solution

1
Simplify the numerator by combining like terms
38+38+38=338=3138=31+8=393^8 + 3^8 + 3^8 = 3 \cdot 3^8 = 3^1 \cdot 3^8 = 3^{1+8} = 3^9
Repeated addition of 33 identical terms is equivalent to multiplying one term by 33.
2
Apply the quotient rule for exponents
3934=394=35\frac{3^9}{3^4} = 3^{9-4} = 3^5
When dividing exponential terms with the same base, subtract the exponent of the denominator from the exponent of the numerator.

Key Concept

Combining like exponential terms using multiplication rules and applying the quotient rule for exponents
Question 17Question

If xx is a real number, what is the sum of all valid real solutions to the equation 3x2x+3=1\sqrt{3x - 2} - \sqrt{x + 3} = 1?

Show answer & explanation

Answer: 6

Answer

The sum of all valid real solutions is 6.
To solve the radical equation, we isolate 3x2\sqrt{3x - 2} to get 3x2=1+x+3\sqrt{3x - 2} = 1 + \sqrt{x + 3}. Squaring both sides yields 3x2=x+4+2x+33x - 2 = x + 4 + 2\sqrt{x + 3}, which simplifies to x3=x+3x - 3 = \sqrt{x + 3}. Squaring both sides a second time produces the quadratic x27x+6=0x^2 - 7x + 6 = 0, giving candidate solutions x=6x = 6 and x=1x = 1. Checking in the original equation reveals that x=6x = 6 yields 169=1\sqrt{16} - \sqrt{9} = 1, which is true, whereas x=1x = 1 yields 14=11\sqrt{1} - \sqrt{4} = -1 \neq 1, making x=1x = 1 extraneous. The only valid solution is 6, so the sum of all valid solutions is 6.

Step-by-Step Solution

1
Isolate one radical expression on one side of the equation.
3x2=1+x+3\sqrt{3x - 2} = 1 + \sqrt{x + 3}
Isolating a radical allows for clean squaring of both sides without creating cross-terms with multiple roots.
2
Square both sides of the equation.
3x2=1+2x+3+(x+3)    3x2=x+4+2x+33x - 2 = 1 + 2\sqrt{x + 3} + (x + 3) \implies 3x - 2 = x + 4 + 2\sqrt{x + 3}
Eliminates the radical on the left side.
3
Isolate the remaining radical term and simplify.
2x6=2x+3    x3=x+32x - 6 = 2\sqrt{x + 3} \implies x - 3 = \sqrt{x + 3}
Simplifies the algebraic expression prior to squaring a second time.
4
Square both sides again to obtain a quadratic equation.
(x3)2=x+3    x26x+9=x+3    x27x+6=0(x - 3)^2 = x + 3 \implies x^2 - 6x + 9 = x + 3 \implies x^2 - 7x + 6 = 0
Eliminates all remaining radical terms.
5
Factor the quadratic equation to find algebraic candidate solutions.
(x6)(x1)=0    x=6 or x=1(x - 6)(x - 1) = 0 \implies x = 6 \text{ or } x = 1
Identifies potential real roots.
6
Test candidate solutions in the original equation 3x2x+3=1\sqrt{3x - 2} - \sqrt{x + 3} = 1 to remove extraneous solutions.
For x=6x = 6: 169=43=1\sqrt{16} - \sqrt{9} = 4 - 3 = 1 (Valid). For x=1x = 1: 14=12=11\sqrt{1} - \sqrt{4} = 1 - 2 = -1 \neq 1 (Extraneous). Thus, x=6x = 6 is the sole valid solution.
Squaring equations during algebraic steps can introduce extraneous roots that do not satisfy the original radical equation.

Key Concept

Solving Radical Equations and Eliminating Extraneous Solutions
Estimated Time:2m 0s
Question 18Question

If 5x=100y=20z5^x = 100^y = 20^z for non-zero real numbers xx, yy, and zz, which of the following expressions is equal to zz?

Show answer & explanation

Answer: xyxy\frac{xy}{x - y}

Answer

xyxy\frac{xy}{x - y}
By setting 5x=100y=20z=K5^x = 100^y = 20^z = K, we rewrite each base as a power of KK: 5=K1/x5 = K^{1/x}, 100=K1/y100 = K^{1/y}, and 20=K1/z20 = K^{1/z}. Using the numerical relationship 20=100520 = \frac{100}{5}, we substitute to obtain K1/z=K1/yK1/x=K1y1xK^{1/z} = \frac{K^{1/y}}{K^{1/x}} = K^{\frac{1}{y} - \frac{1}{x}}. Equating exponents gives 1z=1y1x=xyxy\frac{1}{z} = \frac{1}{y} - \frac{1}{x} = \frac{x - y}{xy}. Taking the reciprocal yields the expression stating that zz equals xyxy\frac{xy}{x - y}.

Step-by-Step Solution

1
Set the common exponential expressions equal to a constant KK.
Let 5x=100y=20z=K5^x = 100^y = 20^z = K, where K>0K > 0 and K1K \neq 1.
Equating exponential terms to a shared parameter allows conversion from variable powers to fractional exponents.
2
Express the base numbers 55, 100100, and 2020 in terms of KK.
5=K1/x5 = K^{1/x}, 100=K1/y100 = K^{1/y}, and 20=K1/z20 = K^{1/z}.
Taking the xx-th, yy-th, and zz-th roots of both sides isolates each base number.
3
Relate the base numbers using arithmetic division.
20=1005    K1/z=K1/yK1/x=K1y1x20 = \frac{100}{5} \implies K^{1/z} = \frac{K^{1/y}}{K^{1/x}} = K^{\frac{1}{y} - \frac{1}{x}}.
Dividing powers with the same base subtracts their exponents.
4
Equate the exponents and solve for zz.
1z=1y1x=xyxy    z=xyxy\frac{1}{z} = \frac{1}{y} - \frac{1}{x} = \frac{x - y}{xy} \implies z = \frac{xy}{x - y}.
Taking common denominators and inverting the fraction yields zz in terms of xx and yy.

Key Concept

Relating different bases with variable exponents by setting them equal to a common constant and converting to reciprocal exponents.
Estimated Time:2m 0s
Question 19Question

For all real numbers x>0x > 0 such that x1x \neq 1, the algebraic expression x1x4+1+x+1x41\frac{\sqrt{x} - 1}{\sqrt[4]{x} + 1} + \frac{\sqrt{x} + 1}{\sqrt[4]{x} - 1} is equivalent to 2(x43+1)x1\frac{2(\sqrt[4]{x}^3 + 1)}{\sqrt{x} - 1}.

Show answer & explanation

Answer: True

Answer

The statement is True.
The statement is true because substituting u=x4u = \sqrt[4]{x} allows both expressions to be simplified via algebraic factoring identities to the identical expression 2(u2u+1)u1\frac{2(u^2 - u + 1)}{u - 1}.

Step-by-Step Solution

1
Perform a substitution to simplify the radical exponents.
Let u=x4u = \sqrt[4]{x}, so that x=u2\sqrt{x} = u^2. The left-hand side becomes u21u+1+u2+1u1\frac{u^2 - 1}{u + 1} + \frac{u^2 + 1}{u - 1}.
Converting fourth roots and square roots into polynomial terms makes factoring easier.
2
Simplify the left-hand side expression.
\frac{(u-1)(u+1)}{u+1} + \frac{u^2+1}{u-1} = (u-1) + \frac{u^2+1}{u-1} = \frac{(u-1)^2 + u^2 + 1}{u-1} = \frac{2(u^2 - u + 1)}{u-1}.
Factoring the numerator of the first fraction cancels out the (u+1)(u+1) term prior to combining terms.
3
Factor the right-hand side expression using polynomial identities.
2(u3+1)u21=2(u+1)(u2u+1)(u+1)(u1)=2(u2u+1)u1.\frac{2(u^3+1)}{u^2-1} = \frac{2(u+1)(u^2-u+1)}{(u+1)(u-1)} = \frac{2(u^2-u+1)}{u-1}.
Applying the sum of cubes identity u3+1=(u+1)(u2u+1)u^3 + 1 = (u + 1)(u^2 - u + 1) allows cancellation of (u+1)(u+1) from the denominator.
4
Compare the simplified left-hand side and right-hand side expressions.
Both expressions reduce to 2(x42x4+1)x41\frac{2(\sqrt[4]{x}^2 - \sqrt[4]{x} + 1)}{\sqrt[4]{x} - 1}.
Because both sides reduce to the identical simplified form for all x>0,x1x > 0, x \neq 1, the equivalence holds true.

Key Concept

Algebraic manipulation of radicals using fractional exponent substitution, difference of squares, and sum of cubes factoring.
Question 20Question

If xx is a positive real number such that x12+x12=4x^{\frac{1}{2}} + x^{-\frac{1}{2}} = 4, what is the value of x32+x32x^{\frac{3}{2}} + x^{-\frac{3}{2}}?

Show answer & explanation

Answer: 52

Answer

52
Cubing both sides of x12+x12=4x^{\frac{1}{2}} + x^{-\frac{1}{2}} = 4 yields (x12+x12)3=64(x^{\frac{1}{2}} + x^{-\frac{1}{2}})^3 = 64. By the identity (a+b)3=a3+b3+3ab(a+b)(a+b)^3 = a^3 + b^3 + 3ab(a+b), the left side expands to (x32+x32)+3(x12x12)(x12+x12)(x^{\frac{3}{2}} + x^{-\frac{3}{2}}) + 3(x^{\frac{1}{2}} \cdot x^{-\frac{1}{2}})(x^{\frac{1}{2}} + x^{-\frac{1}{2}}). Substituting x12x12=1x^{\frac{1}{2}} \cdot x^{-\frac{1}{2}} = 1 and x12+x12=4x^{\frac{1}{2}} + x^{-\frac{1}{2}} = 4 gives (x32+x32)+12=64(x^{\frac{3}{2}} + x^{-\frac{3}{2}}) + 12 = 64. Subtracting 12 yields 52.

Step-by-Step Solution

1
Set up the cubic identity for the sum of fractional exponents.
Let a=x12a = x^{\frac{1}{2}} and b=x12b = x^{-\frac{1}{2}}. Then a+b=4a + b = 4 and ab=x12x12=1ab = x^{\frac{1}{2}} \cdot x^{-\frac{1}{2}} = 1.
Recognizing that x32=a3x^{\frac{3}{2}} = a^3 and x32=b3x^{-\frac{3}{2}} = b^3 allows the use of binomial expansion.
2
Cube both sides of the given equation a+b=4a + b = 4.
(a+b)3=a3+b3+3ab(a+b)    43=(x32+x32)+3(1)(4)(a + b)^3 = a^3 + b^3 + 3ab(a + b) \implies 4^3 = (x^{\frac{3}{2}} + x^{-\frac{3}{2}}) + 3(1)(4).
Expanding the cube retains the desired expression a3+b3a^3 + b^3 alongside simpler terms.
3
Simplify and solve for x32+x32x^{\frac{3}{2}} + x^{-\frac{3}{2}}.
64 = (x^{\frac{3}{2}} + x^{-\frac{3}{2}}) + 12 \implies x^{\frac{3}{2}} + x^{-\frac{3}{2}} = 64 - 12 = 52.
Subtracting 12 from 64 gives the exact value of the expression.

Key Concept

Algebraic identities with fractional exponents
Estimated Time:2m 0s
Page 1 / 2Next
Exponents, Radicals, and Algebraic Expressions Practice Questions — GMAT | Examkin