0 = x^(2/3) -6x^(1/3) + 8
what I did was powering up everything by 3 so
0 = x^2 -216x + 512 ............................... This is incorrect
then x12 = (216 +- sqrt((-216)^2 -4*1*512) / 2*1)
but the value inside the sqrt is negative
the answers suppose to be 8, 64 but I can't get it
ok thanks, but could you explain me to prevent future mistakes why what I did generate wrong answers ? why can't I power up everything by 3 to get 0 = x^2 -216x + 512 ?substitute:
x^(1/3) = u
Then your original equation transforms to → u2 - 6u + 8 = 0
solve for 'u' → solve for 'x'
ok thanks, but could you explain me to prevent future mistakes why what I did generate wrong answers ? why can't I power up everything by 3 to get 0 = x^2 -216x + 512 ?
I'm rusty with my math so excuse me, but can't I just power to the 3 everything INDIVIDUALLY ?You can - but (a + b)3 = a3 + b3 + 3ab2 + 3a2b - not just a3 + b3