更新
This commit is contained in:
parent
4cd34a1798
commit
3564b86f0f
@ -28,8 +28,12 @@
|
||||
|
||||
解: 设鸡有$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 $
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user