document.write( "Question 668730: Find three consecutive integers whose sum is 75. \n" ); document.write( "
Algebra.Com's Answer #415798 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! Let n be the smallest of three consecutive. Then n+1 and n+2 are the others.\r \n" ); document.write( "\n" ); document.write( "n + n+1 + n+2 = 75\r \n" ); document.write( "\n" ); document.write( "3n +3 = 75\r \n" ); document.write( "\n" ); document.write( "3n = 72\r \n" ); document.write( "\n" ); document.write( "n = 24\r \n" ); document.write( "\n" ); document.write( "24,25,26 \n" ); document.write( " |