Question 504849: How do you solve a problem like this? ----Find 3 consecutive integers if the sum of the first and third is 256? Answer by Maths68(1474) (Show Source):
You can put this solution on YOUR website! Let
1st Integer = x
2nd Integer = x+1
3rd Integer = x+2
==============================================
Given
(x)+(x+2)=256
x+x+2=256
2x+2=256
2x=256-2
2x=254
x=254/2
x=127
==================================================
1st Integer = x = 127
2nd Integer = x+1 = 127+1=128
3rd Integer = x+2 = 127+2=129
====================================================
Check
sum of the first and third is 256
127+129=256
256=256