document.write( "Question 821626: the backyard of a neighbor's house is rectangular, and its length is 5 feet more than its width. if the area of the yard is 500 square feet, how much fencing would be required to enclose the yard \n" ); document.write( "
Algebra.Com's Answer #494276 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "x = y + 5 \n" ); document.write( "xy = 500 \n" ); document.write( "--- \n" ); document.write( "xy = 500 \n" ); document.write( "(y + 5)y = 500 \n" ); document.write( "yy + 5y - 500 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=1, b=5, and c=-500 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "1 5 -500 \n" ); document.write( "into this solver: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "the two real roots (i.e. the two x-intercepts), of the quadratic are: \n" ); document.write( "y = 20 \n" ); document.write( "y = -25 \n" ); document.write( "--- \n" ); document.write( "negative width doesn't make sense so use the positive root: \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "w = 20 ft \n" ); document.write( "L = 25 ft \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( " |