Add phrase (#31576)

This commit is contained in:
alicecallejas
2019-03-14 11:42:34 -05:00
committed by The Coding Aviator
parent 7024a9b08d
commit e4e9ee88d1

View File

@ -33,5 +33,4 @@ When you divide 2 out of -10 you're left with -5.
<img alt='x^6y^5 + xy = xy(x^5y^4 + 1)' src="https://github.com/codersc/freeCodeCamp-article-images/blob/master/art6img7.png?raw=true">
When factoring, often times you'll end up with a division that results in 1. Make sure to include it in
the parentheses.
In this case, xy is not a factor of the original equation because it is not the same term as x^6y^5. When factoring, often times you'll end up with a division that results in 1. Make sure to include it in the parentheses.