Dashboard Temp Share Shortlinks Frames API

HTMLify

CMA imp question
Views: 22 | Author: djdj
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CMA 2025-26 — Predicted Paper Analysis</title>
<style>
  body { font-family: Arial, sans-serif; max-width: 900px; margin: 0 auto; padding: 16px; background: #f4f4f4; color: #222; }
  h1 { text-align: center; font-size: 1.2em; border-bottom: 3px solid #1a3a5c; padding-bottom: 8px; }
  h2 { background: #1a3a5c; color: #fff; padding: 8px 14px; font-size: 0.95em; margin-top: 24px; border-radius: 4px; }
  h3 { background: #2980b9; color: #fff; padding: 5px 12px; font-size: 0.88em; margin-top: 14px; border-radius: 3px; }
  .analysis-box { background: #fff; border-left: 5px solid #e74c3c; padding: 12px 16px; margin: 12px 0; border-radius: 4px; }
  .theory { background: #eafaf1; border: 1px solid #27ae60; border-radius: 4px; padding: 12px 14px; margin: 8px 0; }
  .numerical { background: #ebf5fb; border: 1px solid #2980b9; border-radius: 4px; padding: 12px 14px; margin: 8px 0; }
  .high { border-left: 5px solid #e74c3c; }
  .med { border-left: 5px solid #f39c12; }
  .tag { display: inline-block; font-size: 0.72em; padding: 2px 7px; border-radius: 3px; font-weight: bold; margin-bottom: 4px; }
  .t-tag { background: #d5f5e3; color: #1e8449; }
  .n-tag { background: #d6eaf8; color: #1a5276; }
  .h-tag { background: #fadbd8; color: #c0392b; }
  .m-tag { background: #fdebd0; color: #935116; }
  .q { font-weight: bold; margin-bottom: 5px; }
  .ans { color: #333; font-size: 0.93em; line-height: 1.65; }
  .num-box { background: #f8f9fa; border: 1px dashed #2980b9; padding: 10px; border-radius: 4px; margin-top: 8px; font-size: 0.92em; }
  table { width: 100%; border-collapse: collapse; margin: 10px 0; font-size: 0.9em; }
  th { background: #1a3a5c; color: #fff; padding: 6px 8px; }
  td { border: 1px solid #ccc; padding: 6px 8px; }
  tr:nth-child(even) { background: #f0f0f0; }
</style>
</head>
<body>

<h1>📊 CMA (BMB207) — 2025-26 Paper Prediction<br><small>Theory + Numerical Analysis</small></h1>

<!-- SITUATION ANALYSIS -->
<h2>🔍 Situation Analysis — Why This Year Will Have Numericals</h2>
<div class="analysis-box">
  <b>3 Strong Reasons to Expect Numericals in 2025-26:</b><br><br>
  <b>1. Subject returned after 15 years:</b> Teachers will want to test deep understanding — not just definitions. Numericals test application (K4/K5 level), which is what returning subjects demand.<br><br>
  <b>2. FMCF Pattern:</b> FMCF was theory-only → next year got theory + numericals. Same pattern expected here.<br><br>
  <b>3. Syllabus has heavy numerical content:</b> Unit II (CVP, BEP, Decisions), Unit IV (Variance Analysis), Unit V (Process Costing, Equivalent Units, Joint Costs) — all these are <b>inherently numerical</b>. It would be unusual to ask only theory from these units.<br><br>
  <b>Expected Paper Mix: ~60% Theory + ~40% Numericals</b>
</div>

<!-- SECTION-WISE PREDICTION -->
<h2>📋 Section-wise Expected Pattern</h2>
<table>
  <tr><th>Section</th><th>Questions</th><th>Marks</th><th>Type</th><th>Likely Units</th></tr>
  <tr><td>Section A (Q1)</td><td>7 short</td><td>2×7=14</td><td>Pure Theory (K1/K2)</td><td>All Units — 1-2 per unit</td></tr>
  <tr><td>Section B (Q2)</td><td>Any 3 of 5</td><td>7×3=21</td><td>Theory + Small Numericals</td><td>Mix of all 5 units</td></tr>
  <tr><td>Q3 (Unit I)</td><td>1 of 2</td><td>7</td><td>Theory or Cost Sheet Numerical</td><td>Unit I</td></tr>
  <tr><td>Q4 (Unit II)</td><td>1 of 2</td><td>7</td><td>BEP / CVP Numerical</td><td>Unit II 🔥</td></tr>
  <tr><td>Q5 (Unit III)</td><td>1 of 2</td><td>7</td><td>Budget Preparation / Theory</td><td>Unit III</td></tr>
  <tr><td>Q6 (Unit IV)</td><td>1 of 2</td><td>7</td><td>Variance Calculation</td><td>Unit IV 🔥</td></tr>
  <tr><td>Q7 (Unit V)</td><td>1 of 2</td><td>7</td><td>Process Costing / Theory</td><td>Unit V 🔥</td></tr>
</table>

<!-- ═══════════ UNIT I ═══════════ -->
<h2>📘 UNIT I — Management Accounting & Cost Concepts (10 Hours)</h2>

<h3>🟢 Theory Questions (High Probability)</h3>

<div class="theory high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag t-tag">Theory</span>
  <div class="q">Q1. Define Management Accounting. Differentiate it from Financial Accounting.</div>
  <div class="ans">
    <b>Management Accounting:</b> The process of identifying, measuring, analyzing, and communicating financial information to help managers make decisions.<br><br>
    <b>Differences:</b>
    <table>
      <tr><th>Basis</th><th>Management Accounting</th><th>Financial Accounting</th></tr>
      <tr><td>Users</td><td>Internal (managers)</td><td>External (investors, govt)</td></tr>
      <tr><td>Mandatory</td><td>No</td><td>Yes (legal requirement)</td></tr>
      <tr><td>Time focus</td><td>Future (planning)</td><td>Past (historical)</td></tr>
      <tr><td>Format</td><td>No fixed format</td><td>Prescribed format</td></tr>
      <tr><td>Audit</td><td>Not required</td><td>Statutory audit required</td></tr>
    </table>
  </div>
</div>

<div class="theory high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag t-tag">Theory</span>
  <div class="q">Q2. What is Activity-Based Costing (ABC)? How does it differ from Traditional Costing?</div>
  <div class="ans">
    <b>ABC:</b> A costing method that assigns overhead costs to products based on activities that drive costs, rather than volume-based allocation.<br><br>
    <b>Steps in ABC:</b> (1) Identify activities → (2) Assign costs to activities (cost pools) → (3) Identify cost drivers → (4) Calculate cost driver rate → (5) Assign cost to products<br><br>
    <b>Difference from Traditional Costing:</b>
    <table>
      <tr><th>Basis</th><th>ABC</th><th>Traditional</th></tr>
      <tr><td>Overhead allocation</td><td>Activity-based</td><td>Volume-based (labour hrs)</td></tr>
      <tr><td>Accuracy</td><td>More accurate</td><td>Less accurate</td></tr>
      <tr><td>Cost drivers</td><td>Multiple</td><td>Single (usually)</td></tr>
      <tr><td>Suitable for</td><td>Diverse products</td><td>Homogeneous products</td></tr>
    </table>
  </div>
</div>

<div class="theory med">
  <span class="tag m-tag">🟡 Medium</span> <span class="tag t-tag">Theory</span>
  <div class="q">Q3. Explain the components of Total Cost / Prepare a Cost Sheet format.</div>
  <div class="ans">
    <b>Cost Sheet Structure:</b><br>
    Direct Material + Direct Labour + Direct Expenses = <b>Prime Cost</b><br>
    Prime Cost + Factory Overheads = <b>Works Cost (Factory Cost)</b><br>
    Works Cost + Office & Admin Overheads = <b>Cost of Production</b><br>
    Cost of Production + Opening Stock – Closing Stock = <b>Cost of Goods Sold</b><br>
    Cost of Goods Sold + Selling & Distribution Overheads = <b>Cost of Sales (Total Cost)</b><br>
    Total Cost + Profit = <b>Sales</b>
  </div>
</div>

<h3>🔵 Numerical Questions (Expected)</h3>

<div class="numerical high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag n-tag">Numerical</span>
  <div class="q">Q4. Prepare a Cost Sheet from given data (likely in Section C or B)</div>
  <div class="num-box">
    <b>Sample Problem:</b><br>
    A factory produces 1,000 units. Data given:<br>
    Raw Material consumed: ₹40,000 | Direct Wages: ₹20,000 | Factory Overheads: ₹15,000<br>
    Office Overheads: ₹8,000 | Selling Overheads: ₹5,000 | Profit: 20% on cost<br>
    <b>Prepare a Cost Sheet showing all components and Selling Price per unit.</b><br><br>
    <b>Answer outline:</b><br>
    Prime Cost = 40,000 + 20,000 = ₹60,000<br>
    Works Cost = 60,000 + 15,000 = ₹75,000<br>
    Cost of Production = 75,000 + 8,000 = ₹83,000<br>
    Total Cost = 83,000 + 5,000 = ₹88,000<br>
    Profit (20%) = ₹17,600<br>
    Sales = ₹1,05,600 | SP per unit = ₹105.60
  </div>
</div>

<!-- ═══════════ UNIT II ═══════════ -->
<h2>📗 UNIT II — CVP Analysis & Decision Making (8 Hours) 🔥 Most Important</h2>

<h3>🟢 Theory Questions</h3>

<div class="theory high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag t-tag">Theory</span>
  <div class="q">Q5. Explain CVP Analysis. What are its assumptions?</div>
  <div class="ans">
    <b>CVP Analysis</b> (Cost-Volume-Profit) studies the relationship between cost, volume of output, and profit to help in planning and decision-making.<br><br>
    <b>Key concepts:</b> Contribution, P/V Ratio, BEP, Margin of Safety<br><br>
    <b>Assumptions:</b><br>
    (1) Costs are either fixed or variable — no semi-variable<br>
    (2) Selling price remains constant<br>
    (3) Fixed costs remain constant over the relevant range<br>
    (4) Variable cost per unit is constant<br>
    (5) Sales mix remains constant (for multiple products)<br>
    (6) Production = Sales (no stock changes)
  </div>
</div>

<div class="theory high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag t-tag">Theory</span>
  <div class="q">Q6. Explain Make or Buy Decision with decision criteria.</div>
  <div class="ans">
    <b>Make or Buy:</b> A management decision on whether to produce a component internally or purchase from outside.<br><br>
    <b>Decision Rule:</b><br>
    • If Marginal Cost of Making < Purchase Price  <b>Make it</b><br>
    • If Purchase Price < Marginal Cost of Making  <b>Buy it</b><br><br>
    <b>Factors considered:</b> (1) Available capacity, (2) Quality control, (3) Reliability of supplier, (4) Strategic importance, (5) Fixed cost avoidability<br><br>
    <b>Note:</b> Fixed costs are relevant only if they can be avoided by buying outside.
  </div>
</div>

<div class="theory med">
  <span class="tag m-tag">🟡 Medium</span> <span class="tag t-tag">Theory</span>
  <div class="q">Q7. What is Shut Down vs Continue Decision? When should a firm shut down?</div>
  <div class="ans">
    A firm should temporarily shut down if:<br>
    <b>Selling Price < Variable Cost per unit</b> (i.e., Contribution is negative)<br><br>
    If Contribution is positive (even if loss overall), the firm should continue — because contribution helps recover fixed costs.<br><br>
    <b>Rule:</b><br>
    • If SP > VC → Continue (contribution covers some fixed cost)<br>
    • If SP < VC  Shut down (every unit sold increases loss)<br><br>
    Fixed costs will be incurred whether firm operates or not (in short run).
  </div>
</div>

<h3>🔵 Numerical Questions (HIGH probability — Unit II has most numericals)</h3>

<div class="numerical high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag n-tag">Numerical</span>
  <div class="q">Q8. BEP + P/V Ratio + Margin of Safety Calculation</div>
  <div class="num-box">
    <b>Sample Problem:</b><br>
    Selling Price = ₹50/unit | Variable Cost = ₹30/unit | Fixed Cost = ₹1,00,000/year<br>
    Actual Sales = 8,000 units<br><br>
    Calculate: (i) P/V Ratio (ii) BEP in units (iii) BEP in ₹ (iv) Margin of Safety<br><br>
    <b>Solution:</b><br>
    Contribution per unit = 50 – 30 = ₹20<br>
    P/V Ratio = 20/50 × 100 = <b>40%</b><br>
    BEP (units) = 1,00,000 / 20 = <b>5,000 units</b><br>
    BEP (₹) = 1,00,000 / 0.40 = <b>₹2,50,000</b><br>
    Margin of Safety = 8,000 – 5,000 = 3,000 units = ₹1,50,000 (<b>37.5%</b>)
  </div>
</div>

<div class="numerical high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag n-tag">Numerical</span>
  <div class="q">Q9. Make or Buy Numerical Decision</div>
  <div class="num-box">
    <b>Sample Problem:</b><br>
    A company makes a component at: DM = ₹8, DL = ₹5, Variable OH = ₹3, Fixed OH = ₹4 per unit<br>
    An outside supplier offers the component at ₹18 per unit. Should the company make or buy?<br><br>
    <b>Solution:</b><br>
    Marginal Cost of Making = 8 + 5 + 3 = <b>₹16</b> (Fixed cost ignored if unavoidable)<br>
    Purchase Price = ₹18<br>
    Since Marginal Cost (₹16) < Purchase Price (₹18)  <b>MAKE the component</b><br>
    Saving = ₹18 – ₹16 = ₹2 per unit
  </div>
</div>

<div class="numerical med">
  <span class="tag m-tag">🟡 Medium</span> <span class="tag n-tag">Numerical</span>
  <div class="q">Q10. Key Factor / Limiting Factor Numerical</div>
  <div class="num-box">
    <b>Sample Problem:</b><br>
    Two products A and B. Machine hours available = 3,000 hrs.<br>
    Product A: SP=₹100, VC=₹60, Machine hrs=2 per unit, Demand=1,000<br>
    Product B: SP=₹80, VC=₹40, Machine hrs=3 per unit, Demand=800<br><br>
    <b>Solution:</b><br>
    Contribution A = ₹40 | Contribution B = ₹40<br>
    Contribution per machine hour: A = 40/2 = ₹20 | B = 40/3 = ₹13.33<br>
    <b>Priority: Product A first</b><br>
    Produce 1,000 A = 2,000 hrs used | Remaining = 1,000 hrs → 333 units of B
  </div>
</div>

<!-- ═══════════ UNIT III ═══════════ -->
<h2>📙 UNIT III — Budgets & Budgetary Control (4 Hours)</h2>

<h3>🟢 Theory Questions</h3>

<div class="theory high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag t-tag">Theory</span>
  <div class="q">Q11. Explain Fixed vs Flexible Budget with example.</div>
  <div class="ans">
    <table>
      <tr><th>Basis</th><th>Fixed Budget</th><th>Flexible Budget</th></tr>
      <tr><td>Activity level</td><td>One level only</td><td>Multiple levels</td></tr>
      <tr><td>Adjusts?</td><td>No — stays rigid</td><td>Yes — adjusts to actual</td></tr>
      <tr><td>Use</td><td>Stable conditions</td><td>Varying output</td></tr>
      <tr><td>Control</td><td>Less effective</td><td>More effective</td></tr>
      <tr><td>Example</td><td>Rent budget</td><td>Production cost budget</td></tr>
    </table>
    <b>Flexible Budget shows costs at different output levels (60%, 80%, 100% capacity)</b>
  </div>
</div>

<div class="theory high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag t-tag">Theory</span>
  <div class="q">Q12. Define Zero-Based Budgeting (ZBB). Advantages and Limitations.</div>
  <div class="ans">
    <b>ZBB:</b> Every budget period starts from zero — all expenses must be justified afresh, regardless of past budgets.<br><br>
    <b>Advantages:</b> (1) Eliminates unnecessary spending (2) Efficient resource allocation (3) Focuses on value for money (4) Challenges status quo<br><br>
    <b>Limitations:</b> (1) Time-consuming and costly (2) Requires skilled managers (3) May create uncertainty (4) Short-term focus may ignore long-term needs
  </div>
</div>

<h3>🔵 Numerical Questions</h3>

<div class="numerical high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag n-tag">Numerical</span>
  <div class="q">Q13. Flexible Budget Preparation at different activity levels</div>
  <div class="num-box">
    <b>Sample Problem:</b><br>
    Prepare a Flexible Budget at 60%, 80%, 100% capacity from:<br>
    Fixed Costs: Factory rent ₹20,000, Salaries ₹15,000<br>
    Variable Costs per unit: Material ₹10, Labour ₹6, Power ₹2<br>
    Normal capacity = 1,000 units<br><br>
    <b>Solution outline:</b>
    <table>
      <tr><th>Item</th><th>60% (600 u)</th><th>80% (800 u)</th><th>100% (1000 u)</th></tr>
      <tr><td>Material</td><td>6,000</td><td>8,000</td><td>10,000</td></tr>
      <tr><td>Labour</td><td>3,600</td><td>4,800</td><td>6,000</td></tr>
      <tr><td>Power</td><td>1,200</td><td>1,600</td><td>2,000</td></tr>
      <tr><td>Fixed Costs</td><td>35,000</td><td>35,000</td><td>35,000</td></tr>
      <tr><td><b>Total</b></td><td><b>45,800</b></td><td><b>49,400</b></td><td><b>53,000</b></td></tr>
    </table>
  </div>
</div>

<!-- ═══════════ UNIT IV ═══════════ -->
<h2>📕 UNIT IV — Standard Costing & Variance Analysis (8 Hours) 🔥</h2>

<h3>🟢 Theory Questions</h3>

<div class="theory high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag t-tag">Theory</span>
  <div class="q">Q14. What is Standard Costing? Advantages and Limitations.</div>
  <div class="ans">
    <b>Standard Costing:</b> A technique where predetermined (standard) costs are set and compared with actual costs. Variances are analyzed for control.<br><br>
    <b>Advantages:</b> Cost control | Performance measurement | Helps budgeting | Simplifies accounting | Motivates employees<br><br>
    <b>Limitations:</b> Setting standards is difficult | Costly to maintain | May become outdated | Unfavorable variances may demoralize employees | Not suitable for non-repetitive work
  </div>
</div>

<h3>🔵 Numerical Questions (MOST LIKELY in Section B or Q6)</h3>

<div class="numerical high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag n-tag">Numerical</span>
  <div class="q">Q15. Material Variance Calculation (MPV + MUV + MCV)</div>
  <div class="num-box">
    <b>Sample Problem:</b><br>
    Standard: 5 kg @ ₹10/kg per unit | Actual Production: 200 units<br>
    Actual: 1,100 kg purchased and used @ ₹9/kg<br><br>
    Calculate: (i) Material Cost Variance (ii) Material Price Variance (iii) Material Usage Variance<br><br>
    <b>Solution:</b><br>
    Standard Qty for actual production = 200 × 5 = 1,000 kg<br>
    Standard Cost = 1,000 × 10 = ₹10,000<br>
    Actual Cost = 1,100 × 9 = ₹9,900<br><br>
    <b>MCV</b> = SC – AC = 10,000 – 9,900 = <b>₹100 (F)</b><br>
    <b>MPV</b> = (SP – AP) × AQ = (10 – 9) × 1,100 = <b>₹1,100 (F)</b><br>
    <b>MUV</b> = (SQ – AQ) × SP = (1,000 – 1,100) × 10 = <b>₹1,000 (A)</b><br>
    Check: MCV = MPV + MUV → 100(F) = 1,100(F) – 1,000(A) ✓
  </div>
</div>

<div class="numerical high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag n-tag">Numerical</span>
  <div class="q">Q16. Sales Variance Calculation (SPV + SVV + SV)</div>
  <div class="num-box">
    <b>Sample Problem:</b><br>
    Budgeted: 500 units @ ₹60 each | Actual: 600 units @ ₹55 each<br>
    Standard Cost per unit = ₹40<br><br>
    Calculate: (i) Sales Price Variance (ii) Sales Volume Variance (iii) Total Sales Variance<br><br>
    <b>Solution:</b><br>
    <b>Sales Price Variance</b> = (AP – SP) × AQ = (55 – 60) × 600 = <b>₹3,000 (A)</b><br>
    <b>Sales Volume Variance</b> = (AQ – BQ) × SP = (600 – 500) × 60 = <b>₹6,000 (F)</b><br>
    <b>Total Sales Variance</b> = Actual Sales – Budgeted Sales<br>
    = (600×55) – (500×60) = 33,000 – 30,000 = <b>₹3,000 (F)</b>
  </div>
</div>

<!-- ═══════════ UNIT V ═══════════ -->
<h2>📓 UNIT V — Process Costing, Target/Life Cycle/Quality Costing (10 Hours) 🔥</h2>

<h3>🟢 Theory Questions</h3>

<div class="theory high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag t-tag">Theory</span>
  <div class="q">Q17. What is Target Costing? How does it differ from Traditional Cost-Based Pricing?</div>
  <div class="ans">
    <b>Target Costing:</b> Market price is set first by competitive forces. Desired profit is subtracted to get the maximum allowable (target) cost.<br>
    <b>Formula:</b> Target Cost = Market Price – Desired Profit<br><br>
    <table>
      <tr><th>Basis</th><th>Target Costing</th><th>Traditional Pricing</th></tr>
      <tr><td>Starting point</td><td>Market price</td><td>Cost of production</td></tr>
      <tr><td>Focus</td><td>Customer value</td><td>Internal costs</td></tr>
      <tr><td>Price set by</td><td>Market</td><td>Company</td></tr>
      <tr><td>Cost managed</td><td>Before production</td><td>After production</td></tr>
    </table>
  </div>
</div>

<div class="theory high">
  <span class="tag h-tag">🔴 Very High</span> <span class="tag t-tag">Theory</span>
  <div class="q">Q18. Explain Life Cycle Costing and its stages.</div>
  <div class="ans">
    <b>Life Cycle Costing</b> tracks all costs of a product from birth to disposal — across its entire life.<br><br>
    <b>Stages:</b><br>
    (1) <b>R&D / Design:</b> Highest cost commitment (80% costs locked here)<br>
    (2) <b>Introduction:</b> High costs, low sales, losses<br>
    (3) <b>Growth:</b> Sales increase, costs fall, profits rise<br>
    (4) <b>Maturity:</b> Peak sales, stable costs, maximum profit<br>
    (5) <b>Decline:</b> Falling sales, product withdrawn<br><br>
    <b>Importance:</b> Helps in long-term pricing, investment decisions, and product discontinuation planning.
  </div>
</div>

<div class="theory high">
  <span class="tag h-tag">🔴 Very High