document.write( "Question 787539: The length of a rectangle is one meter less than three times the width. If the perimeter of the rectangle is 30 meters, what is the length of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #806290 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! width = w \n" ); document.write( "length = 3w - 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2w + 2(3w - 1) = 30 \n" ); document.write( "2w + 6w - 2 = 30 \n" ); document.write( "8w = 32 \n" ); document.write( "w = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "length = 3w - 1 = 11m \n" ); document.write( " |