199k views
4 votes
Solve the following problem. Be sure to show all steps (V.E.S.T.) and work in order to receive full credit.

The sum of three numbers is 26. The second number is twice the first and the third number is 6 more than the second. Find the numbers.

1 Answer

5 votes

Answer:

The numbers are 4, 8 and 14

Explanation:

Required

Determine the three numbers

We start by declaring the variables

Let the three numbers be
x,\ y\ and\ z\ respectively

Next, we write the relationships between the numbers


y = 2 * x --- Second = Twice the first


z = 6 + y --- Third = 6 more than second


x + y + z = 26 --- Sum of the three numbers

Then, we solve for each number


y = 2 * x


z = 6 + y


x + y + z = 26

Substitute 6 + y for x in
x + y + z = 26


x + y + 6 + y =26

Collect Like Terms


x + y + y = 26 - 6


x + 2y = 20

Substitute 2 * x for y in
x + 2y = 20


x + 2(2*x) = 20


x + 4*x = 20


x + 4x = 20


5x = 20

Solve for x


x = (20)/(5)


x = 4

Recall that:


y = 2 * x


y = 2 * 4


y = 8

Recall that:


z = 6 + y


z = 6 + 8


z = 14

Hence, the numbers are 4, 8 and 14

To test the result:


x + y + z = 26


4 + 8 + 14 = 26


26= 26

User Jessika
by
7.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.