document.write( "Question 190530: find the length and width of a rectangle lot with a perimeter of 70 meters if the length is 5 meters more than the width.\r
\n" );
document.write( "\n" );
document.write( "i know the length is 20 and the width is 15 but I need the formula or the steps of how to get the answer \n" );
document.write( "
Algebra.Com's Answer #142985 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the length and width of a rectangle lot with a perimeter of 70 meters if the length is 5 meters more than the width. \n" ); document.write( "------------------------ \n" ); document.write( "Let the width = \"x\", \n" ); document.write( "then thelength = \"x+5\" \n" ); document.write( "------------------------------ \n" ); document.write( "Perimeter = 2(length + width) \n" ); document.write( "70 = 2(x+5 + x) \n" ); document.write( "35 = 2x+5 \n" ); document.write( "2x = 30 \n" ); document.write( "x = 15 meters(this is the width) \n" ); document.write( "x+5 = 20 meters (this is the length) \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |