document.write( "Question 810390: the length of a rectangular garden is 4 yards more than its width. The area of the garden is 60 square yards. Find the dimensions of the garden.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #488088 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! L = W + 4 \n" ); document.write( "LW = 60 \n" ); document.write( "--- \n" ); document.write( "LW = 60 \n" ); document.write( "(W + 4)W = 60 \n" ); document.write( "W^2 + 4W + (-60) = 0 \n" ); document.write( "--- \n" ); document.write( "above is in quadratic equation form: ax^2 + bx + c = 0 \n" ); document.write( "--- \n" ); document.write( "use the quadratic formula to solve for two solutions: \n" ); document.write( "x = ( -b +- sqrt( bb - 4ac ) ) / 2a \n" ); document.write( "--- \n" ); document.write( "the two solutions are: \n" ); document.write( "W = 6 \n" ); document.write( "W = -10 \n" ); document.write( "the negative solution doesn't make sense for length, so use the positive solution. \n" ); document.write( "--- \n" ); document.write( "L = 10 \n" ); document.write( "W = 6 \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( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |