document.write( "Question 935614: The sum of four consecutive integers decreased by 18 is greater than twice the smallest of the four. What are the four smallest such integers? \n" ); document.write( "
Algebra.Com's Answer #568878 by MathLover1(20849)\"\" \"About 
You can put this solution on YOUR website!
four consecutive integers can be expressed as \"x\", \"x%2B1\", \"x%2B2\",\"x%2B3\" where \"x\" is the smallest of the four\r
\n" ); document.write( "\n" ); document.write( "if the sum of four consecutive integers decreased by \"18\" is greater than twice the smallest of the four, we have\r
\n" ); document.write( "\n" ); document.write( "\"x%2Bx%2B1%2Bx%2B2%2Bx%2B3-18%3E2x\"\r
\n" ); document.write( "\n" ); document.write( "\"4x%2B6-18%3E2x\"\r
\n" ); document.write( "\n" ); document.write( "\"4x-12%3E2x\"\r
\n" ); document.write( "\n" ); document.write( "\"4x-2x%3E12\"\r
\n" ); document.write( "\n" ); document.write( "\"2x%3E12\"\r
\n" ); document.write( "\n" ); document.write( "\"x%3E6\"\r
\n" ); document.write( "\n" ); document.write( "integers are: \"7\",\"8\",\"9\",\"10\"\r
\n" ); document.write( "\n" ); document.write( "check:\r
\n" ); document.write( "\n" ); document.write( " \"7%2B8%2B9%2B10-18%3E2%2A7\"\r
\n" ); document.write( "\n" ); document.write( " \"34-18%3E14\"\r
\n" ); document.write( "\n" ); document.write( "\"16%3E14\"
\n" ); document.write( "
\n" );