document.write( "Question 261390: Find three consecutive odd integers such that the sum of the first and the second is 27 less than three times the third \n" ); document.write( "
Algebra.Com's Answer #192571 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! Call the numbers N, N+1, N+2 \n" ); document.write( "Condition is 2N + 1 + 27 = 3(N + 2) \n" ); document.write( "So 2N +28 = 3N + 6 \n" ); document.write( "2N + 22 = 3N \n" ); document.write( "N = 22 \n" ); document.write( "Check, Numbers are 22, 23, 24 \n" ); document.write( "So 22 + 23 + 27 = 72 = 3 x 24 \n" ); document.write( " |