document.write( "Question 988526: The width of a rectangle is one-third of the length.The perimeter is 72 in. What is the width? \n" ); document.write( "
Algebra.Com's Answer #609043 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The width of a rectangle is one-third of the length.The perimeter is 72 in. What is the width? \n" ); document.write( "let x=width of rectangle \n" ); document.write( "3x=length of rectangle \n" ); document.write( "2(width+length=perimeter \n" ); document.write( "2(x+3x)=72 \n" ); document.write( "8x=72 \n" ); document.write( "x=9 \n" ); document.write( "3x=27 \n" ); document.write( "width of rectangle=9 in \n" ); document.write( "3x=length of rectangle=27 in \n" ); document.write( " |