document.write( "Question 228646: Please help me solve this equation:
\n" );
document.write( "cubed root of (x+2) = sixth root of (9x+10).\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #169690 by user_dude2008(1862)![]() ![]() ![]() You can put this solution on YOUR website! cubed root of (x+2) = sixth root of (9x+10). \n" ); document.write( "(x+2)^(1/3) = (9x+10)^(1/6) \n" ); document.write( "(x+2)^(1/3) = ((9x+10)^(1/2))^(1/3) \n" ); document.write( "x+2 = (9x+10)^(1/2) \n" ); document.write( "(x+2)^2 = 9x+10 \n" ); document.write( "x^2+4x+4 = 9x+10 \n" ); document.write( "x^2+4x+4-9x-10 = 0 \n" ); document.write( "x^2-5x-6 = 0 \n" ); document.write( "(x-6)(x+1)=0 \n" ); document.write( "x=6 or x=-1 <-------- Answers \n" ); document.write( " \n" ); document.write( " |