I have 3 numbers:
- start = 0;
- current = 4;
- target = 10;
I want to figure out how far along current is in the percentage from start too target;
So in this example the percent would be 40%.
How would I figure out this if start were 2? I'm struggling to wrap my head around the formula.
$$\frac{\text{part}}{\text{whole}}=\frac{\%}{100}$$
e.g
Answer:$=500\times\frac{45}{100}=225$
Answer: $(((200\times \frac{60}{100})\times \frac{50}{100}))\times \frac{20}{100}=12$
In your example: if
startwas equal $2$ so it is $50\%$ from thecurrent$=4$ and it is $20\%$ from thetarget$=10$