document.write( "Question 352106: I have to find all real solutions for the following equation:
\n" );
document.write( "I converted the into
\n" );
document.write( "So the equation turned into:
\n" );
document.write( "
\n" );
document.write( "Then I distributed x^2 on one side and ^3/2 on the other. So I get:
\n" );
document.write( "
\n" );
document.write( "The x and 3x can simplify to 4x. and I move this over into the other side.
\n" );
document.write( "
\n" );
document.write( "I feel like I can somehow turn this into a quadratic formula, but unsure how.
\n" );
document.write( "So here is where I'm stuck.
\n" );
document.write( "Thank you!
\n" );
document.write( "-Kayte \n" );
document.write( "
Algebra.Com's Answer #251572 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! (x^2)sqrt(x+3)=(x+3)^(3/2) \n" ); document.write( "---- \n" ); document.write( "Divide both sides by sqrt(x+3) to get: \n" ); document.write( "x^2 = (x+3) \n" ); document.write( "--- \n" ); document.write( "x^2-x-3 = 0 \n" ); document.write( "--- \n" ); document.write( "x = [1 +- sqrt(1-4(-3)]/2 \n" ); document.write( "--- \n" ); document.write( "x = [1 +- sqrt(13)]/2 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |