This commit is contained in:
赵鑫 2022-08-12 20:05:13 +08:00
parent 621b259fb9
commit 4cd34a1798

View File

@ -28,7 +28,8 @@
解: 设鸡有$x$只, 兔有$y$只,则:
$ \begin{cases}\begin{aligned}x+y=35\\ 2x+4y=94\end{aligned}\end{cases}$
$$ \begin{cases}\begin{aligned}x+y=35\\
2x+4y=94\end{aligned}\end{cases} $$
$ x = 35-y $