Percentage Calculation of a total amount

420 Views Asked by At

Maths was never my strong point however I have a total of $350 how can I calculate it so that I can get 25% of the total $350?

1

There are 1 best solutions below

0
On

If you have a value $V $ and you want $x $% percent of it, just multiply $V$ by $\frac {x}{100} $ to get

$$V \times \frac {x}{100} $$

In our case we get

$$350 \times \frac {25}{100} = 87.5 $$