You can put this solution on YOUR website! B=10a-60
A-6=10b
-----
Assuming A = a and B = b you can solve the system::
----------
B = 10A - 60
B = (A-6)/10
------
Substitute to get:
10A - 60 = (A-6)/10
------
100A - 600 = A - 6
99A = 594
A = 6
----
Solve for "B"::
B = 10A - 60
B = 60-60
B = 0
-------------------
Cheers,
Stan H.
------------------