document.write( "Question 824829: The area of a rectangular wall of a barn is 32 square feet. Its length is 12 feet longer than twice its width. Find the length and width of the wall of the barn. \n" ); document.write( "
Algebra.Com's Answer #496820 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( "a = xy \n" ); document.write( "y = 2x + 12 \n" ); document.write( "--- \n" ); document.write( "32 = xy \n" ); document.write( "32 = x(2x + 12) \n" ); document.write( "32 = 2xx + 12x \n" ); document.write( "2xx + 12x - 32 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=2, b=12, and c=-32 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "2 12 -32 \n" ); document.write( "into this solver: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "this quadratic has two real roots (the x-intercepts), which are: \n" ); document.write( "x = 2 \n" ); document.write( "x = -8 \n" ); document.write( "--- \n" ); document.write( "the negative root does not fit the problem statement, so use the positive root \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = width = 2 ft \n" ); document.write( "y = length = 16 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( " |