Pick a depth. Each prompt opens in your AI pre-loaded with the lesson. Click a row to preview the prompt.
Lifetime Value tells you how much revenue a customer will generate before they leave. Without LTV you cannot know how much you can afford to spend acquiring each customer — you are setting bids blind. The ARPU × gross margin ÷ churn formula makes the three levers explicit: raise ARPU, improve margin, or reduce churn, and LTV moves proportionally.
LTV = (ARPU × Gross Margin %) ÷ Monthly Churn Rate. This is the simple perpetuity model — it assumes churn is constant and the customer base is in steady state.
monthly_churn from 0.03 to 0.05 and observe how LTV drops by more than the proportional churn increase — verify the relationship is inverse.arpu needed to maintain it when churn rises to 0.05, showing why retention improvements compound.cac variable of 150 and compute the LTV:CAC ratio, then flag it as 'healthy' (≥3:1), 'borderline' (2–3:1), or 'danger' (<2:1).(1 - monthly_churn)^12.