Processing math: 100%
 
+0  
 
-1
207
2
avatar+307 

If a,b,c are positive integers less than 13 such that

2ab+bc+ca0(mod13)ab+2bc+ca3abc(mod13)ab+bc+2ca8abc(mod13)

then determine the remainder when a+b+c  is divided by 13.

 

Answer with solution will be appreciated

 Dec 1, 2022
 #1
avatar
0

I have seen this solved. Search for it by putting it in the "Search Box" at the top right-hand corner.

 Dec 1, 2022
 #2
avatar
0

Notice that if b = 2a and c = 3a the left hand side of the first equation becomes 4a2 + 6a2 + 3a2 = 13a2

In other words it is a multiple of 13 and hence satisfies the first equation.

 

For this situation, if a, b and c are all positive integers less than 13, then a can only be one of 1, 2, 3 or 4.

 

Trying these in turn we find that only a = 3 (hence b = 6 and c = 9) satisfy the second and third equations.

 

Hence a + b + c  =  5 mod(13)  

 Dec 1, 2022

3 Online Users

avatar