SOLUTION: True or false: every whole number greater than 10 is the sum of two or three consecutive whole numbers. If false change a condition to make true.

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: True or false: every whole number greater than 10 is the sum of two or three consecutive whole numbers. If false change a condition to make true.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 970856: True or false: every whole number greater than 10 is the sum of two or three consecutive whole numbers. If false change a condition to make true.
Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!

n is a whole number greater than or equal to 0, but how high?
2n%2B2n%2B1%2B2n%2B2%3C=10
6n%2B3%3C=10
6n%3C=13

You have just to check n for 0,1,2, no others.
Beyond n=2, the description fails. n=3 and beyond will fail to meet the worded statement.