vault backup: 2026-02-14 22:56:05

This commit is contained in:
2026-02-14 22:56:05 -05:00
parent ba9467e31d
commit ff0fc56505
4 changed files with 42 additions and 10 deletions
+1 -2
View File
@@ -6,14 +6,13 @@ tags:
- authorship/original - authorship/original
- destiny/permanent - destiny/permanent
- status/complete - status/complete
- type/minutes
dg-publish: true dg-publish: true
--- ---
# 2025-11-04 # 2025-11-04
## 2025-11-04 Belle Meade Director Review ## 2025-11-04 Belle Meade Director Review
#occupational #occupational #type/minutes
### Takeoff Review ### Takeoff Review
+1 -1
View File
@@ -50,7 +50,7 @@ every time we were closing out an estimate.
This is the example I would always give This is the example I would always give
while trying to explain it to him. while trying to explain it to him.
![[markup-vs-margin]] ![[markup-vs-margin#Markup vs. Margin]]
*** ***
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-02-14
aliases: []
title: 2026-02-14
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
weekly: "[[2026-W07]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-14
+24 -7
View File
@@ -12,16 +12,27 @@ dg-publish: true
--- ---
# Markup vs. Margin # Markup vs. Margin
**Markup** and **margin** are both terms to describe the percent profit of a sold good or service. **Markup** and **margin** describe the profit of a sold good or service in terms of its cost.
**Markup** describes an item's profit relative to its cost to the merchant.
**Margin** describes an item's profit relative to its cost to the customer. $$
\text{Profit} = \text{Sell Price} - \text{Cost}
$$
**Markup** describes an item's profit as a fraction of its cost to the merchant.
$$
\text{Markup} = \frac{\text{Profit}}{\text{Cost}}
$$
**Margin** describes an item's profit as a fraction of its sell price,
its cost to the customer.
$$ $$
\text{Profit} = \text{Sell Price} - \text{Cost}, \quad
\text{Markup} = \frac{\text{Profit}}{\text{Cost}}, \quad
\text{Margin} = \frac{\text{Profit}}{\text{Sell Price}} \text{Margin} = \frac{\text{Profit}}{\text{Sell Price}}
$$ $$
## Example
Suppose a product that Suppose a product that
* costs $80 to produce * costs $80 to produce
* is sold for $100 * is sold for $100
@@ -32,8 +43,14 @@ $$
\text{Margin} = \frac{20}{100} = 20\% \text{Margin} = \frac{20}{100} = 20\%
$$ $$
Because of \*waves hands\* finance reasons, Contractors (and sellers of products and services in general)
contractors (and sellers of products and services in general)
almost exclusively talk about profit in terms of margin. almost exclusively talk about profit in terms of margin.
Even if someone says "15% _markup_" Even if someone says "15% _markup_"
they may still be talking about margin. they may still be talking about margin.
## Converting Between Markup and Margin
$$
\text{Margin} = \frac{\text{Markup}}{1 + \text{Markup}}, \quad
\text{Markup} = \frac{\text{Margin}}{1 - \text{Margin}}
$$