SOLUTION: The sum of three numbers is 69. If the second number is equal to the first diminished by 8, and the third number is 5 times the first. What are the numbers?
Algebra ->
Customizable Word Problem Solvers
-> Finance
-> SOLUTION: The sum of three numbers is 69. If the second number is equal to the first diminished by 8, and the third number is 5 times the first. What are the numbers?
Log On
Question 268603: The sum of three numbers is 69. If the second number is equal to the first diminished by 8, and the third number is 5 times the first. What are the numbers? Answer by drk(1908) (Show Source):
You can put this solution on YOUR website! a + b + c = 69
b = a - 8
c = 5a
---
by substitution, we get
a + a - 8 + 5a = 69
combine like terms to get
7a - 8 = 69
add 8 to get
7a = 77
divide to get
a = 11
b = 3
c = 55