Question 305835
Three numbers, x, y, z; (x is the largest)
The sum of three number is 65.
x + y + z = 65
:
 The first is twice the second.
x = 2y
:
 The third is the result obtained by subtracting 5 from the second.
z = (y-5)
:
find the largest number.
:
Using the first equation, replace x with 2y and z with (y-5)
2y + y + (y-5) = 65
4y = 65 + 5
4y = 70
y = {{{70/4}}}
y = 17.5
then
x = 2(17.5)
x = 35 is the largest number
and
z = 17.5 - 5
z = 12.5
;
:
Check solution
35 + 17.5 + 12.5 = 65