document.write( "Question 652547: The Perimeter of a rectangle is 46 ft. The width is 3ft less than twice the lenth. Find the lenth and width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #408008 by mralgebra(3)![]() ![]() ![]() You can put this solution on YOUR website! The Perimeter of a rectangle is 46 ft. The width is 3ft less than twice the length. Find the length and width of the rectangle.\r \n" ); document.write( "\n" ); document.write( "With problems like this, you'll just want to set up basic equations that use the information you're given in a pretty basic way.\r \n" ); document.write( "\n" ); document.write( "\"The Perimeter of a rectangle is 46 ft.\"\r \n" ); document.write( "\n" ); document.write( "If we call our length L and our width W, then we know this means that:\r \n" ); document.write( "\n" ); document.write( "2L + 2W = 46\r \n" ); document.write( "\n" ); document.write( "\"The width is 3ft less than twice the length.\"\r \n" ); document.write( "\n" ); document.write( "Again, with the length L and width W:\r \n" ); document.write( "\n" ); document.write( "W = 2L - 3\r \n" ); document.write( "\n" ); document.write( "Now we have a simple system of two equations.\r \n" ); document.write( "\n" ); document.write( "2L + 2W = 46 \n" ); document.write( "W = 2L - 3\r \n" ); document.write( "\n" ); document.write( "Let's substitute in 2L-3 for W in the first equation:\r \n" ); document.write( "\n" ); document.write( "2L + 2W = 46 \n" ); document.write( "2L + 2(2L - 3) = 46\r \n" ); document.write( "\n" ); document.write( "From here, we'll simplify the equation to find the length L.\r \n" ); document.write( "\n" ); document.write( "2L + 2(2L - 3) = 46 \n" ); document.write( "2L + 4L - 6 = 46 \n" ); document.write( "6L - 6 = 46 \n" ); document.write( "6L - 6 + 6 = 46 + 6 \n" ); document.write( "6L = 52 \n" ); document.write( "L = 52/6 = 26/3\r \n" ); document.write( "\n" ); document.write( "Since we know L, we can substitute it back into one of the equations to get W.\r \n" ); document.write( "\n" ); document.write( "W = 2L - 3 \n" ); document.write( "W = 2(26/3) - 3 \n" ); document.write( "W = 52/3 - 3\r \n" ); document.write( "\n" ); document.write( "We need a common denominator to do the subtraction.\r \n" ); document.write( "\n" ); document.write( "W = 52/3 - 9/3 \n" ); document.write( "W = 43/3\r \n" ); document.write( "\n" ); document.write( "So our final answer is that the length is 26/3 ft and the width is 43/3 ft. \n" ); document.write( " |