Skip to content

Instantly share code, notes, and snippets.

@johnivanoff
Last active December 31, 2015 06:49
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 johnivanoff/7950109 to your computer and use it in GitHub Desktop.
Save johnivanoff/7950109 to your computer and use it in GitHub Desktop.
Homework
Johnny had half as many erasers as pencils.
He had nine times as many pinwheels as erasers.
He had a total os 120 peices.
How many pencils did Johnny have?
Show your work.
120 = x+(x*.5)+((x*.5)*9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment