Split Bill Calculator

Quickly split a bill among friends. Our calculator handles any subtotal, tax, and tip (pre- or post-tax) to find the exact amount per person.

Full original guide (expanded)

Data Source and Methodology

This calculator uses standard arithmetic formulas to ensure an accurate and fair bill split. All calculations are based on fundamental principles of percentage and division.

  • Data Source: Standard U.S. Tipping and Taxation Conventions.
  • Methodology: All calculations are based rigorously on the formulas provided below. The tool provides options for calculating gratuity on either the pre-tax subtotal or the post-tax amount, reflecting common practices and user preference. All final currency values are rounded to the nearest cent.

The Formula Explained

The calculation follows a clear, step-by-step process to determine the final amount each person owes. The formulas are presented here using LaTeX for clarity.

1. Calculate Tax Amount:
If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$

2. Determine Tip Base:
The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$

3. Calculate Tip Amount:
If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$

4. Calculate Grand Total:
$$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$

5. Calculate Amount Per Person:
$$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$

Glossary of Variables

  • Bill Subtotal: The total cost of all items ordered, before any tax or tip is applied. This is the foundational number for all calculations.
  • Tax (% or $): The sales tax applied to the subtotal. You can enter this as a percentage (e.g., 8.5) or a fixed dollar amount.
  • Tip (% or $): The gratuity left for service. You can enter this as a percentage (e.g., 18) or a fixed dollar amount.
  • Calculate Tip On: The setting that determines the base for the tip percentage calculation—either the subtotal alone or the subtotal plus tax.
  • Number of People: The total number of individuals who are splitting the bill.
  • Amount Per Person: The final, equal share that each person owes, including their portion of the subtotal, tax, and tip.
  • Grand Total: The final, total cost of the bill (Subtotal + Tax + Tip).

How It Works: A Step-by-Step Example

Let's walk through a common scenario to see the calculator in action.

Imagine 4 friends dine out. Their bill details are:

  • Bill Subtotal: $120.00
  • Tax: 8%
  • Tip: 20%
  • Number of People: 4
  • Tip Base Selection: 'Subtotal (Pre-Tax)'

Step 1: Calculate the Tax Amount
The calculator first determines the tax owed. $$ \text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60 $$

Step 2: Calculate the Tip Amount
Since the group chose to tip on the pre-tax subtotal, the base is $120.00. $$ \text{Tip Amount} = $120.00 \times \left( \frac{20}{100} \right) = $24.00 $$

Step 3: Calculate the Grand Total
This is the sum of the subtotal, tax, and tip. $$ \text{Grand Total} = $120.00 + $9.60 + $24.00 = $153.60 $$

Step 4: Calculate the Amount Per Person
The grand total is divided equally among the 4 friends. $$ \text{Amount Per Person} = \frac{$153.60}{4} = $38.40 $$

Result: Each person owes $38.40.

Frequently Asked Questions (FAQ)

Should I tip on the pre-tax subtotal or the post-tax amount?

In the United States, standard tipping etiquette is to calculate the tip based on the pre-tax subtotal. However, some people prefer to tip on the post-tax amount as a simpler calculation or an extra show of generosity. Our calculator provides an explicit option for both methods to ensure accuracy based on your preference.

What if someone paid for part of the bill already (e.g., a deposit)?

This calculator is designed for splitting the final, remaining bill. If a deposit was paid, subtract that amount from the 'Bill Subtotal' before entering it into the calculator. For example, if the total bill was $150 and someone paid a $20 deposit, you would enter $130 as the subtotal.

How do I split a bill if we didn't order items of equal value?

This calculator is for splitting the total bill equally. If you need to split the bill based on who ordered specific items, you would need an itemized bill splitter. The best manual method is to calculate the tax and tip percentage (e.g., total tax + tip divided by subtotal), apply that percentage to each person's individual subtotal, and then add their share of any shared items.

What is a standard tip percentage?

In the U.S., a standard tip for full table service at a restaurant is typically between 15% and 20% of the pre-tax subtotal. 15% is often considered average, 18% good, and 20% or higher for excellent service. For other services like delivery or counter service, percentages may differ.

Does this calculator round the amounts?

Yes. All calculations are performed using precise floating-point arithmetic. The final results (Total Tip, Grand Total, and Amount Per Person) are rounded to the nearest cent ($0.01) for practical, real-world payment, which is standard financial practice.

What if the total "per person" amount doesn't add up perfectly?

Because of rounding to the nearest cent, it's possible for the sum of the "per person" shares to be a cent or two off from the Grand Total (e.g., 3 people splitting $10.00 would be $3.33 each, totaling $9.99). This is a normal artifact of rounding. Often, one person will volunteer to pay the extra cent to cover the difference.

Last accuracy review: .


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} =
Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = 

Formula (LaTeX) + variables + units
This section shows the exact formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)\]
\text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}\]
\text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases}
Formula (extracted LaTeX)
\[\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)\]
\text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right)
Formula (extracted LaTeX)
\[\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}\]
\text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount}
Formula (extracted LaTeX)
\[\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}\]
\text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}}
Formula (extracted LaTeX)
\[\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60\]
\text{Tax Amount} = $120.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $$ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $$ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $$ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $$ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $$ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $$ 4. Calculate Grand Total: $$ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $$ 5. Calculate Amount Per Person: $$ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $$
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
\[\]
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
20.00 \times \left( \frac{8}{100} \right) = $9.60
Formula (extracted text)
1. Calculate Tax Amount: If tax is entered as a percentage (%): $ \text{Tax Amount} = \text{Subtotal} \times \left( \frac{\text{Tax \%}}{100} \right) $ 2. Determine Tip Base: The base for the tip calculation depends on your selection: $ \text{Tip Base} = \begin{cases} \text{Subtotal} & \text{if tipping on subtotal} \\ \text{Subtotal} + \text{Tax Amount} & \text{if tipping on subtotal + tax} \end{cases} $ 3. Calculate Tip Amount: If tip is entered as a percentage (%): $ \text{Tip Amount} = \text{Tip Base} \times \left( \frac{\text{Tip \%}}{100} \right) $ 4. Calculate Grand Total: $ \text{Grand Total} = \text{Subtotal} + \text{Tax Amount} + \text{Tip Amount} $ 5. Calculate Amount Per Person: $ \text{Amount Per Person} = \frac{\text{Grand Total}}{\text{Number of People}} $
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas

(Formulas preserved from original page content, if present.)

Version 0.1.0-draft
Citations

Add authoritative sources relevant to this calculator (standards bodies, manuals, official docs).

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).