How do I rewrite a fractional expression with a numerator that is a variable raised to an exponent...as an exponential?

23 Views Asked by At

For example:

$(x^2)/2 = x^w$

where w stands in for the value I'm trying to find.

1

There are 1 best solutions below

0
On

Your power must be $2$ so the answer is $(\frac {x}{\sqrt 2})^2$