+0  
 
0
380
1
avatar

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

2*a*b + b*c + c*a == 0 (mod 13)

a*b + 2*b*c + c*a == 4*a*b*c (mod 13)

a*b + b*c + 2*c*a == 8*a*b*c (mod 13)

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

 Oct 15, 2020
 #1
avatar
0

Did you check your first post? Look under it.

 Oct 15, 2020

2 Online Users

avatar