Skip to content

Instantly share code, notes, and snippets.

@eira-fransham
Created December 19, 2017 10:35
Show Gist options
  • Save eira-fransham/b1f8d769cb944045c3dd2ae0a2f00387 to your computer and use it in GitHub Desktop.
Save eira-fransham/b1f8d769cb944045c3dd2ae0a2f00387 to your computer and use it in GitHub Desktop.
x/(x+1) - (x+1)/(x+2)
= (x+2)x/(x+1)(x+2) - (x+1)(x+1)/(x+1)(x+2)
= ((x^2 + 2x) - (x^2 + 2x + 1))/(x+1)(x+2)
= 1/(x+1)(x+2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment