I've been messing around with compound interest calculations, but can't quite get this one right.
I have a starting January value: $416.7$
I would like to reduce that value by the same percent "P" each month throughout the year from Jan thru Dec, so that when the amounts for each month add up, they equal $4500$.
For example, if the percentage is $2\%$:
Jan: 416.7
Feb: 408.3 (Feb= Jan-(Jan*0.02))
Mar: 400.2 (Mar= Feb-(Feb*0.02))
...
Total of all months=4500
$2\%$ is close (I get $4485$), but I need to calculate what that exact percent needs to be, since the starting value and the total will change in my scenario.
What would the correct formula be to find that percentage?