document.write( "Question 812277: the product of two consecutive odd integers is fourteen more than three times the larger integer \n" ); document.write( "
Algebra.Com's Answer #489093 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! j = i + 2 \n" ); document.write( "i = j - 2 \n" ); document.write( "ij = 3j + 14 \n" ); document.write( "--- \n" ); document.write( "ij = 3j + 14 \n" ); document.write( "(j - 2)j = 3j + 14 \n" ); document.write( "jj - 2j = 3j + 14 \n" ); document.write( "jj - 5j - 14 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=1, b=-5, and c=-14 \n" ); document.write( "--- \n" ); document.write( "to solve the above equation using the quadratic formula, plug this: \n" ); document.write( "1 -5 -14 \n" ); document.write( "into this: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Answer 1: \n" ); document.write( "the roots (x-intercepts) of the above quadratic equation are: \n" ); document.write( "j = 7 \n" ); document.write( "j = -2 \n" ); document.write( "-2 is not an odd number, so the only valid root is j = 7 \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "the two consecutive odd integers are: 5, 7 \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( " |