Problema Solution

The sum of three numbers is 81. The largest of the numbers is one more than ten times the smallest number and the other number is 5 times the smallest number. Find all three numbers.

Answer provided by our tutors

let 'x', 'y' and 'z' be the numbers and let x < y < z


the sum of three numbers is 81


x + y + z = 81


the largest of the numbers is one more than ten times the smallest number


z = 1 + 10x


the other number is 5 times the smallest number


y = 5x


lets plug y = 5x and z = 1 + 10x into x + y + z = 81 we get


x + 5x + (1 + 10x) = 81


by solving we find


x = 5


click here to see the step by step solution of the equation


Click to see all the steps



y = 5*5 = 25


z = 1 + 10*5 = 51


the three numbers are 5, 25 and 51.