Bunuel
If p is a positive integer, what is the units digit of Z, if \(Z = 104^{4p + 1} * 277^{p + 1} * 93^{p + 2} * 309^{6p}\)?
(A) 0
(B) 2
(C) 4
(D) 6
(E) 8
Since we need to find the last digit, the number reduces to \(4^{4p + 1} * 7^{p + 1} * 3^{p + 2} * 9^{6p}\)
\(4^{4p + 1}\). 4p + 1 will always be odd, and therefore the last digit of \(4^{4p + 1}\) is 4.
\(9^{6p}\). Since 6p is always even, the last digit of \(9^{6p}\) is 1.
lets take the next 2 terms together \(7^{p + 1} * \space 3^{p + 2}\)
Her we use some numbers to see what we get as the last digit
When p = 1, we get \(7^2 * 3^3\) We just need to consider the last digits of these numbers = 9 * 7. The last digit is 3.
When p = 2, we get \(7^3 * 3^4\) The last digit is 3 * 1 = 3
When p = 3, we get \(7^4 * 3^5 = 7^2 * 7^2 * 3^4 * 3^1\) The last digit is 9 * 9 * 1 * 3 = 3
When p = 4, we get \(7^5 * 3^6 = 7^2 * 7^2 * 7 * 3^4 * 3^2\) The last digit is 9 * 9 * 7 * 1 * 9 = is 3
We see that this is a cycle and the last digit of \(7^{p + 1} * 3^{p + 2}\) is always 3.
Therefore the last digit of \(4^{4p + 1} * 7^{p + 1} * 3^{p + 2} * 9^{6p}\) = 4 * 3 * 1 = 2
Option BArun Kumar