document.write( "Question 760327: The length of a rectangle is 12. What is the width if the perimeter is 36. \n" ); document.write( "
Algebra.Com's Answer #462570 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Perimeter = 2*length + 2*width
\n" ); document.write( " 36 = 2(12) + 2(width)
\n" ); document.write( " 36 = 24 = 2*width
\n" ); document.write( " 2 * width = 36 - 24
\n" ); document.write( " 2* width = 12
\n" ); document.write( " width = 12/2
\n" ); document.write( " width = 6.
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );