document.write( "Question 85076: The perimeter of a rectangle is 94 inches: its length is 2 inches more than twice its width. Find the length of width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #61354 by mala_kumarkos@yahoo.com(10)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( " perimeter of a rectangle is=94 inches
\n" ); document.write( " width be= x inches
\n" ); document.write( " length = 2x+2 inches
\n" ); document.write( " perimeter = 2(l+w)
\n" ); document.write( " 94= 2(2x+2+x)
\n" ); document.write( " 47 = 3x+2
\n" ); document.write( " 47-2= 3x
\n" ); document.write( " 45 = 3x
\n" ); document.write( " therefore x = 45/3 =15 width = 15 inches and length = 32 inches.
\n" ); document.write( "
\n" );