document.write( "Question 319398: Solve the following equations: 2x+9(root over)=13-x \n" ); document.write( "
Algebra.Com's Answer #228722 by mananth(16946)![]() ![]() You can put this solution on YOUR website! sqrt2x+9 = 13-x \n" ); document.write( "square the equation \n" ); document.write( "2x+9 = (13-x)^2 \n" ); document.write( "2x+9=169-26x+x^2 \n" ); document.write( "x^2-28x+160=0 \n" ); document.write( "x^2-20x-8x+160 \n" ); document.write( "x(x-20)-8(x-20) \n" ); document.write( "(x-20)(x-8) \n" ); document.write( "x= 20 OR 8 \n" ); document.write( " |