document.write( "Question 953452: the lengh of a rectangle is 10 feet longer than the with. if the perimeter is 96 feet find the lengh and the with of the perimeter \n" ); document.write( "
Algebra.Com's Answer #582237 by addingup(3677)![]() ![]() You can put this solution on YOUR website! So you say that: \n" ); document.write( "L = W+10 \n" ); document.write( "The perimeter is: \n" ); document.write( "2L + 2W = 96 And since we just said that L = W+10, let's substitute like this: \n" ); document.write( "2(W+10) + 2W = 96 Multiply of the left: \n" ); document.write( "2W + 20 + 2W = 96 Add W's on left and subtract 20 on both sides: \n" ); document.write( "4W = 76 Divide both sides by 4: \n" ); document.write( "W = 19 <-- This is the Width. And we said the length is 10 more: \n" ); document.write( "L = 19+10 = 29 \n" ); document.write( "Proof: \n" ); document.write( "2L + 2W = 96; 2(29) + 2(19) = 96; 58 + 38 = 96; 96 = 96 We've got the right answer. \n" ); document.write( " |