I know total amount.
Must divide the total amount in two parts. Smaller part (amount) is 10% of bigger part (amount) so that smaller part plus bigger part is total amount.
So total is 17091.54
Bigger part is 15537.76
Calculate 10% from 15537.76 and get smaller part 1553.78
15537.76 + 1553.78 = 17091.54
But what is the formula to get either 15537.76 (90%) or 1553.78 (10%) knowing only total 17091.54 (100%)?
If 17091.54 * 0.9 = get 15382.39 (not correct)
As know formula is something like (17091.54 - 15382.39) / ((1-0.9)+0.9). But result is not correct (1709.15)
Update
I can only get result following long way.
17091.54 = 100
17091.54 / 100 = 0.005850849
To get proportion of 15537.76 to 17091.54, divide 15537.76 by 0.005850849 = 90.90909091
Then 100 / 90.90909091 = 1.1
Then 17091.54 / 1.1 = 15537.76
But this seems not the best way.
Please advice what would be better way