document.write( "Question 1042038: A square is altered so one of the sides is increased by 4 while the other side is decreased by 2. The area of the new rectangle is 55 square feet. Find the dimensions of the rectangle and the area of the original square. \n" ); document.write( "
Algebra.Com's Answer #656962 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A square is altered so one of the sides is increased by 4 while the other side is decreased by 2. \n" ); document.write( " The area of the new rectangle is 55 square feet. \n" ); document.write( " Find the dimensions of the rectangle and the area of the original square. \n" ); document.write( ": \n" ); document.write( "let s = the length of the side of the square \n" ); document.write( "then \n" ); document.write( "(s+4) = the length of the new rectangle \n" ); document.write( "and \n" ); document.write( "(s-2) = the width \n" ); document.write( "\"The area of the new rectangle is 55 square feet. \" \n" ); document.write( "(s+4)* \n" ); document.write( "(s-2) = 55 \n" ); document.write( "FOIL \n" ); document.write( "s^2 - 2s + 4s - 8 = 55 \n" ); document.write( "Combine to form a quadratic equation \n" ); document.write( "s^2 + 2s - 8 - 55 = 0 \n" ); document.write( "s^2 + 2s - 63 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(s+9)(s-7) = 0 \n" ); document.write( "The positive solution is what we want here \n" ); document.write( "s = 7 ft is the side of the square \n" ); document.write( "the area of the square: 7^2 = 49 sq ft \n" ); document.write( "therefore \n" ); document.write( "7+4 = 11 ft the length of the rectangle \n" ); document.write( "and \n" ); document.write( "7-2 = 5 ft is the width\r \n" ); document.write( "\n" ); document.write( ": \n" ); document.write( ":Check this by finding the area of the new rectangle with these value \n" ); document.write( "11 * 5 = 55\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |