Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Let cost price of an item be $C$, selling price be $S$. Assume the seller gets benefited.

Then, Profit, $P = S - C$.

Now, What is formula for calculating Profit Percent?

  1. $P \% = \dfrac{P}{C} \times 100$
  2. $P\% = \dfrac{P}{S} \times 100$

Which one is right and why?

share|improve this question

3 Answers

up vote 2 down vote accepted

The percentage profit $X$ is defined by

$$X = \left(\frac{\textrm{Amount of money you have at the end}}{\textrm{Amount of money you had at the start}} - 1\right) \times 100$$

Since you have $S$ at the end and $C$ at the start (because that's the money you needed to buy the item) then

$$X = \left( \frac{S}{C} - 1\right)\times 100 = \left(\frac{S-C}{C}\right)\times 100 = \frac{P}{C} \times 100$$


To see why your second decision has to be wrong, consider the case where you buy something for \$1 and sell it for \$1,001, so that $P$=1000. With your first definition,

$$X = 100\times \frac{1000}{1} = 100,000\%$$

which makes sense - you clearly made a huge profit, so you expect your percentage profit to be huge. With your second definition,

$$X = 100\times \frac{1000}{1001} = 99.9\%$$

which is nowhere near big enough.

share|improve this answer

$C : S = 100 : (100+x) \Rightarrow 100\cdot S=100 \cdot C +C \cdot x \Rightarrow x=\frac {100(S-C)}{C}\Rightarrow x= \frac{100\cdot P}{C}$

share|improve this answer
You say that 1st one is correct, i.e. we should measure the Profit percent wrto the Cost Price. Thank you. – Sai Manoj Kumar Yadlapati Feb 3 '12 at 13:36
1  
@ysaimanojkumar,I guess that it is natural way of thinking... – pedja Feb 3 '12 at 13:38

i think first one is right because generally percent mean 100

share|improve this answer
3  
If that's the argument, then how does the first differ from the second? – Stefan Hansen Jan 23 at 13:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.