document.write( "Question 1172240: Solve the problems in one variable.\r
\n" );
document.write( "\n" );
document.write( "The perimeter of the rectangle is 304 cm. The length is 40 cm longer than the width. Find the length and the width. \n" );
document.write( "
Algebra.Com's Answer #797200 by Boreal(15235) You can put this solution on YOUR website! width=x cm \n" ); document.write( "length=x+40 cm \n" ); document.write( "perimeter = 2l +2w=2(2x+40)=4x+80 cm=304 cm \n" ); document.write( "4x=224 cm \n" ); document.write( "x=56 cm width \n" ); document.write( "x+40=96 cm length \n" ); document.write( "half perimeter is 152 cm, which checks. \n" ); document.write( " |