document.write( "Question 829306: A flower garden is 4 ft longer than it is wide. Write two polynomials, one that represents the area of the garden, and one that represents the perimeter of the garden. \n" ); document.write( "
Algebra.Com's Answer #499767 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "x = width \n" ); document.write( "y = length \n" ); document.write( "--- \n" ); document.write( "y = x + 4 \n" ); document.write( "--- \n" ); document.write( "area = xy \n" ); document.write( "area = x(x + 4) \n" ); document.write( "area = x^2 + 4x \n" ); document.write( "--- \n" ); document.write( "perimeter = 2x + 2y \n" ); document.write( "perimeter = 2x + 2(x + 4) \n" ); document.write( "perimeter = 2x + 2x + 8 \n" ); document.write( "perimeter = 4x + 8 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |