document.write( "Question 819850: [ The length of a rectangle is 7 inches more than 5 times its width, the area is 108 square inches ] \n" ); document.write( "
Algebra.Com's Answer #493347 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! L = 5w + 7 \n" ); document.write( "Lw = 108 \n" ); document.write( "--- \n" ); document.write( "Lw = 108 \n" ); document.write( "(5w + 7)w = 108 \n" ); document.write( "5ww + 7w - 108 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=5, b=7, and c=-108 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, plug this: \n" ); document.write( "5 7 -108 \n" ); document.write( "into this: 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( "w = 4 \n" ); document.write( "w = -5.4 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "L = 27 in \n" ); document.write( "w = 4 in \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( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |