document.write( "Question 535114: The length of a rectangle is 3 times the width, and the perimeter is 22. Find the dimensions of the rectangle. \r
\n" );
document.write( "\n" );
document.write( "{Width is? , Length is?}
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #802978 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! width = w \n" ); document.write( "length = 3w\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "perimeter = 2(w) + 2(3w) = 22 \n" ); document.write( "8w = 22\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "width = w = 11/4 \n" ); document.write( "length = 3w = 33/4 \n" ); document.write( " |