Utility Cost Breakdown: City vs. Rural Living
Enter Monthly Utility Costs (USD $)
Provide your best estimates for monthly costs. If a utility is not applicable or included elsewhere (e.g., water in rent), you can enter 0 or leave a note.
Side-by-Side Cost Comparison
Please enter utility costs in the 'Utility Inputs' tab and click 'Calculate & Compare Costs'.
Overall Cost Summary
Total Estimated Monthly Utility Cost (City): $0.00
Total Estimated Annual Utility Cost (City): $0.00
Total Estimated Monthly Utility Cost (Rural): $0.00
Total Estimated Annual Utility Cost (Rural): $0.00
Monthly Difference (Rural - City): $0.00
Annual Difference (Rural - City): $0.00
General Notes & Influencing Factors
Use this space to add any overarching comments, assumptions, or non-cost factors relevant to your comparison (e.g., lifestyle preferences, commute, availability of services).
City Cost: ${formatCurrency(cityCost)}
`; if (cityNotes) html += `City Notes: ${cityNotes}
Rural Cost: ${formatCurrency(ruralCost)}
`; if (ruralNotes) html += `Rural Notes: ${ruralNotes}
`; }); // Comparison Table const comparisonTableEl = document.querySelector('#comparisonTableContainer .comparison-table'); if (comparisonTableEl) { html += `
Cost Comparison Table
${comparisonTableEl.outerHTML}`; } // Overall Summary const summaryEl = document.getElementById('summaryTotals'); if (summaryEl) { html += `Overall Cost Summary
General Notes & Factors
`; if (cityGeneralNotes) html += `City Living - General Notes:
${cityGeneralNotes}
`; if (ruralGeneralNotes) html += `Rural Living - General Notes:
${ruralGeneralNotes}
`; html += `