diff --git a/education/math/Partial Fractions.md b/education/math/Partial Fractions.md index 27d9594..f408201 100644 --- a/education/math/Partial Fractions.md +++ b/education/math/Partial Fractions.md @@ -34,4 +34,4 @@ $$ a=-1,\space b=3 $$ 2. Then find a partial fraction with the remainder ## Degree where the numerator is greater -1. First perform polynomial division to reach a point where the degree of the numerator is less than the degree of the denominator \ No newline at end of file +1. First perform polynomial division to reach a point where the degree of the numerator is less than the degree of the denominator, then follow those steps for the remainder. Your answer is in the form of $a + r$, where $a$ was your answer for division, and $r$ is your reformatted remainder. \ No newline at end of file