document.write( "Question 87134:  The sum of three consective even integers is 114\r
\n" );
document.write( "\n" );
document.write( "a. Define variables for the smalles integer  (36)?
\n" );
document.write( "b. Define variables to represent the 2nd and 3rd integers (38, 40)?
\n" );
document.write( "c. Write an equation for the sum of the tree consecutive even integers.
\n" );
document.write( "d. Solve the equation to find the three even integers.
\n" );
document.write( "  \n" );
document.write( "
| Algebra.Com's Answer #63170 by josmiceli(19441)     You can put this solution on YOUR website! You have to make sure the variables are even, To do this, \n" ); document.write( "call the 1st integer \n" ); document.write( "call the 2nd integer \n" ); document.write( "call the 3rd integer \n" ); document.write( "Now sove for k \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The integers are, therefore \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |