修改
This commit is contained in:
parent
d780d0c626
commit
391986d7db
@ -33,11 +33,7 @@ $ \begin{cases}x &+ &y &= 35 \newline 2x &+ &4y &= 94 \end{cases} $
|
||||
|
||||
$ x = 35-y $
|
||||
|
||||
$ (35-y) \times 2 + 4y = 94 $
|
||||
|
||||
$ 2y = 24 $
|
||||
|
||||
$ y = 12$
|
||||
$ \begin{aligned}(35-y) \times 2 + 4y &= 94 \newline 2y &= 24 \newline y &= 12 \end{aligned}$
|
||||
|
||||
$ x = 35 - y = 23$
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user