document.write( "Question 676834: The perimeter of a rectangle is 152cm. The width is 35cm. Find the length.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #420618 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The perimeter of a rectangle is 152cm. The width is 35cm. Find the length. \n" ); document.write( "-------------- \n" ); document.write( "P = 2W + 2L \n" ); document.write( "152 = 2*35 + 2L = 70 + 2L \n" ); document.write( "2L = 82 \n" ); document.write( "L = 41 cm \n" ); document.write( " |