document.write( "Question 254309: If one side of a square is tripled and another is increased by 2, the area of the resulting rectangle is 45 units. What is the length of a side of the square? \n" ); document.write( "
Algebra.Com's Answer #186659 by JimboP1977(311)![]() ![]() You can put this solution on YOUR website! 3x*(x+2)=45 \n" ); document.write( "3x^2+6x=45 \n" ); document.write( "x^2+2x=45/3 \n" ); document.write( "(x+1)^2-1=45/3 \n" ); document.write( "x=sqrt(45/3)+1)-1 \n" ); document.write( "x=sqrt(16)-1 \n" ); document.write( "x=3 \n" ); document.write( " |