document.write( "Question 293899: 3. Aimee Eslinger is planning an expansion of a square flower garden in a city park. If each side of the original garden is increased by 7 meters, the new total area of the garden will be 169 square meters. Find the length of each side of the original garden. Write the answer as a polynomial in descending powers of x.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #212167 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A square flower garden. \n" ); document.write( "If each side of the original garden is increased by 7 meters, the new total area \n" ); document.write( " of the garden will be 169 square meters. \n" ); document.write( " Find the length of each side of the original garden. \n" ); document.write( " Write the answer as a polynomial in descending powers of x. \n" ); document.write( ": \n" ); document.write( "Let x = length of the side of the original garden \n" ); document.write( "then \n" ); document.write( "(x+7) = length of the expanded garden \n" ); document.write( ": \n" ); document.write( "(x+7)^2 = 169 \n" ); document.write( "FOIL \n" ); document.write( "x^2 + 14x + 49 = 169 \n" ); document.write( ": \n" ); document.write( "x^2 + 14x + 49 - 169 = 0 \n" ); document.write( ": \n" ); document.write( "x^2 + 14x - 120 = 0; (polynomial in descending powers of x) \n" ); document.write( ": \n" ); document.write( "This will factor \n" ); document.write( "(x+20)(x-6) = 0 \n" ); document.write( "The positive solution \n" ); document.write( "x = 6 original length \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution \n" ); document.write( "(6+7)^2 = 169 \n" ); document.write( " |