dominion
Hi group, I have some questions about tricky exponenty questions:
1. What could X^(7x+3)^(x+3) be reduced to?
2. What does 1/4^(-1/4/5) reduce to?
3. What does 1/4^(-1/4/5)^(-1/4) reduce to?
4. what does 1/4*1/4^(-1/4/5)^(-1/4) reduce to?
Thanks group!
A) a^b^c = a^(b*c)
for eg. 2^2^3 = 2^6
B) a/b/c = (a/b)/c [IIRC - can someone confirm]
for eg. 1/2/3 = (1/2)/3 = (1/2)*(1/3) = 1/6
C) a^-b = (1/a) ^ b
for eg. 4 ^ -2 = (1/4) ^ 2
So:
1. X^(7x+3)^(x+3)
= X ^ (7x^2 + 24x + 9)
2. 1/4^(-1/4/5)
= 1/4 ^ (-1/20)
= 4 ^ (1/20), or the 20th root of 4
3. 1/4^(-1/4/5)^(-1/4)
= 1/4 ^ [(-1/20) * (-1/4)]
= 1/4 ^ (1/80), or the 80th root of 0.25
4. 1/4*1/4^(-1/4/5)^(-1/4)
Evaluate parenthesis first, then exponents then DMAS (division, multiplication etc) in priority. For similar priority (division for instance), go L->R (left to right):
= 1/4*(1/4 ^ (1/80))
= 1/4 ^ (1 + 1/80)
= 1/4 ^ (81/80)