Skip to content

Instantly share code, notes, and snippets.

@preaction
Created September 13, 2016 05:29
Show Gist options
  • Save preaction/a7589a1e64f43f2a9ed05947c7ea787d to your computer and use it in GitHub Desktop.
Save preaction/a7589a1e64f43f2a9ed05947c7ea787d to your computer and use it in GitHub Desktop.
Percentages of percentages
Given:
X > 0
Y > 0
(X/100) * Y = (X/100) * (X/100) * Y
Solve for X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment