Re: Percentage Math help for a Script
Re: Percentage Math help for a Script
- Subject: Re: Percentage Math help for a Script
- From: Timothy Bates <email@hidden>
- Date: Sun, 12 Sep 2004 14:15:40 +1000
> 70% times what number equals 100%?
> .7 times what number eauals 1.0?
> 140% times what number equals 100%?
x * (100/x) = 100
So the number you want to multiply your percentages by is 100/x
70 * (100/70) = 100
.7 * (1/.7) = 1
140 * (100/140) = 100
tim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden