document.write( "Question 421710: I am not sure if this is the area to do this question in but here goes. I am doing a practice final, and this question has me stumped.\r
\n" );
document.write( "\n" );
document.write( "The owner of a rectangular swimming pool, with dimensions 10 meters by 25 meters, wants to surround the pool with a concrete border of uniform width. The owner has enough concrete mix to cover 74 square meters. How wide should the border be?\r
\n" );
document.write( "\n" );
document.write( "I need the equation from beginning to end. So far I have \r
\n" );
document.write( "\n" );
document.write( "(2l+25)(2w+10)-250=74
\n" );
document.write( "(50l)(20w)\r
\n" );
document.write( "\n" );
document.write( "My original answer was 4 meters wide but that's wrong, I already know that the answer needs to be 2 meters wide but I can't figure out the equation to get me to the correct answer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #294428 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! he owner of a rectangular swimming pool, with dimensions 10 meters by 25 meters, wants to surround the pool with a concrete border of uniform width. The owner has enough concrete mix to cover 74 square meters. How wide should the border be? \n" ); document.write( ": \n" ); document.write( "Let x = the width of the concrete border \n" ); document.write( ": \n" ); document.write( "The the overall dimensions will be (2x+10) by (2x+25) \n" ); document.write( ": \n" ); document.write( "overall area - pool area = 74 sq/m \n" ); document.write( "(2x+10)(2x+25) - 250 = 74; (which essentially, is what you have) \n" ); document.write( "FOIL \n" ); document.write( "(4x^2 + 50x + 20x + 250) - 250 = 74 \n" ); document.write( "4x^2 + 70x - 74 = 0 \n" ); document.write( "Simplify, divide by 2 \n" ); document.write( "2x^2 + 35x - 37 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(2x + 37)(x - 1) = 0 \n" ); document.write( "Positive solution \n" ); document.write( "x = 1 meter wide \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "You said it should be 2, check this by finding the overall area, subtract this pool area: \n" ); document.write( "(2(1) + 10)(2(1) + 25) - 250 = \n" ); document.write( "(2+10)(2+25) - 250 = \n" ); document.write( "(12 * 27) - 250 \n" ); document.write( "324 - 250 = 74, confirms our answer of x = 1 \n" ); document.write( " \n" ); document.write( " |