document.write( "Question 321618: The sum of two consecutive even integers is equal to 30. What is the smaller integer? \n" ); document.write( "
Algebra.Com's Answer #230300 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the numbers be x & x+2
\n" ); document.write( "x+x+2=30
\n" ); document.write( "2x+2=30
\n" ); document.write( "2x=30-2
\n" ); document.write( "2x=28
\n" ); document.write( "x=28/2
\n" ); document.write( "x=14
\n" ); document.write( " ..
\n" ); document.write( "The numbers are 14 & 16
\n" ); document.write( "
\n" );