document.write( "Question 1178151: Determine three consecutive even numbers such that the sum of four times the smallest number, twice the middle number and half of the biggest number is 32. \n" ); document.write( "
Algebra.Com's Answer #807312 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Three consecutive even integers can be represented by \"x\", \"x%2B2\", \"x%2B4\".\r
\n" ); document.write( "\n" ); document.write( "if the sum of four times the smallest number, twice the middle number and half of the biggest number is \"32\", we have\r
\n" ); document.write( "\n" ); document.write( "\"4x%2B2%28x%2B2%29%2B%281%2F2%29%28x%2B4%29=32\"\r
\n" ); document.write( "\n" ); document.write( "\"4x%2B2x%2B4%2Bx%2F2%2B2=32\"\r
\n" ); document.write( "\n" ); document.write( "\"6.5x%2B6=32\"\r
\n" ); document.write( "\n" ); document.write( "\"6.5x=32-6\"\r
\n" ); document.write( "\n" ); document.write( "\"6.5x=26\"\r
\n" ); document.write( "\n" ); document.write( "\"x=26%2F6.5\"\r
\n" ); document.write( "\n" ); document.write( "\"x=4\"->the smallest number\r
\n" ); document.write( "\n" ); document.write( "\"x%2B2=4%2B2=6\"\r
\n" ); document.write( "\n" ); document.write( "\"x%2B4=4%2B4=8\"\r
\n" ); document.write( "\n" ); document.write( "your numbers are: \"4\",\"6\", and \"8\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );