document.write( "Question 1174393: Please help me with this word problem:\r
\n" );
document.write( "\n" );
document.write( "The length of a rectangular lot is 14 meters less than twice the lot’s width. The owner decided to decrease
\n" );
document.write( "the length and the width by 3 meters each for landscaping purposes. The perimeter of the smaller
\n" );
document.write( "rectangular lot is 80 meters. What is the area of the ORIGINAL lot in square meters? \n" );
document.write( "
Algebra.Com's Answer #799915 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let L = the length \n" ); document.write( "let W = the width. \n" ); document.write( "the perimeter of the lot is equal to 2 * (L + W) \n" ); document.write( "the area of the lot is equal to L * W\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are given that the length of a rectangular lot is 14 meters less than twice the lot’s width.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation for that is: \n" ); document.write( "L = 2W - 14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The owner decided to decrease the length and the width by 3 meters each for landscaping purposes. The perimeter of the smaller rectangular lot is 80 meters.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since perimeter = 2 * (L - 3 + W - 3), then your equation for this is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "80 = 2 * (L - 3 + W - 3) \n" ); document.write( "combine like terms in this to get: \n" ); document.write( "80 = 2 * (L + W - 6) \n" ); document.write( "simplify further to get: \n" ); document.write( "80 = 2L + 2W - 12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you were given that L = 2W - 14, therefore replace L with 2W - 14 in the equation of 80 = 2L + 2W - 12 to get: \n" ); document.write( "80 = 2 * (2W - 14) + 2W - 12 \n" ); document.write( "simplify to get: \n" ); document.write( "80 = 4W - 28 + 2W - 12 \n" ); document.write( "combine like terms to get: \n" ); document.write( "80 = 6W - 40 \n" ); document.write( "add 40 to both sides of this equation to get: \n" ); document.write( "120 = 6W \n" ); document.write( "solve for W to get: \n" ); document.write( "W = 120 / 6 = 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since L = 2W - 14, then L = 40 - 14 = 26\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have L = 26 and W = 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "taking 3 off of each, you have: \n" ); document.write( "L - 3 = 23 \n" ); document.write( "W - 3 = 17\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula for the perimeter becomes 80 = 2 * (23 + 17) = 46 + 34 = 80. \n" ); document.write( "this confirms the values for L and W are correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you want to know the area of the original lot.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that would be area = L * W = 26 * 20 = 520 square meters.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |