Thread: Math question

  1. #1
    In my head happyclown's Avatar
    Join Date
    Dec 2008
    Location
    In my head
    Posts
    391

    Math question

    If an item costs $1.00, and it is sold for $1.30, what is the profit margin?

    I always thought it was (0.3/1.0) x 100 = 30%

    But apparently it's (0.3/1.30) x 100 = 23%

    Read the explanation here, and see if it makes any sense to you, because it confuses the hell out of me!

    Disinfotainment: Profit Margin
    OS: Linux Mint 13(Maya) LTS 64 bit.

  2. #2
    Complete Beginner
    Join Date
    Feb 2009
    Posts
    312
    In Germany (and probably other countries, too), the profit margin apparently is the difference between wholesale price and retail price, i.e. $0.3 in your example. But one may also express the profit margin as a percentage of the retail price (and not the wholesale price, as you expected), i.e. (0.3/1.3)x100 = 23%.

    So you may say that you're selling a product for a certain retail price p, "23% of which is your profit" or "with a profit margin of 23%". It would be tedious to express the profit margin as a percentage of the wholesale price: "I sold a product for a certain retail price p and 30% of its wholesale price is my profit".

    Or to put it in yet another way: the profit margin tells you which part of the retail price is your profit, and not which part of the wholesale price together with the wholesale price itself constitutes your retail price.

    Greets,
    Philip
    All things begin as source code.
    Source code begins with an empty file.
    -- Tao Te Chip

  3. #3
    Registered User
    Join Date
    May 2006
    Posts
    903
    sell price * (1 - profit margin) = retail price
    sell price = retail price / (1 - profit margin)
    retail price / sell price = (1 - profit margin)

    $1.00 / $1.30 = 1 - profit margin
    23% = profit margin

    $1.30 = $1.00 / 0.77

  4. #4
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    Profit margin - Wikipedia, the free encyclopedia
    I'm guessing they have a different definition between profit and profit margin.

    If I sold something for $130 which I bought for $100, then I would say I made a 30% profit. Profit margin on the other hand, is probably something different and I don't really care about since I'm not a salesman.
    Last edited by cpjust; 05-08-2009 at 09:18 AM.
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. another exercise question
    By luigi40 in forum C# Programming
    Replies: 3
    Last Post: 11-28-2005, 03:52 PM
  2. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  3. More a math question than an algorithm
    By Gustaff in forum C Programming
    Replies: 1
    Last Post: 01-28-2003, 01:10 PM
  4. Stupid Math Question....really stupid
    By ToLazytoSignIn in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 01-16-2003, 07:36 PM
  5. Math Question
    By DarkEldar77 in forum C++ Programming
    Replies: 2
    Last Post: 09-17-2001, 12:52 PM