71.7k views
5 votes
Find two consecutive even integers such that the sum of the larger and three times the smaller is 234

User Huisinro
by
6.8k points

1 Answer

3 votes

Represent even numbers as "2n" since each is a multiple of 2.

Represent odd numbers as "2n+1" since each is one more than an even.

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

Your problem:

smaller # : 2n

larger #: 2n+2

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

EQUATION:

2n+2 + 3(2n) = 234

8n = 232

n = 29

---------

smaller = 2*29 = 58

larger = 2n+2 = 60

User DEHAAS
by
6.1k points