document.write( "Question 123669: The Length of a rectangle is twice the width; the perimeter is 42 inches. Find the width \n" ); document.write( "
Algebra.Com's Answer #90718 by nadinadan(32)\"\" \"About 
You can put this solution on YOUR website!
Let's change the words into math operations.
\n" ); document.write( "L=2W
\n" ); document.write( "2L+2W=42 Replace the L from the first equation into the second one.
\n" ); document.write( "so, 4W+2W=42 so 6W=42 so W=7 and replace W in the first equation and L=2x7=14
\n" ); document.write( "
\n" );