Question: solving for an expression

I have something like E1:=y=x*b+z*a+c*i. and i want to solve for y/i. I try doing solve(E1,y/i) but it says i cant solve for an expression. is there a way to get around that?

Please Wait...