document.write( "Question 201090: i actually have two questions.
\n" );
document.write( "1) what is the answer to this question: the sum of two consecutive is -67
\n" );
document.write( "find the integers
\n" );
document.write( "2) the sum of two consecutive integers is 28
\n" );
document.write( "find the integers\r
\n" );
document.write( "\n" );
document.write( "how do i do this and write it out? \n" );
document.write( "
Algebra.Com's Answer #151322 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 1) what is the answer to this question: the sum of two consecutive is -67 \n" ); document.write( "find the integers \n" ); document.write( "They have to be approximately -67/2. -67/2 = -33.5, so they're -33 and -34 \n" ); document.write( "------------------ \n" ); document.write( "The hard way: \n" ); document.write( "n + (n+1) = -67 \n" ); document.write( "2n+1 = -67 \n" ); document.write( "2n = -68 \n" ); document.write( "n = -34 \n" ); document.write( "--> -34 and -33 \n" ); document.write( "------------------ \n" ); document.write( "2) the sum of two consecutive integers is 28 \n" ); document.write( "find the integers \n" ); document.write( "It's not possible for the sum of 2 consecutive integers to be an even number. \n" ); document.write( "----------------------------- \n" ); document.write( "how do i do this and write it out? \n" ); document.write( " |