Worked example
Dinner bill
- Input
- B = $80; t = 20%; n = 1
- Output
- Gratuity $16; total $96
The selected percentage applies to the entered bill amount before gratuity.
Apply an explicit percentage to the entered bill and divide both the tip and final total across a stated number of people. The calculator makes no claim about what percentage is customary, appropriate, required, or taxable in a particular venue.
Enter bill amount, chosen tip percentage, and the whole number of people sharing the bill.
Review whether the base includes tax or fees, whether gratuity is already included, local custom, and how the group wants to allocate unequal orders.
Read tip amount, bill plus tip, total per person, and tip per person and compare the displayed assumptions before reusing the answer.
Tip amount = bill amount × tip percentage ÷ 100; total amount = bill + tip; total per person = total ÷ people; tip per person = tip amount ÷ people.
An $80 bill with a chosen 20% tip produces a $16 tip and $96 total; split equally between 2 people, each person pays $48 including an $8 tip.
Reference guide
Follow the variables, derivation, precision rule, and worked cases below to reproduce the calculation independently.
| Symbol | Meaning | Unit | Role |
|---|---|---|---|
| B | Bill amount before gratuity | currency | Input |
| t | Selected gratuity rate | % | Input |
| n | Number of people sharing the bill | people | Input |
| T | Gratuity amount | currency | Output |
The calculation retains fractional cents internally, then displays currency to 2 decimal places. When exact payment shares must sum to the cent, assign any rounding remainder explicitly rather than assuming identical rounded shares.
Worked example
The selected percentage applies to the entered bill amount before gratuity.
Worked example
Each displayed share includes an equal portion of the gratuity.
Boundary case
A zero gratuity is mathematically valid; local custom and service context are separate.
The result is arithmetic for the entered bill, rate, and equal split. The calculator does not prescribe whether, when, or how much gratuity a person should leave.
Verification
Trust comes from reproducible evidence, not model confidence. You can inspect the formula, assumptions, worked example, and cited sources on this page.
Tip amount = bill amount × tip percentage ÷ 100; total amount = bill + tip; total per person = total ÷ people; tip per person = tip amount ÷ people.
Enter bill amount, chosen tip percentage, and the whole number of people sharing the bill, then verify whether the base includes tax or fees, whether gratuity is already included, local custom, and how the group wants to allocate unequal orders.
The split is equal and uses the entered bill as the percentage base. Automatic gratuity, service charges, taxes, unequal orders, and payment-processor rounding may change the actual payment.
Last updated 2026-08-25 · tip-and-split-v1 · content-2026-08-22 · Published by YunFanLabs