document.write( "Question 1046639: A square garden is to be enlarged to a rectangular by adding 5 ft. to the length and deducting 4 ft. from the width, with area unchanged. Determine present and new dimensions.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "My partial attempt:\r
\n" );
document.write( "\n" );
document.write( "Area = length * width\r
\n" );
document.write( "\n" );
document.write( "Let s = side of square.\r
\n" );
document.write( "\n" );
document.write( "Square: \r
\n" );
document.write( "\n" );
document.write( "Length: s Width: s Area: s^2\r
\n" );
document.write( "\n" );
document.write( "Rectangle:\r
\n" );
document.write( "\n" );
document.write( "Length: s + 12 Width: s - 4 Area: (s + 5) (s - 4)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Not sure how to proceed. Thanks.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #662114 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Area = length * width \n" ); document.write( "Let s = side of square. A(square) = s^2 \n" ); document.write( "Square: \n" ); document.write( "Length: s Width: s Area: s^2 \r \n" ); document.write( "\n" ); document.write( "Rectangle: \n" ); document.write( "Length: s + 12 Width: s - 4 \n" ); document.write( " Area: (s + 5) (s - 4) \r \n" ); document.write( "\n" ); document.write( "area unchanged. \n" ); document.write( "(s + 5) (s - 4) = s^2 \n" ); document.write( "s^2 + s - 20 = s^2 \n" ); document.write( "s = 20ft for the Square \n" ); document.write( "25ft by 16ft the Rectangle\r \n" ); document.write( "\n" ); document.write( "AND \n" ); document.write( "400ft^2 = 25ft*16ft CHECKS! \n" ); document.write( " |