document.write( "Question 476870: if each side of a square lot is increased of 4 feet, its area increased by 216
\n" );
document.write( "square feet. find the side of the original square lot.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #327149 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! if each side of a square lot is increased of 4 feet, its area increased by 216 \n" ); document.write( "square feet. find the side of the original square lot. \n" ); document.write( ": \n" ); document.write( "New area - old area = 216 sq/ft \n" ); document.write( "(x+4)^2 - x^2 = 216 \n" ); document.write( "FOIL \n" ); document.write( "x^2 + 8x + 16 - x^2 = 216 \n" ); document.write( "Combine like terms \n" ); document.write( "8x = 216 - 16 \n" ); document.write( "8x = 216 \n" ); document.write( "x = \n" ); document.write( "x = 25 ft is the side of the original square \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this \n" ); document.write( "29^2 - 25^2 = \n" ); document.write( "841 - 625 = 216, confirms our solution \n" ); document.write( " |