document.write( "Question 1166370: Find the three consecutive even integers whose sum is 42. Using variable n (use letter and no spaces in between), express your answer to the following\r
\n" );
document.write( "\n" );
document.write( "a. at the 1st no.
\n" );
document.write( "b. the 2nd no.
\n" );
document.write( "c. the 3rd no.
\n" );
document.write( "d. equation
\n" );
document.write( "e. the numbers\r
\n" );
document.write( "\n" );
document.write( "MY ANSWERS:
\n" );
document.write( "a. n
\n" );
document.write( "b. n+2
\n" );
document.write( "c. n+4
\n" );
document.write( "d. n+(n+2)+(n+4
\n" );
document.write( "e. 12,14,16\r
\n" );
document.write( "\n" );
document.write( "Can you check it? Thank you. \n" );
document.write( "
Algebra.Com's Answer #790867 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I would use n-2, n, n+2 \n" ); document.write( "3n = 42 \n" ); document.write( "etc \n" ); document.write( " |