document.write( "Question 354749: The length of a rectangle is 2 more than half the width. If the perimeter is 2, find the length and width \n" ); document.write( "
Algebra.Com's Answer #253435 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
L=W/2+2
\n" ); document.write( "2L+2W=2
\n" ); document.write( "2(W/2+2)+2W=2
\n" ); document.write( "W+4+2W=2
\n" ); document.write( "3W=2-4
\n" ); document.write( "3W=-2
\n" ); document.write( "W=-2/3 ANS. FOR THE WIDTH.
\n" ); document.write( "********************************
\n" ); document.write( "Something is wrong here.
\n" ); document.write( "Can't have a negative width.
\n" ); document.write( "Is there something missing from the problem?
\n" ); document.write( "
\n" );