document.write( "Question 876960: find the three consecutive integers whose sum is 99 \n" ); document.write( "
Algebra.Com's Answer #529085 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find the three consecutive integers whose sum is 99 \n" ); document.write( "----------- \n" ); document.write( "99/3 = the middle integer \n" ); document.write( "====== \n" ); document.write( "(n-1) + n + (n+1) = 99 \n" ); document.write( "---- \n" ); document.write( "The hard way: \n" ); document.write( "n + (n+1) + (n+2) = 99 \n" ); document.write( " \n" ); document.write( " |