document.write( "Question 253294: x^(2/3)-15x^(1/3)+26=0 \n" ); document.write( "
Algebra.Com's Answer #185749 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! The given equation is \n" ); document.write( " x^(2/3)-15x^(1/3)+26=0 ...(1) \n" ); document.write( " Put x^(1/3) = y \n" ); document.write( "Then, (1) becomes y^2-15y+26 = 0 \n" ); document.write( " (y-2)(y-13) = 0 \n" ); document.write( " y = 2 or y = 13 \n" ); document.write( " x^(1/3) = 2 or x^(1/3) = 13 \n" ); document.write( " x = 2^3 or x = 13^3 \n" ); document.write( " x = 8 or x = 2197 \n" ); document.write( " \n" ); document.write( " |