Description: Solve for the intersection of two lines expressed in Y = MX+B form (note
that the lines cannot be vertical). Here we use inference form. We
just solve for X, since Y can be trivially found by using X. This is an
example of how to use the algebra helpers. Notice that because this
proof uses algebra helpers, the main steps of the proof are higher level
and easier to follow by a human reader. (Contributed by David A.
Wheeler, 11-Oct-2018)