document.write( "Question 1210504: If A and B are positive 2 digest integers, how many solutions are there of the equation 2a+3b=100 \n" ); document.write( "
Algebra.Com's Answer #853068 by greenestamps(13250)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "\"2a%2B3b=100\"

\n" ); document.write( "This is a linear Diophantine equation -- one equation with two variables, with a finite number of solutions because the solutions are positive integers. A common start on finding the set of solutions is to solve the equation for one variable.

\n" ); document.write( "Because the numbers 2 and 100 are both even, it is probably fastest to solve the given equation for b.

\n" ); document.write( "\"3b=100-2a\"
\n" ); document.write( "\"b=%28100-2a%29%2F3\"
\n" ); document.write( "\"b=2%2850-a%29%2F3\"
\n" ); document.write( "\"b=2%28%2850-a%29%2F3%29\" [1]

\n" ); document.write( "With the equation in the last form [1], we see that (50-a) must be divisible by 3. That means, among other things, that consecutive values of a that provide solutions will differ by 3.

\n" ); document.write( "(1) Solution with smallest value of a...

\n" ); document.write( "Remembering that the solutions must have both a and b positive 2-digit integers, we can see that the smallest 2-digit value for a that makes (50-a) divisible by 3 is 11.

\n" ); document.write( "That gives us \"b=2%28%2850-11%29%2F3%29=2%2813%29=26\"
\n" ); document.write( "(2) Solution with the largest value of a...

\n" ); document.write( "The solution with the largest value of a is the one with the smallest value of b. Again since a and b must be 2-digit integers, equation [1] says that all values of b that give solutions will be even, so the smallest value of b that will give a solution is the smallest 2-digit even integer, which is 10.

\n" ); document.write( "From (1) and (2), the solutions are the ones with b having even values from 10 to 26 inclusive. The number of such solutions is

\n" ); document.write( "\"%2826-10%29%2F2%2B1=9\"

\n" ); document.write( "ANSWER: There are 9 solutions having both a and b 2-digit positive integers

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