document.write( "Question 615293:
\n" );
document.write( "If the sides of a square are lengthened by 5 cm, the area becomes 144cm^2. Find the length of a side of the original square.\r
\n" );
document.write( "\n" );
document.write( "The length of a side of the original square is____cm. \n" );
document.write( "
Algebra.Com's Answer #387079 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let original length be x \n" ); document.write( "increased by 5 \n" ); document.write( "length = x+5\r \n" ); document.write( "\n" ); document.write( "Are = S^2\r \n" ); document.write( "\n" ); document.write( "(x+5)^2= 144 \n" ); document.write( "x^2+10x+25=144 \n" ); document.write( "x^2+10x-119=0 \n" ); document.write( "x^2+17x-7x-119=0 \n" ); document.write( "x(x+17)-7(x+17)=0 \n" ); document.write( "(x+17)(x-7)=0 \n" ); document.write( "x= 7 OR -17\r \n" ); document.write( "\n" ); document.write( "Ignore negative value \n" ); document.write( "x= 7 the original length \n" ); document.write( " |