Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. SECTION 3.7
  2. 8.
  3. 1=89*144-55*233
  4. 89
  5. 10.
  6. If n>1 then sa will not be congruent to l and m. Because of this, it will not be the modular inverse.
  7. 12.
  8. X 12(mod 17)
  9. 28a.
  10. 3^2 mod5 * (3^4)^75 mod5 = 3^2 mod5 * 1 = 9 mod5 = 4
  11. 3^2 mod7 * (3^6)^50 mod7 = 3^2 mod7 *1 = 9 mod7 = 2
  12. 3^2 mod11 * (3^10)^30 mod11 = 3^2 mod11 * 1 = 9 mod11 = 9
  13. 32.
  14. 1729 = 7*13*19
  15. If gcd(b, 1729) = 1, then gcd(b, 7) = gcd(b, 13) = gcd(b, 19) = 1.
  16. Using FLT, b6 1 (mod 7), b12 1 (mod 13) , and b18 1 (mod 19)
  17. b1728 (b6)288 1 (mod 7)
  18. b1728 (b12)144 1 (mod 13)
  19. b1728 (b18)96 1 (mod 19)
  20. By the CRT, it follows that b1728 1 (mod 1729)
  21. 36.
  22. d. 22
  23. h. 19
  24. 48.
  25. 17*356 – 24*252 = 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement