Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 100 = x/12^1 + x/12^2 + x/12^3 + x/12^4
- 100 * 12^1 = x + x/12^1 + x/12^2 + x/12^3
- 100 * 12^2 = x*12^1 + x + x/12^1 + x/12^2
- 100 * 12^3 = x*12^2 + x*12^1 + x + x/12^1
- 100 * 12^4 = x*12^3 + x*12^2 + x*12^1 + x
- 100 * 12^4 = (12^3 + 12^2 + 12^1 + 1 ) * x
- (100 * 12^4) / (12^3 + 12^2 + 12^1 + 1 ) = x
Advertisement
Add Comment
Please, Sign In to add comment