document.write( "Question 948696: Find three consecutive integers such that three times the sum of the first and the last is 552. Help would be appreciated, been trying to solve it for about a day. \n" ); document.write( "
Algebra.Com's Answer #579098 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find three consecutive integers \n" ); document.write( "n, (n+1), (n+2) \n" ); document.write( ": \n" ); document.write( "such that three times the sum of the first and the last is 552. \n" ); document.write( "3(n + (n+2)) = 552 \n" ); document.write( "3(2n + 2) = 552 \n" ); document.write( "6n + 6 = 552 \n" ); document.write( "6n = 552 - 6 \n" ); document.write( "6n = 546 \n" ); document.write( "n = 546/6 \n" ); document.write( "n = 91 is the 1st integer, then obviously, 92 and 93 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this \n" ); document.write( "3(91 + 93) = \n" ); document.write( "3 * 185 = 552 \n" ); document.write( " |