document.write( "Question 350485: the perimeter of a certain soccer field is 310m. the lenght is 65 more than the width. what are the dimension? \n" ); document.write( "
Algebra.Com's Answer #250607 by benazir.sj@gmail.com(109)![]() ![]() You can put this solution on YOUR website! let width =x \n" ); document.write( "length =x+65 \n" ); document.write( "given perimeter =310 \n" ); document.write( "perimeter =2(l+w) \n" ); document.write( "310=2(x+65+x) \n" ); document.write( "310=2(2x+65) \n" ); document.write( "310=4x+130 \n" ); document.write( "310-130=4x \n" ); document.write( "180=4x \n" ); document.write( "x=180/4 \n" ); document.write( "x=45 \n" ); document.write( "therefore; \n" ); document.write( "width =45 \n" ); document.write( "and length =x+65 \n" ); document.write( " =45+65 \n" ); document.write( " =110 \n" ); document.write( " |