If the sum of four consecutive numbers is n, what is the first one?
Hello Guest!
The first one is x.
x+(x+1)+(x+2)+(x+(4−1))=nn=4x+1+2+3x=n−(1+2+3)4
x=n−64
If the sum of z consecutive numbers is n, what is the first one?
x+(x+1)+(x+2) + ... + (x+z−1)=n
(x+(x+z−1)2×z=n2x+z−12×z=n2x+z−1=2nz2x=2nz−z+1x=(2nz−z+1)/2general formula
sample
4+5+6+7+8+9 z=6 n=39 x=4
x=(2nz−z+1)/2=(2⋅396−6+1)/2=4.
!