The product N of three positive integers is 9 times their sum, and one of the integers is the sum of the other two. Find the sum of all possible values of N.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the three integers be a, b, c.
N = abc = 9(a + b + c) and c = a + b.
N = ab(a + b) = 9(a + b + a + b) = 18 (a + b).
Since a and b are positive, ab = 18 so {a, b} is one of ( 1,18) (2, 9) (3, 6).
c= a+b is one of 19, 11, 9.
N is one of 342, 198, 162.
Sum of all values is 702.