SOLUTION: what is the sum of three consecutive even intergers is less than or equal to 42.Find the largest set of these numbers

Algebra ->  Inequalities -> SOLUTION: what is the sum of three consecutive even intergers is less than or equal to 42.Find the largest set of these numbers      Log On


   



Question 640482: what is the sum of three consecutive even intergers is less than or equal to 42.Find the largest set of these numbers
Found 2 solutions by solver91311, MathLover1:
Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!


Sorry, don't know what an "interger" is. But if you meant 3 consecutive integers, then:



Solve for , then calculate and

John

My calculator said it, I believe it, that settles it
The Out Campaign: Scarlet Letter of Atheism


Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!

Consecutive even integers are integers that follow in sequence, each number being 2 more than the previous number, represented by n, n+%2B2, n+%2B+4, n+%2B+6, ...etc where n is any integer.
you are given:
n%2B%28n+%2B2%29%2B%28n+%2B4%29%3C=42...solve for n
n%2Bn+%2B2%2Bn+%2B4%3C=42
3n%2B6%3C=42
3n%3C=42-6
3n%3C=36
n%3C=36%2F3
n%3C=12.....so the largest one is 12