Created
September 13, 2016 05:29
-
-
Save preaction/a7589a1e64f43f2a9ed05947c7ea787d to your computer and use it in GitHub Desktop.
Percentages of percentages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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