document.write( "Question 981235: The perimeter of a rectangular swimming pool is 86 m and its area is 450 m^2
\n" );
document.write( "A. How would you represent the length and the width of the swimming pool?
\n" );
document.write( "B. What equation represents the perimeter of the swimming pool? How about the equation that represents its are?
\n" );
document.write( "C. How would you find the length and the width of the swimming pool?
\n" );
document.write( "D. What is the length of the swimming pool? How about its width? Explain how you arrived at your answer.
\n" );
document.write( "E. How would you check if the dimension of the swimming pool obtain satisfy the conditions of the given equation?
\n" );
document.write( "F.suppose you have the dimension of the swimming pool are both doubled, how would it affect its perimeter? How about its area?\r
\n" );
document.write( "\n" );
document.write( "Hope you answer it. Thanks. \n" );
document.write( "
Algebra.Com's Answer #602270 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Let l be the length and w be the width \n" ); document.write( "Perimeter (P) = 2l + 2w \n" ); document.write( "Area (A) = l * w \n" ); document.write( "*********************************************************** \n" ); document.write( "A. let l be length and w be width \n" ); document.write( "B. P = 2l + 2w, A = l * w \n" ); document.write( "C. we have two equations in two unknowns, solve by substitution \n" ); document.write( "D. we are given \n" ); document.write( "1) 86 = 2l + 2w \n" ); document.write( "2) 450 = l * w \n" ); document.write( "consider the first equation \n" ); document.write( "86 = 2l + 2w \n" ); document.write( "divide both sides of = by 2 \n" ); document.write( "43 = l + w, then \n" ); document.write( "l = 43 - w \n" ); document.write( "now substitute for l in our second equation \n" ); document.write( "450 = (43 - w) * w \n" ); document.write( "450 = 43w - w^2 \n" ); document.write( "rearrange terms \n" ); document.write( "w^2 - 43w + 450 = 0 \n" ); document.write( "factor the quadratic equation \n" ); document.write( "(w - 25) * (w - 18) = 0 and \n" ); document.write( "w = 25 or w = 18 \n" ); document.write( "note that 25 * 18 = 450 = A, therefore \n" ); document.write( "choose l = 25 m and w = 18 m \n" ); document.write( "E.check our dimensions with the equation for P \n" ); document.write( "86 = (2 * 25) + (2 * 18) \n" ); document.write( "86 = 50 + 36 \n" ); document.write( "86 = 86 \n" ); document.write( "our dimensions check \n" ); document.write( "F.if we double our dimensions we have l = 50 and w = 36 then \n" ); document.write( "P' = 2*50 + 2*36 = 172 therefore we double P \n" ); document.write( "A' = 50 * 36 = 1800 therefore we quad-rouble (4 times) A \n" ); document.write( " \n" ); document.write( " |