Question 1173194
.
<pre>

Three triples are

(a,b,c) = (1,6,8) :   1^2 + 6^2 + 8^2 = 101


(d,e,f) = (2,4,9) :   2^2 + 4^2 + 9^2 = 101


(g,h,i) = (4,6,7) :   4^2 + 6^2 + 7^2 = 101


Then the sum  abc + def + ghi   is   1*6*8 + 2*4*9 + 4*6*7 = 288.    <U>ANSWER</U>
</pre>

Solved.