document.write( "Question 682160: The length of a rectangle is 6 inches more than three times the width. The perimeter is 84 inches \n" ); document.write( "
Algebra.Com's Answer #423058 by sachi(548)![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 6 inches more than three times the width \n" ); document.write( "let width=x \n" ); document.write( "then length=3x+6 \n" ); document.write( " The perimeter is 84 inches \n" ); document.write( "so 2(x+3x+6)=84 \n" ); document.write( "or 4x+6=84/2=42 \n" ); document.write( "or 4x=42-6=36 \n" ); document.write( "or x=36/4=9 \n" ); document.write( "so the width= 9 in & length=3*9+6=33 in \n" ); document.write( " |