document.write( "Question 407938: What is the smallest positive integer which satisfies the congrence 3x+11=13(mod17) \n" ); document.write( "
Algebra.Com's Answer #287447 by richard1234(7193) You can put this solution on YOUR website! If 3x + 11 ≡ 13 (mod 17) then 3x ≡ 2 (mod 17). Hence, 3x = 2, 19, 36, ... and the smallest positive integer that satisfies is 3x = 36 --> x = 12. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can easily check since 3(12) + 11 = 47 ≡ 13(mod 17). \n" ); document.write( " |