If $2x+3y =\frac{1}{10}$ and $3x+2y = \frac{1}{8}$, then how to calculate here $x$ and $y$?
I know it is easy but not for me so please describe your solution in step by step. Thanks for your help.
Answers are $x=\frac{7}{200}$ and $y = \frac{1}{100}$.
$$ \left\{ \begin{array}{r} 2x+3y=1/10; \\ 3x+2y=1/8; \\ \end{array} \right. $$
Multiple $1$st equation by $3$, multiple $2$nd equation by $2$ (to get the same coeffficients near $x$):
$$ \left\{ \begin{array}{r} 6x+9y=3/10; \\ 6x+4y=1/4; \\ \end{array} \right. $$
Then we subtract equations:
$$(6x+9y)-(6x+4y)=3/10-1/4;$$ $$5y=6/20-5/20=1/20;$$ $$y=1/100.$$
Then substitute $y$ into $1$st equation (you can substitute into $2$nd equation too):
$$2x+3\cdot 1/100 = 1/10;$$ $$2x=1/10-3/100 = 10/100-3/100=7/100;$$ $$x=7/200.$$
Solution: $x=7/200, y=1/100$.