Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a formula to gross up payroll?
Message
 
 
To
28/08/2009 11:19:17
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 2000 SP4
Network:
Windows NT
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01421471
Message ID:
01421493
Views:
81
>Debra
>
>It's been a while since I did this, so check me on this
>
>If you want to pay someone whose gross g is $1000 enough so that
> after paying a tax rate r of .05 they still get $1000, you can do something like this
>
>g = 1000
>r = .05
>
>newrgross = g / ((g-(g *r))/g)
>
>Maybe some math types can simplify that, but I think it will work

Wouldn't be the same as
?  g / (1-r)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform