We write the expression:
((2 ^ (1/2)) * (2 ^ (3/4))) ^ 2
We use for this case the properties of lso exponents:
((2 ^ (1/2)) * (2 ^ (3/4))) ^ 2
((2 ^ (2/2)) * (2 ^ (6/4)))
((2 ^ (1)) * (2 ^ (3/2)))
((2 ^ (1 + 3/2))
((2 ^ (5/2))
answer:
((2 ^ (5/2))
option 2