SOLUTION: I need to find all sets of three consecutive positive even integers with a sum no greater than 36

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: I need to find all sets of three consecutive positive even integers with a sum no greater than 36      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 752689: I need to find all sets of three consecutive positive even integers with a sum no greater than 36
Answer by tommyt3rd(5050) About Me  (Show Source):
You can put this solution on YOUR website!
Please check your problem statement because the set of solutions is infinite:

%0D%0A%28n%29+%2B+%28n%2B1%29+%2B+%28n%2B2%29%3C=36%0D%0A

leads to n=11, but n must be even so n=10

Our list of consecutive even integers with a sum less than or equal to 36 ends with {10, 12, 14} but it has no beginning.

:)