SOLUTION: The sum of three consecutive even numbers is 150. Find the numbers. Please help! Thanks!

Algebra ->  Equations -> SOLUTION: The sum of three consecutive even numbers is 150. Find the numbers. Please help! Thanks!      Log On


   



Question 156715: The sum of three consecutive even numbers is 150. Find the numbers.
Please help!
Thanks!

Found 5 solutions by josmiceli, nerdybill, oscargut, checkley77, jim_thompson5910:
Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
If I call the 1st number n, then the next number must be
n+%2B+1, and the 3rd number will be n+%2B+2
n+%2B+%28n+%2B+1%29+%2B+%28n+%2B+2%29+=+150
3n+%2B+3+=+150
3n+=+147
n+=+49
n+%2B+1+=+50
n+%2B+2+=+51
The numbers are 49, 50, and 51
check answer:
n+%2B+%28n+%2B+1%29+%2B+%28n+%2B+2%29+=+150
49+%2B+50+%2B+51+=+150
150+=+150
OK

Answer by nerdybill(7384) About Me  (Show Source):
You can put this solution on YOUR website!
The sum of three consecutive even numbers is 150. Find the numbers.
.
Let x = 1st consecutive even number
then
x+2 = 2nd consecutive even number
x+4 = 3rd consecutive even number
.
x + (x+2) + (x+4) = 150
3x + 6 = 150
3x = 144
x = 48 (1st consecutive even number)
x+2 = 50 (2nd consecutive even number)
x+4 = 52 (3rd consecutive even number)

Answer by oscargut(2103) About Me  (Show Source):
You can put this solution on YOUR website!
Let n,n+2 and n+4 consecutive even numbers
then
n%2B%28n%2B2%29%2B%28n%2B4%29=150
then
3n%2B6=150
then
3n=144
then
n=48
Then
Numbers are: 48,50 and 52


Answer by checkley77(12844) About Me  (Show Source):
You can put this solution on YOUR website!
x+(x+2)+(x+4)=150
3x+6=150
3x=150-6
3x=144
x=144/3
x=48 the smallest even number.
48+2=50 the middle even number
48+4=52 the larest even number.
Proof:
48=50=52=150
150=150
SHORTCUT:
150/3=50 THIS IS THE MIDDLE NUMBER (X+2)

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
"consecutive even numbers" are integers such as 2, 4, 6, 8, 10, etc. Algebraically, they follow the pattern 2x, 2x%2B2, 2x%2B4, etc

So if "The sum of three consecutive even numbers is 150", then the equation is


2x%2B2x%2B2%2B2x%2B4=150


6x%2B6=150 Combine like terms on the left side.


6x=150-6 Subtract 6 from both sides.


6x=144 Combine like terms on the right side.


x=%28144%29%2F%286%29 Divide both sides by 6 to isolate x.


x=24 Reduce.


--------------------------


2x Go back to the expression that represents the first number


2%2824%29 Plug in x=24


48 Multiply. So the first number is 48


---------------------------


2x%2B2 Go back to the expression that represents the second number


2%2824%29%2B2 Plug in x=24


48%2B2 Multiply.


50 Add. So the second number is 50



---------------------------


2x%2B4 Go back to the expression that represents the third number


2%2824%29%2B4 Plug in x=24


48%2B4 Multiply.


52 Add. So the third number is 52


==============================

Answer:

So the three consecutive even numbers is 48, 50, and 52


Check:

1)
they are consecutive even integers...check

2)
48+50+52=150
150=150 ... works