document.write( "Question 422565: The length of a rectangle is 1 inch less than 3 times the width. The perimeter is 38 in. What are the dimensions of the rectangle? Write the system of equations based on the given information. \n" ); document.write( "
Algebra.Com's Answer #294934 by sudhanshu_kmr(1152)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "let width =x , length = 3x -1\r
\n" ); document.write( "\n" ); document.write( "perimeter = 2(x+3x-1)\r
\n" ); document.write( "\n" ); document.write( "so, 2(x+3x-1) = 38\r
\n" ); document.write( "\n" ); document.write( "=> x = 5\r
\n" ); document.write( "\n" ); document.write( "length = 14\r
\n" ); document.write( "\n" ); document.write( "so, dimension is : 14 X 5 .\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );