Master Line Graphs. Covers Single Line, Double Line Comparison, Cumulative (Running Totals), and Rate-based models.
<ul class='list-disc pl-6'>
<li><strong>Scenario:</strong> Line goes up steeply vs gradually.</li>
<li><strong>The Rule:</strong> <span class="text-primary-600 font-bold">Steepness = Growth Rate</span>.</li>
<li>If the line is almost vertical, the % increase is huge. If it's flat (horizontal), there is NO change (0% growth).</li>
</ul>
Example:
<ul class='list-disc pl-6'>
<li><strong>Scenario:</strong> Two lines (Income and Exp) cross each other.</li>
<li><strong>The Insight:</strong> At the intersection point, Value A = Value B.</li>
<li>If Income line crosses Expenditure line from below to above, it means the company moved from <span class="text-red-600 font-bold">Loss</span> to <span class="text-primary-600 font-bold">Profit</span>.</li>
</ul>
Example:
<ul class='list-disc pl-6'>
<li><strong>Scenario:</strong> Graph shows "Cumulative Production" up to Year X.</li>
<li><strong>The Trap:</strong> Value at 2020 is 500. Value at 2021 is 800. Student thinks 2021 production is 800.</li>
<li><strong>The Truth:</strong> <br>Actual 2021 = Cumulative(2021) - Cumulative(2020) = 800 - 500 = 300.</li>
</ul>
Example: