Find the value of 445 in Z11 a using the fact that 45 3 mid
Find the value of 4^45 in Z_11 (a) using the fact that 45 = 3 middot 3 middot 5 (b) using repeated squaring
Solution
a) using the fact that 45=3.3.5
445 = 43.3.5 = (((43)^3)^5) = (643)^5 = 2661445 = 1.237940039*1027
b) using repeated squaring 445 ---->
42= 16
44 = 16*16 = 256
48 = 256*256 = 65536
416 = 65536*65536 = 4294967296
432 = 4294967296*4294967296 = 1.844674407*1019
45 = 32+8+4+1
so 445 = 432 * 48 * 44 * 41 = 1.844674407*1019 * 65536 * 256 *4 = 1.237940039*1027
