document.write( "Question 849876: The length of a rectangle is three times the width. The perimeter of the rectangle is 64. Find the length and the width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #512323 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! Let width be x and length 3x \n" ); document.write( "2(l+b)=64 \n" ); document.write( "2(x+3x)=64 \n" ); document.write( "4x = 32 \n" ); document.write( "x= 8\r \n" ); document.write( "\n" ); document.write( "Width = 8 and length = 24 \n" ); document.write( " |