Actually, they are not interpreted same. Each interpretation gives a different solution for x.
As Hectictar pointed out:
Sir Alan’s interpretation is: 4^(2^x) + 2^(2^x) = 56
And Sir CPhill interpretation is: (4^2)^x + (2^2)^x = 56
Sir Alan’s is interpretation is exactly the same as the asked question. (This follows power-tower convention, where stacked powers are multiplied from right to left or from the top down, and the resultant product becomes the exponent to the base number.)
Sir CPhill’s solution starts with the base then increments the value by each ascending power.
The solutions for these interpretations give different results for the value of x.
-----
\(\text{For Sir Alan's solution}\\ x = log_2 (log_2(7))\\ x \approx 1.4892114692\\ \text{ }\\ \text{For Sir CPhill’s solution}\\ 2x = \dfrac {log (7) } { log (2)}\\ x= \dfrac {log (7)/ log (2)}{(2)}\\ x\approx 1.4036774610\\ \)
-----
Sir Alan notes the calculator input error of the questioner; however, the questioner may have correctly entered this into the site calculator
(4^2^log(log(7, 2), 2)) + (2^2^log(log(7 , 2), 2) )
The calculator would interpret it as
(4^2)^(log(log(7, 2), 2)) + (2^2)^log(log(7 , 2), 2))
The site’s calculator does NOT follow hierarchal convention in interpreting stacked powers.
Here is an elaboration on this issue:
Use of parenthesis to, in this case, force proper hierarchal convention
(4^(2^log(log(7, 2), 2)) + (2^(2^log(log(7 , 2), 2)
gives 56 as the result.
Which value of x is correct? Only the asker’s hairdresser knows for sure.![]()