document.write( "Question 997621: Find three distinct even numbers that are less than 10 and have a sum of 18 \n" ); document.write( "
Algebra.Com's Answer #805637 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
x, y, z < 10
\n" ); document.write( "x + y + z = 18\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x, y, z) = (2, 4, 12), (2, 6, 10), (4, 6, 8)
\n" ); document.write( "
\n" );