Originally Posted by
rwinterton
I might be missing your question, but here's what I think the answer is (if I understood your question correctly).
Think of a function as a line (usually curved in some way) across a piece of graph paper. You can graph the line by entering a value for "x". For example,
f(x) = (-9)x + 2
f(1) = (-9)1 + 2 = -7
f(2) = (-9)2 + 2 = -16
f(3) = (-9)3 + 2 = -25
Of course, x can take on any value including fractional values. If you put graph the result ( f(x) ) on the "y" axis and "x" on the "x" axis, you'll see the line.
Now, if you have two lines, f(x) and g(x), you can graph both of them and the *solution* is the point where they intersect. You can also take the equations of the curves and solve them directly for the intersection. Replace f(x) and g(x) with "y"
y = -9x + 2
y = -3x + 3
note that these are equations for a lines (not curves) and these lines are parallel (they do not intersect) so there is no "solution".