document.write( "Question 819991: What two numbers add together to make 94 and multiply together to get 360 ? \n" ); document.write( "
Algebra.Com's Answer #493316 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! i + j = 94 \n" ); document.write( "j = 94 - i \n" ); document.write( "ij = 360 \n" ); document.write( "--- \n" ); document.write( "ij = 360 \n" ); document.write( "i(94 - i) = 360 \n" ); document.write( "94i - ii - 360 = 0 \n" ); document.write( "-ii + 94i - 360 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=-1, b=94, and c=-360 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, plug this: \n" ); document.write( "-1 94 -360 \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( "i = 4 \n" ); document.write( "j = 90 \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( " |