I have a equation system with two variables. And the Mathematica gives a solution.
How can I call this solution a line down to do another calc.
This question is for automatization process I'm doing.
Solve[x + y == 2 && x - y == 1, {x, y}] {{x -> 3/2, y -> 1/2}}