diff --git a/guide/english/mathematics/algebra/polynomial-factorization/index.md b/guide/english/mathematics/algebra/polynomial-factorization/index.md index 43da9d3f7f..a00c2269b6 100644 --- a/guide/english/mathematics/algebra/polynomial-factorization/index.md +++ b/guide/english/mathematics/algebra/polynomial-factorization/index.md @@ -33,5 +33,4 @@ When you divide 2 out of -10 you're left with -5. x^6y^5 + xy = xy(x^5y^4 + 1) -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.