How to solve root(3)(2+sqrt(5))+root(3)(2-sqrt(5))32+5+325?

1 Answer
Apr 28, 2018

The result is 11.

Explanation:

For this solution, I'll be using the same technique that Youtuber blackpenredpen used in this video.

To compute this expression, let it equal xx:

x=root3(2+sqrt5)+root3(2-sqrt5)x=32+5+325

Now, cube both sides using the expansion (a+b)^3=a^3+3a^2b+3ab^2+b^3(a+b)3=a3+3a2b+3ab2+b3 (it's gonna get ugly, but just trust me here):

x^3=(root3(2+sqrt5)+root3(2-sqrt5))^3x3=(32+5+325)3

x^3=(root3(2+sqrt5))^3 + 3(root3(2+sqrt5))^2(root3(2-sqrt5)) + 3(root3(2+sqrt5))(root3(2-sqrt5))^2+(root3(2-sqrt5))^3x3=(32+5)3+3(32+5)2(325)+3(32+5)(325)2+(325)3

Simplify the cube roots and the exponents:

x^3=2+sqrt5 + 3(root3(2+sqrt5))^2(root3(2-sqrt5)) + 3(root3(2+sqrt5))(root3(2-sqrt5))^2+2-sqrt5x3=2+5+3(32+5)2(325)+3(32+5)(325)2+25

Collect like terms:

x^3=4 + 3(root3(2+sqrt5))^2(root3(2-sqrt5)) + 3(root3(2+sqrt5))(root3(2-sqrt5))^2x3=4+3(32+5)2(325)+3(32+5)(325)2

Now, bring the cube roots that are bring multiplied under one radical, like this:

x^3=4 + 3root3((2+sqrt5)^2)*root3(2-sqrt5) + 3root3(2+sqrt5)*root3((2-sqrt5)^2)x3=4+33(2+5)2325+332+53(25)2

x^3=4 + 3root3((2+sqrt5)^2(2-sqrt5)) + 3root3((2+sqrt5)(2-sqrt5)^2)x3=4+33(2+5)2(25)+33(2+5)(25)2

Rewrite the squared terms, then use the difference of squares factoring:

x^3=4 + 3root3((2+sqrt5)(2+sqrt5)(2-sqrt5)) + 3root3((2+sqrt5)(2-sqrt5)(2-sqrt5))x3=4+33(2+5)(2+5)(25)+33(2+5)(25)(25)

x^3=4 + 3root3((2+sqrt5)(4-5)) + 3root3((4-5)(2-sqrt5))x3=4+33(2+5)(45)+33(45)(25)

x^3=4 + 3root3(-(2+sqrt5)) + 3root3(-(2-sqrt5))x3=4+33(2+5)+33(25)

The cube root of -11 is -11:

x^3=4 - 3root3(2+sqrt5) - 3root3(2-sqrt5)x3=4332+53325

x^3=4 - 3(root3(2+sqrt5) +root3(2-sqrt5))x3=43(32+5+325)

This is the original xx:

x^3=4 - 3xx3=43x

x^3+3x-4=0x3+3x4=0

Use the rational roots theorem and synthetic division to figure out that 11 is the only rational root of the polynomial:

![https://www.mathportal.org/calculators/polynomials-solvers/http://synthetic-division-calculator.php](https://useruploads.socratic.org/9QJQm38S3azxAk7Ibldd_Screen%20Shot%202018-04-28%20at%203.14.51+PM.png)

So the polynomial can be factored as:

(x-1)(x^2+x+4)=0(x1)(x2+x+4)=0

Since x^2+x+4x2+x+4 has no real solutions, the only solution is:

x=1x=1

That's the solution (finally). Hope this helped!