From 03ed9b16e6888a190d5823c91fce90901eba9497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=91=AB?= <7176466@qq.com> Date: Fri, 12 Aug 2022 20:32:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 问题/鸡兔同笼.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/问题/鸡兔同笼.md b/问题/鸡兔同笼.md index 2223676..2cb7821 100644 --- a/问题/鸡兔同笼.md +++ b/问题/鸡兔同笼.md @@ -28,10 +28,7 @@ 解: 设鸡有$x$只, 兔有$y$只,则: -$$ \begin{cases} -x+y &= 35\\ -2x+4y &= 94 -\end{cases} $$ +$ \begin{cases}x+y &= 35 \newline 2x+4y &= 94 \end{cases} $ $ x = 35-y $