document.write( "Question 194588: For what value of x will the rectangle at the right be a square?
\n" );
document.write( " Length = 2x+1 Width = x+2 \n" );
document.write( "
Algebra.Com's Answer #146042 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! For what value of x will the rectangle at the right be a square? \n" ); document.write( "Length = 2x+1 Width = x+2 \n" ); document.write( ": \n" ); document.write( "A square is Length = width, therefore \n" ); document.write( "2x + 1 = x + 2 \n" ); document.write( "2x - x = 2 - 1 \n" ); document.write( "x = 1 \n" ); document.write( " |