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)![]() ![]() 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) \n" ); document.write( "(2) \n" ); document.write( "Looking for a solution for case (1)... \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \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( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \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( " \n" ); document.write( "The answer to the problem is then a+b+c = 10. \n" ); document.write( " |