document.write( "Question 723132: The length of a rectangle is 1 less than three times it's width. The perimeter is 30 feet. Find the length of this rectangle \n" ); document.write( "
Algebra.Com's Answer #443037 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 1 less than three times it's width. The perimeter is 30 feet. Find the length of this rectangle \n" ); document.write( "==== \n" ); document.write( "Let width be \"x\". \n" ); document.write( "Then length = \"3x-1\". \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "Perimeter = 2(length + width) \n" ); document.write( "--- \n" ); document.write( "30 = 2(3x-1+x) \n" ); document.write( "--- \n" ); document.write( "15 = 4x-1 \n" ); document.write( "4x = 16 \n" ); document.write( "x = 4 \n" ); document.write( "---- \n" ); document.write( "length = 3x-1 = 3*4-1 = 11 feet \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |