Hi everyone, I have a question that i've tried my hardest to figure out (with- out and help) but I can't seem to get anywhere, here it is:

Lets say I declared "x" as it's own variable (single) and "y" as it's own variable (single), then I wanted to save the equation "y^(2+x)" in another variable - lets say "strEquation" (and I would guess string to be the most appropriate).

How could I solve the equation in "strEquation" if "x" was a value and "y" was a different value?