SOLUTION: Hi I have the following formular that need to change it to show what X equals. The formular is... Y = ((X-F)/X) x 100 So far I have the following... ((X-F)/X) = Y/

Algebra ->  Functions -> SOLUTION: Hi I have the following formular that need to change it to show what X equals. The formular is... Y = ((X-F)/X) x 100 So far I have the following... ((X-F)/X) = Y/      Log On


   



Question 36596: Hi
I have the following formular that need to change it to show what X equals. The formular is...
Y = ((X-F)/X) x 100
So far I have the following...
((X-F)/X) = Y/100
Please re-arrange the formular so I can solve for X.
Thanks
David

Answer by atif.muhammad(135) About Me  (Show Source):
You can put this solution on YOUR website!
%28%28X-F%29%2FX%29+=+Y%2F100
X-F = (XY)/100
100X-100F=XY
100x-XY = 100F
X(100-Y) = 100F
X = 100F/(100-Y)
Hope that helps!