This commit is contained in:
赵鑫 2022-08-12 20:35:20 +08:00
parent 03ed9b16e6
commit 391b6daa14

View File

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