hii Bunuel,
here is the confusion that in exponent when we write suppose (x ^2)^2 then we write it as x^4 so here for ((4^3)^2)^1, can't we write it as 4^6 ????
Bunuel
Question 23 - Official Solution:
What is the value of \(4^{3^{2^{1^{2^{3^4}}}}}\)?
A. \(2,144\)
B. \(262,142\)
C. \(262,144\)
D. \(262,146\)
E. \(262,148\)
To evaluate \(4^{3^{2^{1^{2^{3^4}}}}}\), we need to remember the rule for working with stacked exponents, which is to begin with the highest exponent and work our way down. For example, \(a^{m^n}\) means we first compute \(m^n\) and then use that result as the exponent for \(a\). Therefore, \(a^{m^n} = a^{(m^n)}\). On the other hand, if we have \((a^m)^n\), we compute \(a^m\) first and then raise the result to the power of \(n\), so \((a^m)^n=a^{mn}\).
Let's evaluate the exponents of 4 in our expression. Since \(1^{2^{3^4}}\) equals 1, we can ignore it completely, which means we will be left with \(4^{3^2}\).
Using the exponent rule, \(4^{3^2} = 4^9\).
Since the GMAT is a timed test, we may not have the luxury of actually computing the value of \(4^9\). Instead, we need to use some shortcuts to arrive at the answer. Fortunately, we can notice that the units digit of each answer choice is different, and if we can determine the units digit of \(4^9\), we can identify the correct answer.
The units digit of \(4^k\), where \(k\) is a positive integer, alternates between 4 and 6 for odd and even values of \(k\), respectively. Since 9 is an odd number, the units digit of \(4^9\) is 4.
We can now eliminate any answer choices that do not end in 4. The only answer choice that ends in 4 is C, so our answer is \(4^{3^{2^{1^{2^{3^4}}}}} = 262,144\).
Answer: C
Please check the highlighted part.
In (x^2)^2, yes, we use the rule (a^m)^n = a^(mn), so (4^3)^2 = 4^(3*2) = 4^6.
But in the original question, we don't have parentheses. We have 4^3^2, which, using a^m^n = a^(m^n), equals 4^(3^2), which is 4^9, not 4^6.