document.write( "Question 1138427: DETERMINE ALL THE TRIPLES OF POSITIVE INTEGERS (a,b,c), SUCH THAT ab+bc+ca= abc, WHERE A IS LESS THAN B LESS THAN C \n" ); document.write( "
Algebra.Com's Answer #756218 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Given: \"ab%2Bac%2Bbc+=+abc\"

\n" ); document.write( "Move one of the terms on the left to the right side. It doesn't matter which one, because the original equation is symmetric in a, b, and c.

\n" ); document.write( "\"abc-ab+=+ac%2Bbc\"
\n" ); document.write( "\"ab%28c-1%29+=+c%28a%2Bb%29\"
\n" ); document.write( "\"ab%2F%28a%2Bb%29+=+c%2F%28c-1%29\"

\n" ); document.write( "That equation says that ab is an integer that is 1 more than (a+b). So

\n" ); document.write( "\"ab+=+a%2Bb%2B1\"

\n" ); document.write( "Now solve this equation for either variable in terms of the other. Again it doesn't matter which, because again this equation is symmetric in a and b.

\n" ); document.write( "\"ab-a+=+b%2B1\"
\n" ); document.write( "\"a%28b-1%29+=+b%2B1\"
\n" ); document.write( "\"a+=+%28b%2B1%29%2F%28b-1%29\"
\n" ); document.write( "\"a+=+%28%28b-1%29%2B2%29%2F%28b-1%29\"
\n" ); document.write( "\"a+=+1%2B2%2F%28b-1%29\"

\n" ); document.write( "1 is an integer, and a has to be an integer. That means 2/(b-1) has to be an integer; and that means (b-1) has to be a factor of 2.

\n" ); document.write( "So b-1 has to be either 1 or 2; that means b has to be either 2 or 3.

\n" ); document.write( "And now we can find all the triples a, b, and c for which the given equation is true.

\n" ); document.write( "(1) If b = 2 then

\n" ); document.write( "\"a+=+1%2B2%2F1+=+1%2B2+=+3\"

\n" ); document.write( "and then

\n" ); document.write( "\"%28ab%29%2F%28a%2Bb%29+=+c%2F%28c-1%29+=+6%2F5\" which means c is 6.

\n" ); document.write( "The three numbers a, b, and c (in no particular order) are 2, 3, and 6.

\n" ); document.write( "(2) If b = 3 then

\n" ); document.write( "\"a+=+1%2B2%2F2+=+1%2B1+=+2\"

\n" ); document.write( "and then (as before)

\n" ); document.write( "\"%28ab%29%2F%28a%2Bb%29+=+c%2F%28c-1%29+=+6%2F5\" which means c is 6.

\n" ); document.write( "So there is a single set of three integers for which the given equation is true.

\n" ); document.write( "Finally, since the problem specifies a < b < c, the single solution is

\n" ); document.write( "{a,b,c) = (2,3,6)
\n" ); document.write( "
\n" );