document.write( "Question 110024: Write an expression for the sum of an even integer and the next two even integers. #12. The sum of i/4 of an integer, i/5 of the next integer, and i/2 of the following integer. \n" ); document.write( "
Algebra.Com's Answer #80519 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Write an expression for the sum of an even integer and the next two even integers.
\n" ); document.write( "Let x = the 1st integer:
\n" ); document.write( "x + (x+2) + (x+4)
\n" ); document.write( "3x + 6
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "The sum of i/4 of an integer, i/5 of the next integer, and i/2 of the following integer.
\n" ); document.write( "Let x = the 1st integer:
\n" ); document.write( ":
\n" ); document.write( "\"%28i%2F4%29\"x + \"%28i%2F5%29\"(x+1) + \"%28i%2F2%29\"(x+2)
\n" ); document.write( ":
\n" ); document.write( "Put it over a common denominator (20):
\n" ); document.write( "\"%285i%2F20%29\"x + \"%284i%2F20%29\"(x+1) + \"%2810i%2F20%29%29\"(x+2)
\n" ); document.write( ":
\n" ); document.write( "\"%285xi%2F20%29\" + \"%284xi%2B4i%29%2F20\" + \"%2810xi%2B20i%29%2F20%29%29\"
\n" ); document.write( ":
\n" ); document.write( "\"%285xi+%2B+4xi+%2B+4i+%2B+10xi+%2B+20i%29%2F20%29%29\"
\n" ); document.write( ":
\n" ); document.write( "\"%2819xi+%2B+24i%29%2F20%29%29\"
\n" ); document.write( ":
\n" ); document.write( "\"%28i%2819x+%2B+24%29%29%2F20%29%29\"\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );