document.write( "Question 1007386: A rectangular swimming pool is 10 meters longer than twice its width. Determine the dimensions of the pool if the perimeter of the pool is 140 meters. \n" ); document.write( "
Algebra.Com's Answer #623304 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 2L+2W= Perimeter \n" ); document.write( "2L+2W= 140 \n" ); document.write( "-------------------- \n" ); document.write( "L= 2W+10 Let's use this value for L: \n" ); document.write( "2L+2W= 140 \n" ); document.write( "2(2W+10)+2W= 140 Multiply on left to remove parenthesis \n" ); document.write( "4W+20+2W= 140 Add W on left and subtract 20 on both sides \n" ); document.write( "6W= 120 Divide both sides by 6 \n" ); document.write( "W= 20 This is the width, and the problem says that the length is: \n" ); document.write( "L= 2(20)+10= 50 \n" ); document.write( "--------------------------- \n" ); document.write( "Check: \n" ); document.write( "2(50)+2(20)= 140 \n" ); document.write( "100+40= 140 \n" ); document.write( "140= 140 We have the correct answer \n" ); document.write( " |