document.write( "Question 1096548: Find the sum of a, b and c if: a + 1/(b+1/c) = 37/16 \n" ); document.write( "
Algebra.Com's Answer #710987 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!

There are an infinite number of solutions if there are no restrictions on the values of a, b, and c. So I will assume the problem requires the values to be positive integers. In that case....

\n" ); document.write( "

\n" ); document.write( "Since a, b, and c have to be positive integers, there are only two possibilities:
\n" ); document.write( "(1) \"a+=+1\" and \"c%2F%28bc%2B1%29+=+21%2F16\"; or
\n" ); document.write( "(2) \"a+=+2\" and \"c%2F%28bc%2B1%29+=+5%2F16\"

\n" ); document.write( "Looking for a solution for case (1)...

\n" ); document.write( "\"c%2F%28bc%2B1%29+=+21%2F16\"
\n" ); document.write( "\"16c+=+21bc%2B21\"
\n" ); document.write( "\"16c-21bc+=+21\"
\n" ); document.write( "\"c%2816-21b%29+=+21\"
\n" ); document.write( "\"c+=+21%2F%2816-21b%29\"

\n" ); document.write( "Clearly there are no positive integer values for b that produce positive integer values for c. So there are no solutions for this case.

\n" ); document.write( "Looking for a solution for case (2)...

\n" ); document.write( "\"c%2F%28bc%2B1%29+=+5%2F16\"
\n" ); document.write( "\"16c+=+5bc%2B5\"
\n" ); document.write( "\"16c-5bc+=+5\"
\n" ); document.write( "\"c%2816-5b%29+=+5\"
\n" ); document.write( "\"c+=+5%2F%2816-5b%29\"

\n" ); document.write( "There is exactly one positive integer value for b that produces a positive integer value for c: b=3 gives c=5.

\n" ); document.write( "So there is a unique solution to the problem in positive integers:
\n" ); document.write( "a=2;
\n" ); document.write( "b=3;
\n" ); document.write( "c=5

\n" ); document.write( "CHECK:

\n" ); document.write( "\"2+%2B+1%2F%283%2B1%2F5%29+=+2+%2B+1%2F%2816%2F5%29+=+2+%2B+5%2F16+=+37%2F16\"

\n" ); document.write( "The answer to the problem is then a+b+c = 10.
\n" ); document.write( "
\n" );