document.write( "Question 932990: The sum of an even number and five times its consecutive even number is more that 92. What is the lowest even number that works with this condition? \n" ); document.write( "
Algebra.Com's Answer #566494 by TimothyLamb(4379) You can put this solution on YOUR website! x + 5(x + 2) > 92 \n" ); document.write( "x + 5x + 10 > 92 \n" ); document.write( "6x > 82 \n" ); document.write( "x > 82/6 \n" ); document.write( "x > 13.6666666666 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = 14 \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( " |