Unit 6: Time-based Data – Class 12 Applied Maths | Free MCQs & Solutions | Boundless Maths

Unit 6: Time-based Data carries 6 marks in the Class 12 Applied Mathematics board examination, making it an important unit to cover thoroughly for guaranteed marks.

This unit covers two core methods for analysing trends in time series data. The Method of Moving Averages teaches you to smooth out short-term fluctuations to reveal the underlying trend — covering both odd-period moving averages (where the value is naturally centred) and even-period moving averages (which require an additional centring step by averaging pairs of moving averages). The Method of Least Squares takes this further by fitting a straight-line trend equation \(y = a + bx\) to historical data using normal equations, which can then be used to make algebraic predictions for any future period.

This page includes MCQs with full solutions (including Assertion–Reason questions), and 5-mark long-answer questions with complete step-by-step workings and fully solved data tables.

📋 All questions and solutions are aligned to the latest CBSE Applied Maths syllabus 2026-27.
0
MCQs & AR Questions
0
5-Mark Questions
0
Board Exam Marks
0
Key Topics
📊

Topics Covered

📈 Method of Moving Averages

Smooth time series data to reveal underlying trends — odd-period (directly centred) and even-period (centring required).

Odd-period: \(\text{MA}_k = \dfrac{\sum_{i}^{i+k-1} y_i}{k}\), centred at middle
Even-period: Centred MA \(= \dfrac{\text{MA}_i + \text{MA}_{i+1}}{2}\)

📉 Method of Least Squares

Fit a linear trend equation to data and use it to forecast future values algebraically.

Trend line: \(y = a + bx\)
When \(\sum x = 0\): \(a = \dfrac{\sum y}{n},\quad b = \dfrac{\sum xy}{\sum x^2}\)

📐 These formulas — plus all 8 units — in one print-ready PDF

Organised by topic · Exam-focused · Pin it up and revise in minutes

Get the Formula Deck — ₹199

🎥 Video Tutorial

6
Time-based Data
6 Marks · Complete One-Shot

Time-based Data — Complete One-Shot (31 min)

▶ Watch on YouTube →
✓ Index Numbers ✓ Time Series ✓ Moving Averages ✓ Least Squares
📝

Multiple Choice Questions

Question 1 Moving Averages
A 3-period moving average is calculated for the data: 10, 12, 15, 18, 20. What is the moving average for the third period?
  • a12.33
  • b13.67
  • c15.00
  • d16.33
✓ Correct Answer: (a) 12.33
Explanation: For a 3-period moving average, the first MA is calculated from the first three values and centred at the middle (second) period:
• \(\text{MA}_1 = \dfrac{10 + 12 + 15}{3} = \dfrac{37}{3} \approx 12.33\), placed against period 2 (Tuesday / 2nd value)
The question asks for the "third period" value, which corresponds to the first calculable MA (centred at the 2nd data point, the 3rd in naming). Answer = 12.33.
Question 2 Even Duration
When calculating a 4-year moving average, the centring process requires:
  • aTaking the average of two consecutive moving averages
  • bMultiplying the average by 2
  • cDividing the average by 2
  • dNo centring is needed
✓ Correct Answer: (a) Taking the average of two consecutive moving averages
Explanation: For even-period moving averages (e.g., 4-year), the computed average falls between two time periods. To align it to an actual year, we take the average of two consecutive 4-year moving averages — this is called the centred moving average:
• \(\text{Centred MA} = \dfrac{\text{MA}_i + \text{MA}_{i+1}}{2}\)
Question 3 Least Squares
The normal equations for fitting \(y = a + bx\) using the least squares method are:
  • a\(\sum y = na + b\sum x\) and \(\sum xy = a\sum x + b\sum x^2\)
  • b\(\sum y = na - b\sum x\) and \(\sum xy = a\sum x - b\sum x^2\)
  • c\(\sum x = na + b\sum y\) and \(\sum xy = a\sum y + b\sum y^2\)
  • d\(\sum y = a + b\sum x\) and \(\sum xy = ax + bx^2\)
✓ Correct Answer: (a)
Explanation: The two normal equations for fitting \(y = a + bx\) by the method of least squares are: \[\sum y = na + b\sum x\] \[\sum xy = a\sum x + b\sum x^2\] When the middle year is chosen as the origin so that \(\sum x = 0\), these simplify to \(a = \dfrac{\sum y}{n}\) and \(b = \dfrac{\sum xy}{\sum x^2}\).
Question 4 Trend Analysis
The main purpose of calculating moving averages in time series analysis is to:
  • aIncrease the variability in data
  • bSmooth out short-term fluctuations and reveal trends
  • cMake predictions less accurate
  • dEliminate all patterns in data
✓ Correct Answer: (b) Smooth out short-term fluctuations and reveal trends
Explanation: Moving averages are used to smooth short-term random fluctuations and seasonal variations in a time series, making the underlying long-term trend more visible. They do not eliminate all patterns — they emphasise the trend component while dampening noise.
Question 5 Least Squares
If \(\sum x = 55\), \(\sum y = 350\), \(\sum xy = 3025\), \(\sum x^2 = 385\), and \(n = 10\), the value of \(b\) in \(y = a + bx\) is:
  • a5
  • b6
  • c7
  • d8
✓ Correct Answer: (a) 5
Explanation: Using the formula: \[b = \frac{n\sum xy - \sum x \cdot \sum y}{n\sum x^2 - (\sum x)^2}\] \[b = \frac{10(3025) - 55 \times 350}{10(385) - (55)^2} = \frac{30250 - 19250}{3850 - 3025} = \frac{11000}{825} \approx \mathbf{5}\]
Question 6 Moving Averages
In a 5-period moving average, the first moving average value will be placed against:
  • aThe first period
  • bThe second period
  • cThe third period
  • dThe fifth period
✓ Correct Answer: (c) The third period
Explanation: For an odd number of periods \(k\), the moving average is centred at the middle period. For a 5-period MA computed from periods 1 to 5, the middle period is period \(\dfrac{1+5}{2} = 3\). So the first 5-period MA is placed against period 3.
In general, for a \(k\)-period MA, the first value is placed against period \(\dfrac{k+1}{2}\).

📋 Assertion-Reason Questions

Statement I is the Assertion (A) and Statement II is the Reason (R). Choose the correct option:

  • (a) Both A and R are True and R is the correct explanation of A
  • (b) Both A and R are True but R is not the correct explanation of A
  • (c) A is True but R is False
  • (d) A is False but R is True
Assertion-Reason 1
Assertion (A): The method of least squares minimises the sum of squares of vertical deviations.

Reason (R): This ensures the best-fit line passes through all data points.
  • aBoth A and R are True and R is the correct explanation of A
  • bBoth A and R are True but R is not the correct explanation of A
  • cA is True but R is False
  • dA is False but R is True
✓ Correct Answer: (c) A is True but R is False
Checking Assertion (A): TRUE — the method of least squares does minimise \(\sum(y_i - \hat{y}_i)^2\), the sum of squared vertical deviations (residuals) from the line.

Checking Reason (R): FALSE — the best-fit line does not necessarily pass through all data points. It passes through the mean point \((\bar{x}, \bar{y})\) and minimises the total squared error. Individual data points will generally not lie exactly on the line.
Assertion-Reason 2
Assertion (A): Moving averages with larger periods produce smoother trends.

Reason (R): Larger periods include more data points in each average, reducing the impact of individual fluctuations.
  • aBoth A and R are True and R is the correct explanation of A
  • bBoth A and R are True but R is not the correct explanation of A
  • cA is True but R is False
  • dA is False but R is True
✓ Correct Answer: (a) Both A and R are True and R is the correct explanation of A
Explanation: Both statements are TRUE and R correctly explains A. A larger period (e.g., a 7-period MA vs a 3-period MA) averages over more data points, so any single extreme value has less influence on the result. This produces a smoother trend line that is closer to the long-term average, but at the cost of losing more values at both ends of the series.
Question 9 Trend Prediction
If the trend equation is \(y = 20 + 3x\) where \(x\) represents years with 2020 as origin (\(x = 0\)), the predicted value for the year 2025 is:
  • a30
  • b32
  • c35
  • d38
✓ Correct Answer: (c) 35
Explanation:
• For year 2025, \(x = 2025 - 2020 = 5\)
• \(y = 20 + 3(5) = 20 + 15 = \mathbf{35}\)
Question 10 Moving Averages
Quarterly sales are: Q1 = 100, Q2 = 150, Q3 = 200, Q4 = 250. What is the 4-quarter moving average?
  • a150
  • b165
  • c175
  • d180
✓ Correct Answer: (c) 175
Explanation: \[\text{4-quarter MA} = \frac{100 + 150 + 200 + 250}{4} = \frac{700}{4} = \mathbf{175}\] Since this is an even-period MA, this value would fall between Q2 and Q3 and would need to be centred by averaging with the next 4-quarter MA.

📐 Never Forget a Formula Again

All statistics & time-series formulas — and all 8 units — in one crisp, printable PDF

  • ✅ All formulas for all 8 units — organised topic-wise
  • ✅ Important theory points covered from MCQ perspective
  • ✅ Concise & comprehensive as per latest CBSE syllabus
  • ✅ Perfect for last-minute revision before exams
  • ✅ Instant PDF — print & pin up for quick revision anytime
⭐ Formula Deck — ₹199 only

Buy Formula Deck — ₹199

🔒 Razorpay secured · Instant PDF to your email

📋

5-Mark Questions

Question 1 5 Marks
The following data gives the number of effective accidents during various days of the week. Calculate 3-day moving averages and determine the trend values.
DayMonTueWedThuFriSatSun
Accidents12181520252228
📝 Complete Solution
A 3-day moving average uses 3 consecutive values. Since 3 is odd, the MA is centred at the middle day — so the first MA is placed against Tuesday (the 2nd day).
\(\text{MA}_3 = \dfrac{Y_1 + Y_2 + Y_3}{3}\)
DayAccidents (Y)3-Day Moving Total3-Day MA (Trend)
Monday12
Tuesday18\(12+18+15 = 45\)\(45 \div 3 = \mathbf{15.00}\)
Wednesday15\(18+15+20 = 53\)\(53 \div 3 = \mathbf{17.67}\)
Thursday20\(15+20+25 = 60\)\(60 \div 3 = \mathbf{20.00}\)
Friday25\(20+25+22 = 67\)\(67 \div 3 = \mathbf{22.33}\)
Saturday22\(25+22+28 = 75\)\(75 \div 3 = \mathbf{25.00}\)
Sunday28
📌 Key Observations:
• Trend values (Tue–Sat): 15.00 → 17.67 → 20.00 → 22.33 → 25.00 — a consistent upward trend
• First and last days cannot have a 3-day MA computed
• Average daily increase in trend ≈ 2.5 accidents
Trend values: Tuesday = 15.00, Wednesday = 17.67, Thursday = 20.00, Friday = 22.33, Saturday = 25.00
Question 2 5 Marks
Calculate 4-year moving averages and centred moving averages for the following data:
Year2016201720182019202020212022
Sales (₹ Lakhs)80909283949992
📝 Complete Solution
Since the period (4) is even, the 4-year MA falls between years. We need a centring step: average two consecutive 4-year MAs to get the Centred MA.
\(\text{4-Year MA} = \dfrac{Y_1 + Y_2 + Y_3 + Y_4}{4}\)

\(\text{Centred MA} = \dfrac{\text{MA}_i + \text{MA}_{i+1}}{2}\)
YearSales (Y)4-Year MACentred MA (Trend)
201680
201790\(\dfrac{80+90+92+83}{4} = 86.25\)
201892\(\dfrac{90+92+83+94}{4} = 89.75\)\(\dfrac{86.25+89.75}{2} = \mathbf{88.00}\)
201983\(\dfrac{92+83+94+99}{4} = 92.00\)\(\dfrac{89.75+92.00}{2} = \mathbf{90.88}\)
202094\(\dfrac{83+94+99+92}{4} = 92.00\)\(\dfrac{92.00+92.00}{2} = \mathbf{92.00}\)
202199
202292
📌 Key Points:
• Centred MAs align to actual years: 2018, 2019, 2020
• Trend shows a steady increase: 88.00 → 90.88 → 92.00 lakhs
Centred MAs: 2018 = ₹88.00 Lakhs, 2019 = ₹90.88 Lakhs, 2020 = ₹92.00 Lakhs. Steady increasing trend.
Question 3 5 Marks
Fit a straight-line trend \(y = a + bx\) by the method of least squares for the following data and estimate the sales for the year 2024:
Year20182019202020212022
Sales (₹ Crores)3035384245
📝 Complete Solution
Take 2020 as origin (\(x = 0\)). Assign: 2018 → \(x = -2\), 2019 → \(x = -1\), 2020 → \(x = 0\), 2021 → \(x = 1\), 2022 → \(x = 2\). This ensures \(\sum x = 0\), simplifying the normal equations.
When \(\sum x = 0\): \(\quad a = \dfrac{\sum y}{n}, \quad b = \dfrac{\sum xy}{\sum x^2}\)
Year\(x\)\(y\)\(xy\)\(x^2\)
2018−230−604
2019−135−351
202003800
2021142421
2022245904
Total\(\sum x = 0\)\(\sum y = 190\)\(\sum xy = 37\)\(\sum x^2 = 10\)
\(a = \dfrac{\sum y}{n} = \dfrac{190}{5} = \mathbf{38}\)
\(b = \dfrac{\sum xy}{\sum x^2} = \dfrac{37}{10} = \mathbf{3.7}\)
Trend Equation: \(y = 38 + 3.7x\)   (origin: 2020)
For 2024: \(x = 2024 - 2020 = 4\)
\(y = 38 + 3.7 \times 4 = 38 + 14.8 = \mathbf{52.8}\)
Estimated sales for 2024 = ₹52.8 crores
Question 4 5 Marks
The production of a company (in thousand tonnes) for the years 2017–2023 is given below. Fit a linear trend equation and estimate the production for 2025.
Year2017201820192020202120222023
Production50556065707580
📝 Complete Solution
7 data points → middle year is 2020 → take 2020 as origin (\(x = 0\)).
Year\(x\)\(y\)\(xy\)\(x^2\)
2017−350−1509
2018−255−1104
2019−160−601
202006500
2021170701
20222751504
20233802409
Total\(\sum x = 0\)\(\sum y = 455\)\(\sum xy = 140\)\(\sum x^2 = 28\)
\(a = \dfrac{455}{7} = \mathbf{65}\)
\(b = \dfrac{140}{28} = \mathbf{5}\)
Trend Equation: \(y = 65 + 5x\)   (origin: 2020)
For 2025: \(x = 2025 - 2020 = 5\)
\(y = 65 + 5 \times 5 = 65 + 25 = \mathbf{90}\)
Estimated production for 2025 = 90 thousand tonnes
Question 5 5 Marks
From the following data, calculate 5-year moving averages and represent the trend:
Year201520162017201820192020202120222023
Production120135140150155165170180185
📝 Complete Solution
5 is odd, so the 5-year MA is centred at the 3rd value of each group. The first MA covers 2015–2019 and is placed against 2017.
\(\text{5-Year MA} = \dfrac{Y_1 + Y_2 + Y_3 + Y_4 + Y_5}{5}\)
YearProduction5-Year Moving Total5-Year MA (Trend)
2015120
2016135
2017140\(120+135+140+150+155 = 700\)\(700 \div 5 = \mathbf{140}\)
2018150\(135+140+150+155+165 = 745\)\(745 \div 5 = \mathbf{149}\)
2019155\(140+150+155+165+170 = 780\)\(780 \div 5 = \mathbf{156}\)
2020165\(150+155+165+170+180 = 820\)\(820 \div 5 = \mathbf{164}\)
2021170\(155+165+170+180+185 = 855\)\(855 \div 5 = \mathbf{171}\)
2022180
2023185
📊 Trend Analysis:
2017: 140 → 2018: 149 → 2019: 156 → 2020: 164 → 2021: 171
Consistent upward trend; average increase ≈ 7–9 units per year.
Trend values: 2017 = 140, 2018 = 149, 2019 = 156, 2020 = 164, 2021 = 171
💡

Exam Tips for Unit 6 — Time-based Data

(Common mistakes examiners flag every year)

✅ Tip 1

Always apply centring for even-period moving averages — never skip it. When calculating a 4-year or any even-period moving average, the first set of moving averages falls between years and cannot be directly tabulated against a specific year. You must take the average of two consecutive moving averages (the centring step) to get the trend value. Skipping this step and directly writing the MA against a year is the most common mistake in board papers and will cost you full marks on the 5-mark question.

🔒 More Tips are included in the Question Bank

Get the Question Bank — Exam Tips for all Units

🏆 Complete Your Board Exam Preparation


📐 Class 12 Applied Maths Formula Deck — ₹199

  • ✅ All formulas for all 8 units — organised topic-wise
  • ✅ Important theory points covered from MCQ perspective
  • ✅ Concise & comprehensive as per latest CBSE syllabus
  • ✅ Perfect for last-minute revision before exams
  • ✅ Instant PDF — print & pin up for quick revision anytime
Buy Formula Deck — ₹199

📚 Complete Question Bank — ₹699

  • ✅ All 8 Units covered
  • ✅ MCQs, Assertion-Reason, Unit-wise CBSE Sample Paper & Previous Year Questions with Solutions
  • ✅ 2025–26 CBSE Sample Paper with Solution
  • ✅ Last Year's Board Paper — fully solved
  • ✅ 2 Mock Papers — solved
  • ✅ Exam Tips & Common Mistakes per unit
⭐ Best Value — Limited Period
Combo: Formula Deck + Question Bank
₹898
₹599
Save ₹299

🔒 Razorpay secured · UPI / Cards / Net Banking · Instant PDF to your email

❓ Frequently Asked Questions

For an odd-period moving average (e.g., 3-year or 5-year), the computed average is naturally centred at the middle time period — no further adjustment is needed. For an even-period moving average (e.g., 4-year), the average falls between two time periods, so a second step called centring is required: average two consecutive moving averages to align the trend value to an actual time period.
For fitting \(y = a + bx\), the two normal equations are: \[\sum y = na + b\sum x\] \[\sum xy = a\sum x + b\sum x^2\] When the origin is the middle year (so that \(\sum x = 0\)), these simplify to \(a = \dfrac{\sum y}{n}\) and \(b = \dfrac{\sum xy}{\sum x^2}\).
For an odd number of data points, choose the middle year as origin (\(x = 0\)) and assign consecutive integers — e.g., \(-2, -1, 0, 1, 2\) for 5 points. This makes \(\sum x = 0\), greatly simplifying calculations. For an even number of points, assign \(x\) values as \(\ldots -3, -1, 1, 3, \ldots\) (skipping 0) so that \(\sum x = 0\) still holds.
Unit 6: Time-based Data carries 6 marks in the Class 12 Applied Mathematics CBSE board examination. Questions typically include 1 MCQ (1 mark) and 1 five-mark long-answer question based on either Moving Averages or the Least Squares Method.
Moving averages smooth out short-term random fluctuations and seasonal variations in a time series, making the underlying long-term trend more visible. A larger period (e.g., 7-period vs 3-period) produces a smoother trend but loses more data points at the ends of the series and responds more slowly to recent changes.
Moving averages smooth the data by averaging consecutive values — they reveal the trend visually but cannot produce an algebraic equation for future prediction. The Least Squares method fits a mathematical trend equation (\(y = a + bx\)) to the data, which can be used to forecast values for any future time period by substituting the appropriate \(x\) value.
The least squares line minimises \(\sum(y_i - \hat{y}_i)^2\) — the sum of squared residuals (vertical distances from each point to the line). It does not need to pass through every point; it passes through the mean point \((\bar{x}, \bar{y})\) and provides the best overall fit by making total squared error as small as possible.