document.write( "Question 974864: The length of a rectangle is 6 inches more than three times the width. The perimeter is 68 inches. Find the length and width. \n" ); document.write( "
Algebra.Com's Answer #596685 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
Length L, width w;
\n" ); document.write( "\"system%28L=6%2B3w%2C2w%2B2L=68%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"w%2BL=34\"
\n" ); document.write( "\"w%2B3w%2B6=34\"
\n" ); document.write( "\"4w%2B6=34\"
\n" ); document.write( "\"highlight%28w=7%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Use found w to evaluate L.
\n" ); document.write( "\"highlight%28L=27%29\"
\n" ); document.write( "
\n" );