Find the last digit of $66^5$.
This is how I solved the problem: $66^5=6^5*11^5$ (mod 10) = $6^5*1^5$ (mod 10). I have two questions. First, what is wrong with my method? I get different answer from answer sheet. Second, is there an easy way to find the last digit of $6^5$?