document.write( "Question 328445: a rectangle has a length of x=2,a width of 7,and a perimeter of 32. The value of x is what? \n" ); document.write( "
Algebra.Com's Answer #235404 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! You've given the value of x=2 which doesn't match the problem. \n" ); document.write( "----------------------------------------------------------------- \n" ); document.write( "L=X \n" ); document.write( "W=7 \n" ); document.write( "P=2L+2W \n" ); document.write( "32=2X+2*7 \n" ); document.write( "32=2X+14 \n" ); document.write( "2X=32-14 \n" ); document.write( "2X=18 \n" ); document.write( "X=18/2 \n" ); document.write( "X=9 ANS. \n" ); document.write( " |