Question 270695
lf a line of slope 0.2 crosses the origin of x-y coordinate system and a point(x, 20) , find x 
-------------------------
Draw the picture and you will see you have two points (0,0) and (x,20)
---
slope = (20-0)/(x-0) = 20/x
----
Equation:
20/x = 0.2
Invert:
x/20 = 10/2
x/20 = 5
x = 100
==============
Cheers,
Stan H.