How can you solve ((x+y)/(x-z))^x?

x=2, y=-4, z=-5

1 Answer
Jun 5, 2018

4/49

Explanation:

Replace the variables with the corresponding numbers:

((2+(-4))/(2-(-5)))^2

Then use order of operations. First parentheses:

((-2)/7)^2

Then exponents (squaring a fraction squares the numerator and denominator):

4/49

We are done!