35 lines
803 B
Markdown
35 lines
803 B
Markdown
---
|
|
id:
|
|
aliases: []
|
|
tags:
|
|
- authorship/original
|
|
- destiny/permanent
|
|
- type/encyclopedia
|
|
- status/complete
|
|
- type/encyclopedia-entry
|
|
title: Markup vs. Margin
|
|
---
|
|
# Markup vs. Margin
|
|
|
|
$$
|
|
\text{Profit} = \text{Sell Price} - \text{Cost}, \quad
|
|
\text{Markup} = \frac{\text{Profit}}{\text{Cost}}, \quad
|
|
\text{Margin} = \frac{\text{Profit}}{\text{Sell Price}}
|
|
$$
|
|
|
|
Suppose a product that
|
|
* costs $80 to produce
|
|
* is sold for $100
|
|
|
|
$$
|
|
\text{Profit} = 100 - 80 = 20, \quad
|
|
\text{Markup} = \frac{20}{80} = 25\%, \quad
|
|
\text{Margin} = \frac{20}{100} = 20\%
|
|
$$
|
|
|
|
Because of \*waves hands\* finance reasons,
|
|
contractors (and sellers of products and services in general)
|
|
almost exclusively talk about profit in terms of margin.
|
|
Even if someone says "15% _markup_"
|
|
they're still probably talking about margin.
|