document.write( "Question 1026790: he width of a rectangle is 2 less than one half its length. if perimeter is 86 cm whats the equation \n" ); document.write( "
Algebra.Com's Answer #642146 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make length = x \n" ); document.write( "width = x/2 - 2 \n" ); document.write( "Perimeter = 2(length) + 2(width) \n" ); document.write( "86 = 2(x) + 2(x/2 - 2) \n" ); document.write( "86 = 2x + x - 4 \n" ); document.write( "Collect like terms: \n" ); document.write( "2x + x = 86 + 4 \n" ); document.write( "3x = 90 \n" ); document.write( "x = 30 \n" ); document.write( "Length = 30cm \n" ); document.write( "Width = 13cm \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |