freeCodeCamp/guide/chinese/mathematics/algebra/intro-to-rationalizing-the-.../index.md

21 lines
890 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Intro to Rationalizing the Denominator
localeTitle: 合理化分母的介绍
---
## 合理化分母的介绍
如果你不能以a / b的形式表达分数的分母其中a和b是整数那么分母是不合理的。为了简化分数我们应该合理化分母。合理化分母可以帮助您解决某些方程式。有几种方法可以做到这一点。
### 乘以Root
我们可以将顶部和底部乘以一个根。请注意我们将分数乘以root 2除以它本身这只是另一种方式或写1。
![](https://github.com/codersc/freeCodeCamp-article-images/blob/master/art4img1.png?raw=true)
### 乘以一个共轭
我们还可以将顶部和底部乘以共轭。
![](https://github.com/codersc/freeCodeCamp-article-images/blob/master/art4img2.png?raw=true)
![](https://github.com/codersc/freeCodeCamp-article-images/blob/master/art4img3.png?raw=true)