Skip to content

Instantly share code, notes, and snippets.

@Spaceghost
Created April 29, 2011 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spaceghost/947793 to your computer and use it in GitHub Desktop.
Save Spaceghost/947793 to your computer and use it in GitHub Desktop.
Solve for i: 9x-7i > 3(3x-7u)
Solve for i: 9x-7i > 3(3x-7u)
9x-7i > 3(3x-7u)
-9x-7i > 9x-21u
-7i > -21u
-i > -3u
i < 3u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment