document.write( "Question 857173: The perimeter of a rectangle is 38 inches. If the length of the rectangle is six inches less than four times the width, find the area of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #516391 by rvfer(117)\"\" \"About 
You can put this solution on YOUR website!
38=2(4w-6)+2w
\n" ); document.write( "38=8w-12+2w
\n" ); document.write( "38=10w-12
\n" ); document.write( "38+12=10w
\n" ); document.write( "50=10w
\n" ); document.write( "w=50/10
\n" ); document.write( "w=5
\n" ); document.write( "---------------
\n" ); document.write( "A=wl
\n" ); document.write( "A=5*(4*5-6)
\n" ); document.write( "A=5*14
\n" ); document.write( "A=70 sq in
\n" ); document.write( "
\n" ); document.write( "
\n" );