Question 1024630: what are the examples of finding totals when we add any three consecutive even numbers Found 2 solutions by macston, Alan3354:Answer by macston(5194) (Show Source):
You can put this solution on YOUR website! .
F=first number; S=second number=F+2; T=third number=F+4
.
Total=F+S+T
Total=F+(F+2)+(F+4)
Total=3F+6
.
ANSWER: The total is three times the first number plus 6.
.
You can put this solution on YOUR website! what are the examples of finding totals when we add any three consecutive even numbers
---------
The sum is 3 times the middle number.
True for even, odd or any set of evenly spaced numbers.