document.write( "Question 994300: The perimeter of a backyard is 560 feet. If the width is 125 feet less than the length, find the length of the yard. \n" ); document.write( "
Algebra.Com's Answer #613447 by addingup(3677) You can put this solution on YOUR website! The perimeter is: 2L+2W= 560 (1st formula) \n" ); document.write( "And the problem says that: \n" ); document.write( "W= L-125 Now apply the first formula using this value for W: \n" ); document.write( "2L+2(L-125)= 560 Multiply on left \n" ); document.write( "2L+2L-250= 560 Add L on left and add 250 to both sides: \n" ); document.write( "4L= 810 Divide both sides by 4 \n" ); document.write( "L= 202.5 OK, we have our Length. And the problem says that the Width is 202.5-125= 77.5. Let's prove that we have the correct answer: \n" ); document.write( "2L+2W= 560 \n" ); document.write( "2(202.5)+2(77.5)= 560 \n" ); document.write( "405+155= 560 \n" ); document.write( "560= 560 We have the right answer. \n" ); document.write( " |