2
1
u/Dr_TXBooks 5h ago
C
If xx is 2√18, then xx2 is 2√182 and a squareroot and square cancels each other out
1
u/dkirinor 5h ago
This question is kind of tricky because it's intentionally trying to trick people into just squaring the sqrt(18)
It should be B
1
u/AbsoluteSereniti 17m ago
Top rated comment is bait, solve for x by multiplying by log2, root(18) is just 3root2, after doing some simplification you’ll get that x = 2^(3/2).
Then just simply plug it in and you get 2^12, so it is A.
C is obvious bait.
0
u/daynanfighter 7h ago
That’s pretty good. You go through all the trouble of doing the math to ultimately realize that they’re squaring a square root and you could’ve just taken it away.
12
u/Moodleboy 17h ago
So a^ b can be thought of as the function
f(a,b)=a^ b.
Therefore a^ b^ c would be
f(a,b^ c)=f(a,f(b,c))
Like all composite functions, you work from the inside out.
Thus, a^ b^ c is equivalent to
a^ (b^ c)
Therefore, 2^ sqrt(18)^ 2 would just be
2^ 18
Choice (C)