document.write( "Question 17720: A rectangular field is three times as long as it is wide. if the perimeter of the field is 400 yards, what are the field`s dimentions? \n" ); document.write( "
Algebra.Com's Answer #8572 by xcentaur(357)![]() ![]() ![]() You can put this solution on YOUR website! let length be x and width be y \n" ); document.write( "then x=3y \n" ); document.write( "2(x+y)=400 \n" ); document.write( "x+y=200 \n" ); document.write( "3y+y=200 \n" ); document.write( "4y=200 \n" ); document.write( "y=50 \n" ); document.write( "x=3*50=150 \n" ); document.write( "
|