You can
put this solution on YOUR website! solve the following pair of simultaneously [sic] equation
---
simultaneous equations
===========================
0.6x - 4y = -1
0.8x - 3.5y = 0.5
----
Eliminate fractions
6x - 40y = -10
8x - 35y = 5
----
Multiply to get the same coefficients for the x-terms
24x - 160y = -40
24x - 105y = 15
---------------------------------- Subtract
-55y = -55
y = 1
----------------
Sub for y in any eqn and find x.