document.write( "Question 1173194: There are three triples of positive integers (a,b,c, d,e,f and g,h,i) such that a^2 + b^2 + c^2 = d^2 + e^2+ f^2 = g^2 + h^2 + i^2 = 101. What is the sum of abc + def + ghi? \n" ); document.write( "
Algebra.Com's Answer #798386 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "Three triples are\r\n" ); document.write( "\r\n" ); document.write( "(a,b,c) = (1,6,8) : 1^2 + 6^2 + 8^2 = 101\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "(d,e,f) = (2,4,9) : 2^2 + 4^2 + 9^2 = 101\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "(g,h,i) = (4,6,7) : 4^2 + 6^2 + 7^2 = 101\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then the sum abc + def + ghi is 1*6*8 + 2*4*9 + 4*6*7 = 288. ANSWER\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |