39.9k views
3 votes
Given three consecutive even integers whose sum is 54, find the largest of the three integers.

User Kevin Weil
by
4.0k points

2 Answers

1 vote

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 Jhui
by
5.1k points
4 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 SuperUntitled
by
4.4k points