document.write( "Question 520913: the length of a rectangle is three times its width. the perimeter is 24 ft. find the dimensions of the rectangle \n" ); document.write( "
Algebra.Com's Answer #346264 by deborabr(181) You can put this solution on YOUR website! width = x \n" ); document.write( "length = 3x \n" ); document.write( "perimeter is 2x + 2(3x)= 24 \n" ); document.write( "2x+6x=24 \n" ); document.write( "8x=24 \n" ); document.write( "x=24/8 \n" ); document.write( "x=3 \n" ); document.write( "width = 3 ft \n" ); document.write( "length = 3*3 = 9 ft \n" ); document.write( " \n" ); document.write( " |