document.write( "Question 941555: The width of a rectangular lawn is 15 meters less than the length. Find the dimensions of the lawn if the perimeter is 86 meters. \n" ); document.write( "
Algebra.Com's Answer #573978 by srinivas.g(540) You can put this solution on YOUR website! let x be the length of rectangular \n" ); document.write( " width =x-15 \n" ); document.write( " perimeter = 86 meters \n" ); document.write( " formula : perimeter = 2( length+width) \n" ); document.write( " 86 = 2(x+(x-15)) \n" ); document.write( " 86 =2(2x-15) \n" ); document.write( " 86 =4x-30 \n" ); document.write( " 86+30 = 4x \n" ); document.write( " 116 = 4x \n" ); document.write( " divide with 4 on both sides \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " length (x) =29 m \n" ); document.write( "width (x-15) = 29-15 \n" ); document.write( " = 14 m \n" ); document.write( " Result : length =29 m , width = 14 m\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |