Here is the problem that I need to solve:

y = ab - ac ² (that is a second power symbol if you can't tell).
I need to solve the problem for a.

Thank you!

2 answers

If you really mean that only c is squared then
a = y/(b-c^2)
Thank you so much! I think I get it now.