document.write( "Question 1020786: How many pairs of integers (b,c) satisfy the equation (b+7)/(b+4)=c/9? \n" ); document.write( "
Algebra.Com's Answer #636719 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
The equation \"%28b%2B7%29%2F%28b%2B4%29=c%2F9\"
\n" ); document.write( "is equivalent to \"1%2B3%2F%28b%2B4%29+=+c%2F9\"\r
\n" ); document.write( "\n" ); document.write( "==> \"3%2F%28b%2B4%29+=+c%2F9+-+1\", after transposing 1 to the right side;
\n" ); document.write( "==> \"3%2F%28b%2B4%29+=+%28c-9%29%2F9\", after combining terms,
\n" ); document.write( "==> 27 = (b+4)(c-9), after cross multiplying.
\n" ); document.write( "Since both b+4 and c - 9 are supposed to be integers, there are eight possibilities
\n" ); document.write( "(i) b+4 = 1, c-9 = 27 ==> b = -3, c=36
\n" ); document.write( "(ii) b+4 = 3, c-9 = 9 ==> b = -1, c = 18
\n" ); document.write( "(iii) b+4 = 9, c-9 = 3 ==> b = 5, c = 12
\n" ); document.write( "(iv) b+4 = 27, c-9 = 1 ==> b = 23, c = 10
\n" ); document.write( "(v) b+4 = -1, c-9 = -27 ==> b = -5, c = -18
\n" ); document.write( "(vi) b+4 = -3, c-9 = -9 ==> b = -7, c = 0
\n" ); document.write( "(vii) b+4 = -9, c-9 = -3 ==> b = -13, c = 6
\n" ); document.write( "(viii) b+4 = -27, c-9 = -1 ==> b = -31, c = 8\r
\n" ); document.write( "\n" ); document.write( "Therefore there are 8 pairs of integers that will satisfy the original equation.
\n" ); document.write( "
\n" );