A simple problem on linear equation in two variables

AI Thread Summary
The problem involves finding positive integers a and b such that a + 11b is divisible by 13 and a + 13b is divisible by 11. The equations a + 11b = 13x and a + 13b = 11y are established, but solving for all variables is challenging due to having only two equations. A suggestion is made to rework the equations or derive expressions that ensure divisibility. The general solution approach indicates that a + b can be expressed in terms of k, leading to the conclusion that the smallest possible value of a + b is 28. The discussion emphasizes the importance of integer solutions in diophantine equations.
utkarsh009
Messages
46
Reaction score
0

Homework Statement


if a+11b is completely divisible by 13 and a+13b is completely divisible by 11 then find the the smallest possible value of a+b. a and b are positive integers.
the answer is 28


Homework Equations



a+11b= 13x
a+13b= 11y

The Attempt at a Solution


i have equated them many times but am still getting 3 variables. hope anyone knows how to solve this.
 
Physics news on Phys.org
With the system of equations you've posted,

a+11b= 13x
a+13b= 11y

You won't be able to solve for all a, b, x and y since you only have 2 equations.
 
jegues said:
With the system of equations you've posted,



You won't be able to solve for all a, b, x and y since you only have 2 equations.

it is not necessary that you take x and y. you may also want to try to make expressions which are always divisible with 13 or 11 as per the condition. just refer to the question. not necessary that you consider my equations. they are not mentioned anywhere in the book. just calculate a+b in any manner. if you want i can also tell you the answer.
 
just calculate a+b in any manner.

The point of these forums is for us to help you.

If you make more of an attempt maybe we'll be able to better assist you. As it stands with your current attempt(and current system of equations), solving for all those variables is impossible.

Maybe you need to rework your equations.
 
This is a problem in diophantine equations- a and b must be integer so that, while a single equation in two variables has an infinite number of solutions, it is possible to write a formula for them.

Here, you are saying that a+ 11b= 13x for some integers a, b, and x, and that a+ 13b= 11y for some integer y.

We can subtract one equation from another to bet 2b= 11y- 13x. Now, 11 divides into 13 once with remainder 2: 13- 11= 2. So one solution, for b= 1, is x=-1, y= -1. But if we take x=-1+ 11k, y= -1+ 13k, then 11y- 13k= 11(-1+ 13k)- 13(-1+ 11k)= -11+ 11(13)k+ 13- 13(11)k= 2 for all k. And since x= -1+ 11k, y= -1+ 13k is the "general solution" for b= 1, x= -b+ 11k, y= -b+ 13k (technically, it should be "-b+ 11kb" but I has absorbed the b into the integer k) is the general solution for any b.

Now go back to a= 11y- 13b= 11(-b+ 13k)- 13b= -24b+ 143k. We have a+ b= -23b+ 143k. Since a and b are both postive, a+ b must be postive:-23b+ 143k> 0 or 143k> 23b.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top