69,381 views
9 votes
9 votes
Given three consecutive even integers whose sum is 54, find the largest of the three integers.

User Matt Todd
by
2.9k points

2 Answers

6 votes
6 votes

Answer:

The largest of the three numbers is 20

Explanation:

16, 18, 20

(n) + n+2 + n+4

Note:

We only took even numbers

User Bsn
by
2.7k points
17 votes
17 votes

Answer:

20

Explanation:

Let the least integer = x. The three consecutive even integers can be denoted as:

x , x + 2 , x + 4

Set the equation:

(x) + (x + 2) + (x + 4) = 54

Simplify. Combine like terms:

(x + x + x) + (2 + 4) = 54

(3x) + (6) = 54

3x + 6 = 54

Isolate the variable, x. Note the equal sign, what you do to one side, you do to the other. Do the opposite of PEMDAS.

PEMDAS is the order of operation and stands for:

Parenthesis

Exponents (& Roots)

Multiplication

Division

Addition

Subtraction

~

First, subtract 6 from both sides of the equation:

3x + 6 (-6) = 54 (-6)

3x = 54 - 6

3x = 48

Next, divide 3 from both sides of the equation:

(3x)/3 = (48)/3

x = 48/3

x = 16

~

Next, find the largest of the three integers, which was denoted as x + 4:

x + 4

(16) + 4 = 20

20 is the largest integer.

Check:

x + (x + 2) + (x + 4) = 54

16 + (16 + 2) + (16 + 4) = 54

16 + 18 + 20 = 54

16 + 38 = 54

54 = 54 (True).

~

User Thtsigma
by
2.8k points