Tip & Split Calculator Formula
Understand the math behind the tip & split calculator. Each variable explained with a worked example.
Formulas Used
Total Tip
tip_amount = tip_totalTotal with Tip
total_bill = grand_totalEach Person Pays
per_person = grand_total / num_peopleVariables
| Variable | Description | Default |
|---|---|---|
bill_amount | Bill Amount(USD) | 86.5 |
tip_pct | Tip Percentage(%) | 18 |
num_people | Number of People | 4 |
tip_total | Derived value= bill_amount * tip_pct / 100 | calculated |
grand_total | Derived value= bill_amount + tip_total | calculated |
How It Works
How to Calculate Tip and Split a Bill
First compute the tip by multiplying the bill by the tip percentage. Then add the tip to the bill and divide by the number of people.
Formula
Tip = Bill x (Tip % / 100)
Per Person = (Bill + Tip) / Number of People
Worked Example
An $86.50 dinner bill with 18% tip split among 4 people.
- 01Tip = $86.50 x 18/100 = $15.57
- 02Total = $86.50 + $15.57 = $102.07
- 03Per person = $102.07 / 4 = $25.52
Frequently Asked Questions
How much should I tip at a restaurant?
15% is considered standard for adequate service, 18-20% for good service, and 20-25% for exceptional service. Some diners tip based on the pre-tax amount.
Should I tip on the pre-tax or post-tax amount?
Either is acceptable. Tipping on the pre-tax amount is technically correct, but many people tip on the total for simplicity.
How do I round the tip for easy splitting?
Round the total (bill + tip) up to the nearest number easily divisible by the group size. This makes splitting simpler.
Learn More
Guide
How to Calculate a Tip - Complete Tipping Guide
Learn how to calculate a tip at restaurants, salons, and other services. Covers standard percentages, mental math shortcuts, and how to split the bill fairly.
Ready to run the numbers?
Open Tip & Split Calculator