document.write( "Question 821640: a gardener wishes to use 600 feet of fencing to enclosd a rectangular region and subdivide the region into two smaller rectangles . the total enclosed area is 15,000 square feet. find the dimensions of the enclosed region \n" ); document.write( "
Algebra.Com's Answer #494287 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "2x + 2y = 600 \n" ); document.write( "xy = 15000 \n" ); document.write( "--- \n" ); document.write( "2x + 2y = 600 \n" ); document.write( "2y = 600 - 2x \n" ); document.write( "y = 300 - x \n" ); document.write( "--- \n" ); document.write( "xy = 15000 \n" ); document.write( "x(300 - x) = 15000 \n" ); document.write( "300x - xx = 15000 \n" ); document.write( "-xx + 300x - 15000 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=-1, b=300, and c=-15000 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "-1 300 -15000 \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( "x = 63.3974596 \n" ); document.write( "x = 236.60254 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "w= 63.3975 ft \n" ); document.write( "L= 236.6025 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( " |