document.write( "Question 234338: I am supposed to solve:\r
\n" );
document.write( "\n" );
document.write( "sqrt with the radicand 5x +21, then = x+3. So the question is:\r
\n" );
document.write( "\n" );
document.write( "sqrt 5x+21=x+3 \n" );
document.write( "
Algebra.Com's Answer #172788 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! sqrt(5x+21)=x+3 square both sides. \n" ); document.write( "5x+21=x^2+6x+9 \n" ); document.write( "x^2+6x-5x+9-21=0 \n" ); document.write( "x^2+x-12=0 \n" ); document.write( "(x+4)(x-3)=0 \n" ); document.write( "x+4=0 \n" ); document.write( "x=-4 ans. \n" ); document.write( "x-3=0 \n" ); document.write( "x=3 ans. \n" ); document.write( " |