{"id":3612,"date":"2025-04-29T00:28:13","date_gmt":"2025-04-29T04:28:13","guid":{"rendered":"https:\/\/calculatorcch.com\/?page_id=3612"},"modified":"2025-04-29T00:30:05","modified_gmt":"2025-04-29T04:30:05","slug":"bill-splitting-calculator","status":"publish","type":"page","link":"https:\/\/calculatorcch.com\/en\/calculators-everyday-life\/bill-splitting-calculator\/","title":{"rendered":"Account Division Calculator"},"content":{"rendered":"<p>[et_pb_section fb_built=\u201d1\u2033 custom_padding_last_edited=\u201don|desktop\u201d _builder_version=\u201d4.27.4\u2033 _module_preset=\u201ddefault\u201d background_color=\u201drgba(214,214,214,0.2)\u201d custom_margin_tablet=\u201d\u201d custom_margin_phone=\u201d\u201d custom_margin_last_edited=\u201don|phone\u201d custom_padding=\u201d0px||0px||false|false\u201d custom_padding_tablet=\u201d22px||22px||true|false\u201d custom_padding_phone=\u201d22px||22px||true|false\u201d bottom_divider_style=\u201dwaves2\u2033 bottom_divider_color=\u201d#0970C4\u2033 bottom_divider_height=\u201d37px\u201d bottom_divider_height_tablet=\u201d37px\u201d bottom_divider_height_phone=\u201d37px\u201d bottom_divider_height_last_edited=\u201don|desktop\u201d background_last_edited=\u201don|desktop\u201d global_colors_info=\u201d{}\u201d][et_pb_row _builder_version=\u201d4.27.4\u2033 _module_preset=\u201ddefault\u201d global_colors_info=\u201d{}\u201d][et_pb_column type=\u201d4_4\u2033 _builder_version=\u201d4.27.4\u2033 _module_preset=\u201ddefault\u201d global_colors_info=\u201d{}\u201d][et_pb_text _builder_version=\u201d4.27.4\u2033 _module_preset=\u201ddefault\u201d global_colors_info=\u201d{}\u201d]<\/p>\n<h1><b>Bill Splitting Calculator \u2013 Easily Divide Expenses Among Friends<\/b><\/h1>\n<p>[\/et_pb_text][et_pb_code _builder_version=\u201d4.27.4\u2033 _module_preset=\u201ddefault\u201d custom_margin=\u201d||0px||false|false\u201d custom_margin_tablet=\u201d||0px||false|false\u201d custom_margin_phone=\u201d||0px||false|false\u201d custom_margin_last_edited=\u201don|desktop\u201d custom_padding=\u201d||||false|false\u201d global_colors_info=\u201d{}\u201d]<\/p>\n<div class=\"roi-calculator-container\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"form-group\"><!-- [et_pb_line_break_holder] -->        <label for=\"billAmount\" id=\"billAmountLabel\">Total Account Amount ($)<\/label><!-- [et_pb_line_break_holder] -->        <input type=\"number\" id=\"billAmount\" min=\"0\" step=\"any\" placeholder=\"Eg: 25000\"><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"form-group\"><!-- [et_pb_line_break_holder] -->        <label for=\"tipPercentage\" id=\"tipPercentageLabel\">Tip Percentage (%)<\/label><!-- [et_pb_line_break_holder] -->        <input type=\"number\" id=\"tipPercentage\" min=\"0\" step=\"1\" value=\"10\" placeholder=\"Eg: 10\"><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"form-group\"><!-- [et_pb_line_break_holder] -->        <label for=\"numberOfPeople\" id=\"numberOfPeopleLabel\">Number of People<\/label><!-- [et_pb_line_break_holder] -->        <input type=\"number\" id=\"numberOfPeople\" min=\"1\" step=\"1\" placeholder=\"Ex: 4\"><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <button id=\"calculateButton\" onclick=\"splitBill()\">Split the Bill<\/button><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"result\" id=\"result\" style=\"margin-top: 20px;\"><\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/p>\n<style><!-- [et_pb_line_break_holder] -->    \/* INICIO BLOQUE CSS - NO MODIFICAR (excepto a\u00f1adidos\/ajustes) *\/<!-- [et_pb_line_break_holder] -->    .roi-calculator-container { background: white; padding: 20px; border-radius: 8px; max-width: 500px; margin: 0 auto; }<!-- [et_pb_line_break_holder] -->    .roi-calculator-container .form-group { margin-bottom: 15px; }<!-- [et_pb_line_break_holder] -->    .roi-calculator-container label { display: block; margin-bottom: 5px; font-family: Arial, sans-serif; color: #000000; }<!-- [et_pb_line_break_holder] -->    \/* Input types text, number, date added *\/<!-- [et_pb_line_break_holder] -->    .roi-calculator-container input[type=\"number\"],<!-- [et_pb_line_break_holder] -->    .roi-calculator-container input[type=\"text\"],<!-- [et_pb_line_break_holder] -->    .roi-calculator-container input[type=\"date\"] {<!-- [et_pb_line_break_holder] -->        width: 100%; padding: 8px; box-sizing: border-box; border: 1px solid #0970C4; border-radius: 4px; font-family: Arial, sans-serif; color: #000000; height: 36px; \/* Base height *\/<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->     \/* Estilos a\u00f1adidos para Textarea *\/<!-- [et_pb_line_break_holder] -->     .roi-calculator-container textarea {<!-- [et_pb_line_break_holder] -->        width: 100%; padding: 8px; box-sizing: border-box; border: 1px solid #0970C4; border-radius: 4px; font-family: Arial, sans-serif; color: #000000; line-height: 1.4; min-height: 80px; vertical-align: top;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    .roi-calculator-container .result { font-family: Arial, sans-serif; color: #000000; padding: 15px; line-height: 1.5; }<!-- [et_pb_line_break_holder] -->    .roi-calculator-container .disclaimer { font-size: 0.85em; color: #555; margin-top: 10px; }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/* Estilos a\u00f1adidos para SELECT *\/<!-- [et_pb_line_break_holder] -->    .roi-calculator-container select {<!-- [et_pb_line_break_holder] -->        width: 100%; padding: 8px; box-sizing: border-box; border: 1px solid #0970C4; border-radius: 4px; font-family: Arial, sans-serif; color: #000000; background-color: white; height: 36px; \/* Altura base *\/<!-- [et_pb_line_break_holder] -->        -webkit-appearance: none; -moz-appearance: none; appearance: none;<!-- [et_pb_line_break_holder] -->        background-image: url('data:image\/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%230970C4%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');<!-- [et_pb_line_break_holder] -->        background-repeat: no-repeat; background-position: right 10px top 50%; background-size: 10px auto; padding-right: 30px;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->     \/* Ajustes Media Query para incluir inputs, select, textarea *\/<!-- [et_pb_line_break_holder] -->     @media (min-width: 981px) {<!-- [et_pb_line_break_holder] -->         .roi-calculator-container label, .roi-calculator-container input[type=\"number\"], .roi-calculator-container input[type=\"text\"], .roi-calculator-container input[type=\"date\"], .roi-calculator-container select, .roi-calculator-container textarea, .roi-calculator-container .result { font-size: 20px; }<!-- [et_pb_line_break_holder] -->         .roi-calculator-container button { font-size: 20px; text-align: center; display: block; margin: 0 auto; }<!-- [et_pb_line_break_holder] -->         .roi-calculator-container input[type=\"number\"], .roi-calculator-container input[type=\"text\"], .roi-calculator-container input[type=\"date\"], .roi-calculator-container select, .roi-calculator-container textarea { height: 40px; }<!-- [et_pb_line_break_holder] -->         .roi-calculator-container textarea { min-height: 100px; }<!-- [et_pb_line_break_holder] -->         .roi-calculator-container .disclaimer { font-size: 0.8em; }<!-- [et_pb_line_break_holder] -->     }<!-- [et_pb_line_break_holder] -->     @media (max-width: 980px) and (min-width: 768px) {<!-- [et_pb_line_break_holder] -->         .roi-calculator-container label, .roi-calculator-container input[type=\"number\"], .roi-calculator-container input[type=\"text\"], .roi-calculator-container input[type=\"date\"], .roi-calculator-container select, .roi-calculator-container textarea, .roi-calculator-container .result { font-size: 17px; }<!-- [et_pb_line_break_holder] -->         .roi-calculator-container button { font-size: 20px; text-align: center; display: block; margin: 0 auto; }<!-- [et_pb_line_break_holder] -->          .roi-calculator-container input[type=\"number\"], .roi-calculator-container input[type=\"text\"], .roi-calculator-container input[type=\"date\"], .roi-calculator-container select, .roi-calculator-container textarea { height: 38px; }<!-- [et_pb_line_break_holder] -->          .roi-calculator-container textarea { min-height: 90px; }<!-- [et_pb_line_break_holder] -->         .roi-calculator-container .disclaimer { font-size: 0.85em; }<!-- [et_pb_line_break_holder] -->     }<!-- [et_pb_line_break_holder] -->     @media (max-width: 767px) {<!-- [et_pb_line_break_holder] -->         .roi-calculator-container label, .roi-calculator-container input[type=\"number\"], .roi-calculator-container input[type=\"text\"], .roi-calculator-container input[type=\"date\"], .roi-calculator-container select, .roi-calculator-container textarea, .roi-calculator-container .result { font-size: 16px; }<!-- [et_pb_line_break_holder] -->         .roi-calculator-container button { font-size: 20px; text-align: center; display: block; margin: 0 auto; }<!-- [et_pb_line_break_holder] -->         .roi-calculator-container input[type=\"number\"], .roi-calculator-container input[type=\"text\"], .roi-calculator-container input[type=\"date\"], .roi-calculator-container select, .roi-calculator-container textarea { height: 36px; }<!-- [et_pb_line_break_holder] -->          .roi-calculator-container textarea { min-height: 80px; }<!-- [et_pb_line_break_holder] -->         .roi-calculator-container .disclaimer { font-size: 0.9em; }<!-- [et_pb_line_break_holder] -->     }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    .roi-calculator-container button { padding: 10px 20px; background-color: #C35D09; color: white; border: none; border-radius: 4px; cursor: pointer; margin-top: 15px; \/* Added margin *\/ }<!-- [et_pb_line_break_holder] -->    .roi-calculator-container button:hover { background-color: #b35408; }<!-- [et_pb_line_break_holder] -->    \/* FIN BLOQUE CSS *\/<!-- [et_pb_line_break_holder] --><\/style>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->    \/\/ --- Translations ---<!-- [et_pb_line_break_holder] -->    const translations = {<!-- [et_pb_line_break_holder] -->        es: {<!-- [et_pb_line_break_holder] -->            billAmountLabel: \"Monto Total de la Cuenta ($)\",<!-- [et_pb_line_break_holder] -->            tipPercentageLabel: \"Porcentaje de Propina (%)\",<!-- [et_pb_line_break_holder] -->            numberOfPeopleLabel: \"N\u00famero de Personas\",<!-- [et_pb_line_break_holder] -->            billAmountPlaceholder: \"Ej: 25000\",<!-- [et_pb_line_break_holder] -->            tipPercentagePlaceholder: \"Ej: 10\",<!-- [et_pb_line_break_holder] -->            numberOfPeoplePlaceholder: \"Ej: 4\",<!-- [et_pb_line_break_holder] -->            calculateButton: \"Dividir la Cuenta\",<!-- [et_pb_line_break_holder] -->            resultTotalAmount: \"Monto Total (con propina):\",<!-- [et_pb_line_break_holder] -->            resultPerPerson: \"Monto por Persona:\",<!-- [et_pb_line_break_holder] -->            errorInvalidInput: \"Por favor, introduce valores num\u00e9ricos v\u00e1lidos en todos los campos.\",<!-- [et_pb_line_break_holder] -->            errorNegativeValues: \"El monto de la cuenta y la propina no pueden ser negativos.\",<!-- [et_pb_line_break_holder] -->            errorInvalidPeople: \"El n\u00famero de personas debe ser al menos 1.\"<!-- [et_pb_line_break_holder] -->        },<!-- [et_pb_line_break_holder] -->        en: {<!-- [et_pb_line_break_holder] -->            billAmountLabel: \"Total Bill Amount ($)\",<!-- [et_pb_line_break_holder] -->            tipPercentageLabel: \"Tip Percentage (%)\",<!-- [et_pb_line_break_holder] -->            numberOfPeopleLabel: \"Number of People\",<!-- [et_pb_line_break_holder] -->            billAmountPlaceholder: \"e.g., 55.75\",<!-- [et_pb_line_break_holder] -->            tipPercentagePlaceholder: \"e.g., 15\",<!-- [et_pb_line_break_holder] -->            numberOfPeoplePlaceholder: \"e.g., 4\",<!-- [et_pb_line_break_holder] -->            calculateButton: \"Split Bill\",<!-- [et_pb_line_break_holder] -->            resultTotalAmount: \"Total Amount (with tip):\",<!-- [et_pb_line_break_holder] -->            resultPerPerson: \"Amount per Person:\",<!-- [et_pb_line_break_holder] -->            errorInvalidInput: \"Please enter valid numerical values in all fields.\",<!-- [et_pb_line_break_holder] -->            errorNegativeValues: \"Bill amount and tip cannot be negative.\",<!-- [et_pb_line_break_holder] -->            errorInvalidPeople: \"Number of people must be at least 1.\"<!-- [et_pb_line_break_holder] -->        },<!-- [et_pb_line_break_holder] -->        fr: {<!-- [et_pb_line_break_holder] -->            billAmountLabel: \"Montant Total de l'Addition ($)\",<!-- [et_pb_line_break_holder] -->            tipPercentageLabel: \"Pourcentage de Pourboire (%)\",<!-- [et_pb_line_break_holder] -->            numberOfPeopleLabel: \"Nombre de Personnes\",<!-- [et_pb_line_break_holder] -->            billAmountPlaceholder: \"Ex : 48.50\",<!-- [et_pb_line_break_holder] -->            tipPercentagePlaceholder: \"Ex : 10\",<!-- [et_pb_line_break_holder] -->            numberOfPeoplePlaceholder: \"Ex : 4\",<!-- [et_pb_line_break_holder] -->            calculateButton: \"Diviser l'Addition\",<!-- [et_pb_line_break_holder] -->            resultTotalAmount: \"Montant Total (avec pourboire) :\",<!-- [et_pb_line_break_holder] -->            resultPerPerson: \"Montant par Personne :\",<!-- [et_pb_line_break_holder] -->            errorInvalidInput: \"Veuillez entrer des valeurs num\u00e9riques valides dans tous les champs.\",<!-- [et_pb_line_break_holder] -->            errorNegativeValues: \"Le montant de l'addition et le pourboire ne peuvent pas \u00eatre n\u00e9gatifs.\",<!-- [et_pb_line_break_holder] -->            errorInvalidPeople: \"Le nombre de personnes doit \u00eatre d'au moins 1.\"<!-- [et_pb_line_break_holder] -->        },<!-- [et_pb_line_break_holder] -->        pt: {<!-- [et_pb_line_break_holder] -->            billAmountLabel: \"Valor Total da Conta ($)\",<!-- [et_pb_line_break_holder] -->            tipPercentageLabel: \"Percentual de Gorjeta (%)\",<!-- [et_pb_line_break_holder] -->            numberOfPeopleLabel: \"N\u00famero de Pessoas\",<!-- [et_pb_line_break_holder] -->            billAmountPlaceholder: \"Ex: 120.00\",<!-- [et_pb_line_break_holder] -->            tipPercentagePlaceholder: \"Ex: 10\",<!-- [et_pb_line_break_holder] -->            numberOfPeoplePlaceholder: \"Ex: 4\",<!-- [et_pb_line_break_holder] -->            calculateButton: \"Dividir a Conta\",<!-- [et_pb_line_break_holder] -->            resultTotalAmount: \"Valor Total (com gorjeta):\",<!-- [et_pb_line_break_holder] -->            resultPerPerson: \"Valor por Pessoa:\",<!-- [et_pb_line_break_holder] -->            errorInvalidInput: \"Por favor, insira valores num\u00e9ricos v\u00e1lidos em todos os campos.\",<!-- [et_pb_line_break_holder] -->            errorNegativeValues: \"O valor da conta e a gorjeta n\u00e3o podem ser negativos.\",<!-- [et_pb_line_break_holder] -->            errorInvalidPeople: \"O n\u00famero de pessoas deve ser pelo menos 1.\"<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    };<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->     \/\/ --- Helper Function for Currency Formatting ---<!-- [et_pb_line_break_holder] -->     function formatCurrency(value, lang) {<!-- [et_pb_line_break_holder] -->         \/\/ Basic formatting with '$' prefix and fixed 2 decimals<!-- [et_pb_line_break_holder] -->         \/\/ Could use Intl.NumberFormat for locale-specific formatting if needed<!-- [et_pb_line_break_holder] -->         \/\/ return '$ ' + value.toFixed(2);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->         \/\/ Using Intl.NumberFormat for better locale support, but keeping '$' prefix<!-- [et_pb_line_break_holder] -->          const formatter = new Intl.NumberFormat(lang + '-CL', { \/\/ Use locale hint if available<!-- [et_pb_line_break_holder] -->               \/\/ style: 'currency', \/\/ Avoids double currency symbol potentially<!-- [et_pb_line_break_holder] -->               \/\/ currency: 'CLP', \/\/ Or 'USD' depending on intent, but '$' is requested<!-- [et_pb_line_break_holder] -->               minimumFractionDigits: 0, \/\/ Chilean Peso often uses no decimals<!-- [et_pb_line_break_holder] -->               maximumFractionDigits: 0<!-- [et_pb_line_break_holder] -->           });<!-- [et_pb_line_break_holder] -->            return '$ ' + formatter.format(Math.round(value)); \/\/ Round for CLP-like display<!-- [et_pb_line_break_holder] -->     }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ --- Core Functions ---<!-- [et_pb_line_break_holder] -->    function setLanguage(language) {<!-- [et_pb_line_break_holder] -->        if (!translations[language]) {<!-- [et_pb_line_break_holder] -->            console.error(\"Language not found:\", language);<!-- [et_pb_line_break_holder] -->            language = 'en'; \/\/ Fallback<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        const langTrans = translations[language];<!-- [et_pb_line_break_holder] -->        document.getElementById('billAmountLabel').innerText = langTrans.billAmountLabel;<!-- [et_pb_line_break_holder] -->        document.getElementById('tipPercentageLabel').innerText = langTrans.tipPercentageLabel;<!-- [et_pb_line_break_holder] -->        document.getElementById('numberOfPeopleLabel').innerText = langTrans.numberOfPeopleLabel;<!-- [et_pb_line_break_holder] -->        document.getElementById('billAmount').placeholder = langTrans.billAmountPlaceholder;<!-- [et_pb_line_break_holder] -->        document.getElementById('tipPercentage').placeholder = langTrans.tipPercentagePlaceholder;<!-- [et_pb_line_break_holder] -->        document.getElementById('numberOfPeople').placeholder = langTrans.numberOfPeoplePlaceholder;<!-- [et_pb_line_break_holder] -->        document.getElementById('calculateButton').innerText = langTrans.calculateButton;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ Clear result on language change<!-- [et_pb_line_break_holder] -->        const resultDiv = document.getElementById('result');<!-- [et_pb_line_break_holder] -->        if (resultDiv) {<!-- [et_pb_line_break_holder] -->             resultDiv.innerHTML = '';<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    function getUserLanguage() {<!-- [et_pb_line_break_holder] -->        const userLang = navigator.language || navigator.userLanguage;<!-- [et_pb_line_break_holder] -->        const language = userLang.split('-')[0];<!-- [et_pb_line_break_holder] -->        \/\/ Override for Chile context if needed, or use browser default<!-- [et_pb_line_break_holder] -->        \/\/ if (userLang.includes('es-CL')) return 'es';<!-- [et_pb_line_break_holder] -->        return translations[language] ? language : 'en'; \/\/ Ingl\u00e9s como fallback<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->     \/\/ Inicializar idioma una vez que el DOM est\u00e9 listo<!-- [et_pb_line_break_holder] -->     document.addEventListener('DOMContentLoaded', (event) => {<!-- [et_pb_line_break_holder] -->         if (translations && Object.keys(translations).length > 0 && translations.en && Object.keys(translations.en).length > 0) {<!-- [et_pb_line_break_holder] -->             try {<!-- [et_pb_line_break_holder] -->                 const language = getUserLanguage();<!-- [et_pb_line_break_holder] -->                 setLanguage(language);<!-- [et_pb_line_break_holder] -->             } catch (error) {<!-- [et_pb_line_break_holder] -->                 console.error(\"Error setting initial language:\", error);<!-- [et_pb_line_break_holder] -->                 setLanguage('en'); \/\/ Fallback safely<!-- [et_pb_line_break_holder] -->             }<!-- [et_pb_line_break_holder] -->         } else {<!-- [et_pb_line_break_holder] -->               console.warn(\"Translations object might be empty or incomplete on DOMContentLoaded.\");<!-- [et_pb_line_break_holder] -->               try { setLanguage('en'); } catch (e) { console.error(\"Failed to set default language.\", e)}<!-- [et_pb_line_break_holder] -->         }<!-- [et_pb_line_break_holder] -->     });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    function splitBill() {<!-- [et_pb_line_break_holder] -->        const lang = getUserLanguage();<!-- [et_pb_line_break_holder] -->        const resultDiv = document.getElementById('result');<!-- [et_pb_line_break_holder] -->        resultDiv.innerHTML = ''; \/\/ Clear previous result<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ --- Get Inputs ---<!-- [et_pb_line_break_holder] -->        const billStr = document.getElementById('billAmount').value;<!-- [et_pb_line_break_holder] -->        const tipStr = document.getElementById('tipPercentage').value;<!-- [et_pb_line_break_holder] -->        const peopleStr = document.getElementById('numberOfPeople').value;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        const bill = parseFloat(billStr);<!-- [et_pb_line_break_holder] -->        const tipPercent = parseFloat(tipStr);<!-- [et_pb_line_break_holder] -->        const people = parseInt(peopleStr);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ --- Validation ---<!-- [et_pb_line_break_holder] -->        if (isNaN(bill) || isNaN(tipPercent) || isNaN(people)) {<!-- [et_pb_line_break_holder] -->            resultDiv.innerText = translations[lang].errorInvalidInput;<!-- [et_pb_line_break_holder] -->            return;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        if (bill < 0 || tipPercent < 0) {<!-- [et_pb_line_break_holder] -->             resultDiv.innerText = translations[lang].errorNegativeValues;<!-- [et_pb_line_break_holder] -->             return;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->         if (people < 1 || !Number.isInteger(parseFloat(peopleStr))) { \/\/ Check integer part<!-- [et_pb_line_break_holder] -->             resultDiv.innerText = translations[lang].errorInvalidPeople;<!-- [et_pb_line_break_holder] -->             return;<!-- [et_pb_line_break_holder] -->         }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ --- Calculation ---<!-- [et_pb_line_break_holder] -->        const tipAmount = bill * (tipPercent \/ 100);<!-- [et_pb_line_break_holder] -->        const totalAmount = bill + tipAmount;<!-- [et_pb_line_break_holder] -->        const amountPerPerson = totalAmount \/ people;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ --- Display Result ---<!-- [et_pb_line_break_holder] -->        resultDiv.innerHTML = `<!-- [et_pb_line_break_holder] -->            <strong>${translations[lang].resultTotalAmount}<\/strong> ${formatCurrency(totalAmount, lang)}<!\u2013- [et_pb_br_holder] -\u2013><!-- [et_pb_line_break_holder] -->            <strong>${translations[lang].resultPerPerson}<\/strong> ${formatCurrency(amountPerPerson, lang)}<!-- [et_pb_line_break_holder] -->        `;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_text admin_label=\u201dVOTE CODE\u201d _builder_version=\u201d4.27.4\u2033 _module_preset=\u201d88b21c46-bab4-4990-9def-73fb03a32482\u2033 text_orientation=\u201dcenter\u201d custom_margin=\u201d0px||0px||true|false\u201d custom_padding=\u201d0px||0px|507px|true|false\u201d custom_padding_tablet=\u201d|||274px|true|false\u201d custom_padding_phone=\u201d|||131px|true|false\u201d custom_padding_last_edited=\u201don|desktop\u201d global_colors_info=\u201d{}\u201d]<\/p>\n<div class=\"et_social_networks et_social_autowidth et_social_slide et_social_circle et_social_top et_social_withcounts et_social_nospace et_social_mobile_on et_social_withnetworknames et_social_outer_dark\">\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<ul class=\"et_social_icons_container\"><li class=\"et_social_like\">\n\t\t\t\t\t\t<a href=\"#\" class=\"et_social_follow\" data-social_name=\"like\" data-social_type=\"like\" data-post_id=\"0\" target=\"_blank\">\n\t\t\t\t\t\t\t<i class=\"et_social_icon et_social_icon_like\"><\/i>\n\t\t\t\t\t\t\t<div class=\"et_social_network_label\"><div class=\"et_social_networkname\">Vote<\/div><div class=\"et_social_count\">\n\t\t\t\t\t\t<span>0<\/span>\n\t\t\t\t\t\t<span class=\"et_social_count_label\">Likes<\/span>\n\t\t\t\t\t<\/div><\/div>\n\t\t\t\t\t\t\t<span class=\"et_social_overlay\"><\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/li><\/ul>\n\t\t\t\t<\/div>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u201d1\u2033 custom_padding_last_edited=\u201don|phone\u201d _builder_version=\u201d4.27.4\u2033 _module_preset=\u201ddefault\u201d custom_margin_tablet=\u201d\u201d custom_margin_phone=\u201d\u201d custom_margin_last_edited=\u201don|phone\u201d custom_padding=\u201d0px||||false|false\u201d custom_padding_tablet=\u201d22px||22px||true|false\u201d custom_padding_phone=\u201d22px||22px||true|false\u201d global_colors_info=\u201d{}\u201d][et_pb_row _builder_version=\u201d4.27.4\u2033 _module_preset=\u201ddefault\u201d global_colors_info=\u201d{}\u201d][et_pb_column type=\u201d4_4\u2033 _builder_version=\u201d4.27.4\u2033 _module_preset=\u201ddefault\u201d global_colors_info=\u201d{}\u201d][et_pb_text _builder_version=\u201d4.27.4\u2033 _module_preset=\u201ddefault\u201d global_colors_info=\u201d{}\u201d]<\/p>\n<h2><b>Calculate How Much Each Person Pays (Including Tip!)<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Going out to eat with friends, buying a gift as a group, or sharing travel expenses is great, but when it comes time to pay and split the bill, it can get complicated! Calculating how much each person should get, especially if you want to add a tip, can lead to confusion or errors. Our Bill Splitting Calculator is designed to make this process simple, fast, and fair for everyone.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">With our tool:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2705 Split any total amount equally between multiple people instantly.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2705 Easily include a tip percentage in the total before splitting.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2705 Avoid calculation errors, awkward moments, and arguments when paying.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Use our calculator now and make splitting the check the easiest part of the meeting.<\/span><\/p>\n<h2><b>Example of Account Division<\/b><\/h2>\n<h3><b>International \u2013 USD<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Imagine that <\/span><b>four friends<\/b><span style=\"font-weight: 400;\"> They have dinner together at a restaurant and the total bill is <\/span><b>$120.50 USD<\/b><span style=\"font-weight: 400;\">. They decide to leave a standard tip of <\/span><b>15%<\/b><span style=\"font-weight: 400;\"> for good service. How much should each person pay?<\/span><\/p>\n<p><b>Data for calculation:<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Total Account Amount:<\/b><span style=\"font-weight: 400;\"> $120.50 USD<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Number of People:<\/b><span style=\"font-weight: 400;\"> 4<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Tip Percentage:<\/b><span style=\"font-weight: 400;\"> 15%<\/span><\/li>\n<\/ul>\n<p><b>Performing the Calculation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">First, we calculate the tip amount:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tip = Total Amount \u00d7 (Tip Percentage \/ 100)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tip = $120.50 \u00d7 (15 \/ 100) = $120.50 \u00d7 0.15 = $18.08 USD<\/span><span style=\"font-weight: 400;\"> (rounded)<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Then, we calculate the grand total by adding the bill and the tip:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grand Total = Total Amount + Tip<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grand Total = $120.50 + $18.08 = $138.58 USD<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Finally, we divide the grand total by the number of people:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Payment per Person = Grand Total \/ Number of People<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Payment per Person = $138.58 \/ 4 = $34.645<\/span><span style=\"font-weight: 400;\"> (rounded to <\/span><b>$34.65 USD<\/b><span style=\"font-weight: 400;\">)<\/span><\/li>\n<\/ul>\n<p><b>\ud83d\udcca Result:<\/b><span style=\"font-weight: 400;\"> Each of the four friends must pay <\/span><b>$34.65 USD<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Our calculator does these calculations for you in an instant, ensuring fair and easy division.<\/span><\/p>\n<h3><b>National (CLP \u2013 Chile)<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Imagine that four friends have dinner together in Santiago and the total restaurant bill is <\/span><b>$60,000 CLP<\/b><span style=\"font-weight: 400;\"> (Chilean pesos). They decide to leave a suggested tip of 10%. How much should each person pay?<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Data for calculation:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Total Account Amount: $60,000 CLP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Number of People: 4<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tip Percentage: 10%<\/span><\/li>\n<\/ul>\n<h3><b>Performing the Calculation:<\/b><\/h3>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Calculate the Tip:<\/b><span style=\"font-weight: 400;\"> Tip=Total Amount\u00d7(Tip Percentage\/100) Tip=$60,000\u00d7(10\/100)=$6,000 CLP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Calculate the Grand Total (Check + Tip):<\/b><span style=\"font-weight: 400;\"> General Total=Total Amount+Tip General Total=$60,000+$6,000=$66,000 CLP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Divide by the Number of People:<\/b><span style=\"font-weight: 400;\"> Payment per Person = Grand Total \/ Number of People Payment per Person = $66,000 \/ 4 = $16,500 CLP<\/span><\/li>\n<\/ol>\n<p><b>\ud83d\udcca Result:<\/b><span style=\"font-weight: 400;\"> Each of the four friends must pay <\/span><b>$16,500 CLP<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Our calculator does these calculations for you in an instant, ensuring a fair division.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ud83d\udce2 Split your next bill easily with our calculator.<\/span><\/p>\n<h2><b>How Does Our Bill Splitting Calculator Work?<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Dividing any shared expenses is easy by following these steps:<\/span><\/p>\n<h3><b>Step 1: Enter the Total Account Amount<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">\ud83d\udcb0 Enter the total cost of the expense you need to split (the final bill amount, the price of the gift, etc.). Make sure to enter the correct numerical value.<\/span><\/p>\n<p><b>Why is it important?<\/b><span style=\"font-weight: 400;\"> This is the base amount to be distributed.<\/span><\/p>\n<h3><b>Step 2: Indicate the Number of People<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">\ud83d\udc65 Enter how many people will share this expense and split the total payment.<\/span><\/p>\n<p><b>Why is it important?<\/b><span style=\"font-weight: 400;\"> Determine how many equal parts the cost will be divided into.<\/span><\/p>\n<h3><b>Step 3: Add the Tip (Optional)<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">\u2b50 If applicable (such as at a restaurant), enter the tip percentage you&#039;d like to leave (e.g., 10 for a 10%). If not applicable or you don&#039;t want to leave a tip, simply leave this field set to 0 or empty.<\/span><\/p>\n<p><b>Why is it important?<\/b><span style=\"font-weight: 400;\"> It allows you to easily include tips and distribute them equally among everyone.<\/span><\/p>\n<h3><b>Step 4: Calculate the Division per Person<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">\u2705 Click Calculate! The tool will perform the following calculations:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Payment per Person = (Total Amount + (Total Amount \u00d7 %Pip \/ 100)) \/ Number of People<\/span><\/p>\n<p><span style=\"font-weight: 400;\">It will be clearly displayed how much each person must pay (in the corresponding currency, e.g. CLP $).<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ud83d\udd39 Show the result to your friends for complete transparency.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ud83d\udd39 Facilitates the collection of <a href=\"https:\/\/calculatorcch.com\/en\/Dinero\/\" title=\"Money: Master the Game \u2013 Tony Robbins\" class=\"pretty-link-keyword\"rel=\"\" target=\"_blank\">money<\/a> or individual payments.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ud83d\udd39 Pay your bill quickly and stress-free.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ud83d\udce2 Going out to eat? Keep this calculator handy to split the bill at the end!<\/span><\/p>\n<h2><b>This is only for entrepreneurs, business owners and freelancers.<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">\ud83d\ude80 If you need to launch your website, SaaS or online store quickly and efficiently, visit<\/span><a href=\"https:\/\/nippylaunch.com\/\" rel=\"nofollow noopener\" target=\"_blank\"> <span style=\"font-weight: 400;\">NippyLaunch.com<\/span><\/a><span style=\"font-weight: 400;\">We create your digital platform so you can start operating as quickly as possible.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ud83d\udcc8 If you need to attract more customers and grow your business through effective digital advertising and marketing strategies, visit<\/span><a href=\"https:\/\/cleefcompany.com\/\" rel=\"nofollow noopener\" target=\"_blank\"> <span style=\"font-weight: 400;\">CleefCompany.com<\/span><\/a><span style=\"font-weight: 400;\">We boost your visibility and conversions.<\/span><\/p>\n<h2><b>What is the Account Splitting Calculator?<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">The Bill Splitting Calculator is a simple tool designed to calculate how much each individual should pay when a group of people share a total expense.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Its main function is to take the total amount, optionally add a tip percentage, and divide the final result equally among the indicated number of people.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">It&#039;s especially useful in social situations such as dining at restaurants, group gift shopping, splitting lodging expenses during travel, or any scenario where a cost needs to be split equally.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">It simplifies a calculation that, although simple, can lead to errors or delays if done mentally or under pressure at the time of payment.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Promotes fairness and transparency in shared expenses, facilitating social interactions.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ud83d\udc49 Make sharing expenses a pleasant and hassle-free experience.<\/span><\/p>\n<h2><b>Recommended books on Personal Finance and Etiquette<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Drive <a href=\"https:\/\/calculatorcch.com\/en\/Dinero\/\" title=\"Money: Master the Game \u2013 Tony Robbins\" class=\"pretty-link-keyword\"rel=\"\" target=\"_blank\">money<\/a> in social situations is important. These books can offer helpful insights:<\/span><\/p>\n<h3><b>1\ufe0f\u20e3 Little Capitalist Pig: Personal Finance for Hippies, Yuppies, and Bohemians \u2013 Sof\u00eda Mac\u00edas<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">A very popular and accessible book on basic personal finance, which helps you manage your money better. <a href=\"https:\/\/calculatorcch.com\/en\/Dinero\/\" title=\"Money: Master the Game \u2013 Tony Robbins\" class=\"pretty-link-keyword\"rel=\"\" target=\"_blank\">money<\/a> in general, including social expenditure.<\/span><\/p>\n<h3><b>2\ufe0f\u20e3 Carre\u00f1o&#039;s Manual (Manual of Urbanity and Good Manners) \u2013 Manuel Antonio Carre\u00f1o<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Although classic, it addresses principles of etiquette and social behavior that, adapted to modern times, include how to handle situations such as paying group bills in a considerate manner.<\/span><\/p>\n<h3><b>3\ufe0f\u20e3 The Psychology of Money \u2013 Morgan Housel<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Explore how our emotions and behaviors influence our financial decisions, which can be relevant to understanding the dynamics of spending and sharing. <a href=\"https:\/\/calculatorcch.com\/en\/Dinero\/\" title=\"Money: Master the Game \u2013 Tony Robbins\" class=\"pretty-link-keyword\"rel=\"\" target=\"_blank\">money<\/a> group.<\/span><\/p>\n<h2><b>Why Use Our Bill Splitting Calculator?<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Our tool makes splitting expenses easier and fairer:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u2705 Avoid Mental Calculation Errors \u2013 Ensure that tipping and division are mathematically correct.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u2705 Fair and Transparent Division \u2013 Everyone pays exactly the same, avoiding arguments about who pays more or less.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u2705 Simple Tip Management \u2013 Easily include the desired percentage in the total calculation.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u2705 Reduce Social Stress \u2013 Eliminate the pressure and potential awkwardness of group checkouts.<\/span><\/li>\n<\/ul>\n<h2><b>Avoid These Common Mistakes When Manually Splitting Bills<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Doing calculations by hand can lead to errors, especially after a good meal:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\ud83d\udeab Incorrectly Calculating Tip Percentage \u2013 Mistaking 10%, 15%, or any other percentage of the total.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\ud83d\udeab Division Errors \u2013 Incorrectly dividing the grand total by the number of people, especially if the result is not a round number.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\ud83d\udeab Forgetting Items or Adding Incorrectly \u2013 Not including all items in the initial total or making a mistake when adding the account manually.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Use our calculator to ensure an accurate and hassle-free result.<\/span><\/p>\n<h2><b>Comparison: Division Calculator vs. Mental or Mobile Calculation<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Why use this specific calculator instead of just eyeballing it or using the basic calculator on your phone?<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u2705 Fast and Specific Focus \u2013 Designed for this exact task, with clear fields for amount, people, and tip. Faster than opening a generic calculator and typing in the formula.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u2705 Built-in Tip Calculator \u2013 Handles tip percentage calculations automatically, an extra step on regular calculators.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u2705 Clarity for the Group \u2013 You can easily show the result to everyone, ensuring transparency.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u2705 Less prone to keyboard errors \u2013 Simple interface reduces the chance of entering numbers or operations incorrectly.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Make the bill splitting process smooth and error-free with our dedicated tool.<\/span><\/p>\n<h2><b>Frequently Asked Questions about the Account Splitting Calculator<\/b><\/h2>\n<h3><b>How to easily split a bill between multiple people?<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">The easiest way is to use our Bill Splitting Calculator. Enter the total amount of the bill, the number of people paying, and optionally, the percentage of gratuity you&#039;d like to add. The calculator will immediately show you how much each person should pay equally.<\/span><\/p>\n<h3><b>What is this calculator for?<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">It&#039;s used to quickly and accurately calculate how much each individual should pay when a group shares an expense and decides to split the total (including or not tips) equally. It&#039;s ideal for restaurants, group gifts, shared travel expenses, and more.<\/span><\/p>\n<h3><b>How does this calculator calculate tips?<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">If you enter a tip percentage (e.g., 10%), the calculator first calculates that percentage based on the total bill (Tip=Amount\u00d7%\/100). Then, add this tip amount to the original bill to get the total due. Finally, divide this total by the number of people.<\/span><\/p>\n<h3><b>Practical example of account splitting<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">An account of <\/span><b>$25,000 CLP<\/b><span style=\"font-weight: 400;\"> between <\/span><b>3 people<\/b><span style=\"font-weight: 400;\">, with a tip of <\/span><b>15%<\/b><span style=\"font-weight: 400;\">:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tip = 25,000\u00d715%=$3,750 CLP.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">General Total = 25,000+$3,750=$28,750 CLP.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Payment per Person = 28,750\/3\u2248$9,583.33 CLP.<\/span><\/li>\n<\/ol>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Result:<\/b><span style=\"font-weight: 400;\"> Each person should pay approximately <\/span><b>$9,583 CLP<\/b><span style=\"font-weight: 400;\"> (could be rounded to 9,590 or 9,600 to facilitate payment).<\/span><\/li>\n<\/ul>\n<h3><b>What if someone consumed much more? Is the split still fair?<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">This calculator is designed to divide the <\/span><b>total amount in equal parts<\/b><span style=\"font-weight: 400;\"> among everyone. If the group decides that someone should pay more because they consumed significantly more, then this calculator is not the right tool for that division. <\/span><i><span style=\"font-weight: 400;\">inequitable<\/span><\/i><span style=\"font-weight: 400;\">In that case, they would need to calculate individual consumption or use more advanced applications that allow them to assign items to specific people.<\/span><\/p>\n<h3><b>Can I round the result per person?<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">The calculator will give you the exact result of the division, which may include decimals (or non-rounded values in CLP). When paying, the group can decide to round up to the nearest peso or convenient amount (e.g., round 16,583 CLP to 16,600 CLP) to facilitate collection or payment.<\/span><\/p>\n<h3><b>Does this calculator work with any currency?<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Yes. The math is currency-independent. Simply enter the total amount in the appropriate currency (e.g., CLP $, USD $, Euros \u20ac) and the result per person will be in that currency.<\/span><\/p>\n<h3><b>Is it common to tip in Chile? How much?<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Yes, in Chile it is customary to tip in restaurants and similar services. The law suggests a <\/span><b>10% of the total bill<\/b><span style=\"font-weight: 400;\"> as a tip, and is usually indicated on the bill, although the guest decides whether or not to pay it and can adjust the amount. Our calculator makes it easy to include this 10% or another percentage the group decides.<\/span><\/p>\n<h3><b>How do we split the bill if we pay with different methods (cash, card)?<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">The calculator gives you the amount that <\/span><i><span style=\"font-weight: 400;\">everyone<\/span><\/i><span style=\"font-weight: 400;\"> must cover. How it is actually paid depends on the group and the venue. Common options:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">One person pays the total amount by card and the others transfer or give their share in cash.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ask the store if they can split the total payment equally between multiple cards.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Gather the corresponding cash between everyone.<\/span><\/li>\n<\/ul>\n<h3><b>Are there mobile apps for splitting more complex bills?<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Yes, there are many apps (such as Splitwise, Tricount, etc.) that allow you to track shared expenses between groups, assign items to specific people, calculate debts between group members, and settle accounts in more complex ways than simply dividing the final total equally. These are very useful for trips or shared expenses over time.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Need to split a bill right now? Use our calculator for a quick and fair result!<\/span><\/p>\n<p>[\/et_pb_text][et_pb_image src=\u201d@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\u201d alt=\u201dDebt Ratio Calculator\u201d title_text=\u201dDebt Ratio Calculator\u201d align=\u201dcenter\u201d align_tablet=\u201dcenter\u201d align_phone=\u201dcenter\u201d align_last_edited=\u201don|desktop\u201d _builder_version=\u201d4.27.4\u2033 _dynamic_attributes=\u201dsrc\u201d _module_preset=\u201ddefault\u201d custom_margin_tablet=\u201d||30px||false|false\u201d custom_margin_phone=\u201d||30px||false|false\u201d custom_margin_last_edited=\u201don|phone\u201d global_colors_info=\u201d{}\u201d][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>","protected":false},"excerpt":{"rendered":"<p>Simplify splitting shared expenses with our bill calculator. Enter the total amount, the number of people, and optionally, the tip to determine how much each person should pay. Perfect for restaurants, travel, and any group expense!<\/p>","protected":false},"author":5,"featured_media":3499,"parent":3471,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-3612","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/calculatorcch.com\/en\/wp-json\/wp\/v2\/pages\/3612","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/calculatorcch.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/calculatorcch.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/calculatorcch.com\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/calculatorcch.com\/en\/wp-json\/wp\/v2\/comments?post=3612"}],"version-history":[{"count":4,"href":"https:\/\/calculatorcch.com\/en\/wp-json\/wp\/v2\/pages\/3612\/revisions"}],"predecessor-version":[{"id":3617,"href":"https:\/\/calculatorcch.com\/en\/wp-json\/wp\/v2\/pages\/3612\/revisions\/3617"}],"up":[{"embeddable":true,"href":"https:\/\/calculatorcch.com\/en\/wp-json\/wp\/v2\/pages\/3471"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/calculatorcch.com\/en\/wp-json\/wp\/v2\/media\/3499"}],"wp:attachment":[{"href":"https:\/\/calculatorcch.com\/en\/wp-json\/wp\/v2\/media?parent=3612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}