document.write( "Question 272274: find three consecutive integers with a sum of 204.
\n" );
document.write( "i got for this one 68, 67, 69. is this right\r
\n" );
document.write( "\n" );
document.write( "find three consecutive integers with a sum of -99
\n" );
document.write( "-32,-33,-34. is thisright\r
\n" );
document.write( "\n" );
document.write( "find three consecutive odd integers such that the sum ofthe first and third equals the sum of th second and 31
\n" );
document.write( "i cant seem to figure this one out \n" );
document.write( "
Algebra.Com's Answer #199245 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! the first two are right. \n" ); document.write( ": \n" ); document.write( "Here's how to get the equation for the the third one \n" ); document.write( ": \n" ); document.write( "find three consecutive odd integers \n" ); document.write( "x, (x+2), (x+4) \n" ); document.write( ": \n" ); document.write( "such that the sum of the first and third equals the sum of the second and 31 \n" ); document.write( "x + (x+4) = (x+2) + 31 \n" ); document.write( "2x + 4 = x + 33 \n" ); document.write( ": \n" ); document.write( "I's sure you can figure it out now \n" ); document.write( " |