document.write( "Question 1002257: The length of a rectangular field is 8m more than its width and the perimeter of the field is 76m find the length of the field ? \n" ); document.write( "
Algebra.Com's Answer #619219 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make the width = 'x' \n" ); document.write( "Length = 8 + x \n" ); document.write( "Perimeter of a rectangle \n" ); document.write( "= 2 x Width + 2 x Length \n" ); document.write( "76 = 2(x) + 2(8 + x) \n" ); document.write( "76 = 2x + 16 + 2x \n" ); document.write( "Collect like terms: \n" ); document.write( "2x + 2x = 76 - 16 \n" ); document.write( "4x = 60 \n" ); document.write( "x = 15 \n" ); document.write( "Width = 15m \n" ); document.write( "Length = 23m \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |