document.write( "Question 821827: the sum of the squares of two consecutive positive even integers is 164. find the two integers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #494447 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "y = x + 2 \n" ); document.write( "xx + yy = 164 \n" ); document.write( "xx + (x + 2)(x + 2) = 164 \n" ); document.write( "xx + xx + 4x + 4 = 164 \n" ); document.write( "2xx + 4x - 160 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=2, b=4, and c=-160 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "2 4 -160 \n" ); document.write( "into this solver: 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( "x = 8 \n" ); document.write( "x = -10 \n" ); document.write( "--- \n" ); document.write( "the negative root doesn't meet the requirements of the problem statement, so use the positive root \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = 8 \n" ); document.write( "y = 10 \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( " |