12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications மின்னணு தரவு பரிமாற்றம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிக பாதுகாப்பு அமைப்புகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின்னணு செலுத்தல் முறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications திறந்த மூல கருத்துருக்கள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு வடமிடல் Sample Question Papers Study Material - QB365 Set A

Published on: 02/09/2022
QB365 provides a detailed and simple solution for every Possible Book Back Questions in Class 12 Business Maths Subject - Numerical Methods, English Medium. It will help Students to get more practice questions, Students can Practice these question papers in addition to score best marks.
Download Tamil Nadu 12th Standard Business Maths and Statistics question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Business Maths and Statistics Test

1.
A second degree polynomial passes though the point (1,-1) (2,-1) (3,1) (4,5). Find the polynomial.
2.
The following data relates to indirect labour expenses and the level of output
| Months | Jan | Feb | Mar | Apr | May | June |
| Units of output | 200 | 300 | 400 | 640 | 540 | 580 |
| Indirect labour expenses (Rs) | 2500 | 2800 | 3100 | 3820 | 3220 | 3640 |
Estimate the expenses at a level of output of 350 units, by using graphic method
3.
Using graphic method, find the value of y when x = 48 from the following data:
| x | 40 | 50 | 60 | 70 |
| y | 6.2 | 7.2 | 9.1 | 12 |
4.
Following are the population of a district
| Year (x) | 1881 | 1891 | 1901 | 1911 | 1921 | 1931 |
| Population (y) Thousands | 363 | 391 | 421 | - | 467 | 501 |
Find the Population of the year 1911.
5.
Find the missing entry in the following table
| x | 0 | 1 | 2 | 3 | 4 |
| yx | 1 | 3 | 9 | - | 81 |
6.
If f(x) = x2 + 3x then show that Δf(x) = 2x + 4
7.
If h = 1 then prove that (E−1Δ)x3 = 3x2 − 3x + 1.
8.
9.
Evaluate ∆(log ax).
10.
11.
Given y3 = 2, y4 = −6, y5 = 8, y6 = 9 and y7 = 17 Calculate Δ4y3
12.
Given U0 = 1, U1 = 11, U2 = 21, U3 = 28 and U4 = 29 find Δ4U0
13.
Prove that f(4) = f(3) + Δf(2) + Δ2 f(1) + Δ3 f(1) taking ‘1’ as the interval of differencing.
14.
By constructing a difference table and using the second order differences as constant, find the sixth term of the series 8,12,19,29,42…
15.
Construct a forward difference table for y = f(x) = x3+2x+1 for x = 1,2,3,4,5
16.
Construct a forward difference table for the following data
| x | 0 | 10 | 20 | 30 |
| y | 0 | 0.174 | 0.347 | 0.518 |
17.
Using graphic method, find the value of y when x = 38 from the following data:
| x | 10 | 20 | 30 | 40 | 50 | 60 |
| y | 63 | 55 | 44 | 34 | 29 | 22 |
1.
Given values are
| x | 1 | 2 | 3 | 4 |
| y | -1 | -1 | 1 | 5 |
The difference table is
x0 + nh = x ⇒ 1 + n = x ⇒ n = x - 1
∴ By Newton's forward interpolation formula,
y= y0\(\frac { n }{ 1! } { \triangle y }_{ 0 }+\frac { n(n+1) }{ 2! } { \triangle }^{ 2 }{ y }_{ 0 }+\frac { n(n+1)(n+2) }{ 3! } { \triangle }^{ 3 }{ y }_{ 0 }\)
[∵ Δ3y0 = 0]
⇒ y = -1 + 0 + x2 - 3x + 2
⇒ y = x2 - 3x + 1
Hence, the required second degree polynomial is y = x2 - 3x + 1
2.
Scale:
In x-axis 1 cm = 100 units
In y-axis 1 cm = 1000 units
Plot the points (200, 2500), (300, 2800) (400, 3100) (640; 3820), (540,3220) and (580, 3640).
At x = 350, draw a vertical line and from the intersecting point on the curve, draw a horizontal line.
From the graph, we find that when x = 350, y = 2900.
Hence, the expense at a level of 350 units is Rs. 2900
3.
Scale:
In x axis 1 cm = 10 units
In y axis 1 cm = 2 units
Plot the points (40, 6.2), (50, 7.2), (60, 9.1) and (70, 12). At x = 48, draw a vertical line to the graph and from the intersecting point, draw a horizontal line to meet the y-axis
From the graph, we find that when x = 48, the value of Y is equal to 6.8.
4.
Since only five values of f(x) are given, the polynomial which fits the data is of degree 4.
Hence fifth differences are zeros.
∴ Δ5y0 = 0
⇒ (E - 1)5y0 = 0
⇒ (E5 - 5E4 + 10E3 - 10E2 + 5E - 1) y0 = 0
⇒ y5 - 5y4 + 10y3 - 10y2 + 5y1 - y0 = 0
⇒ 501 - 5(467) + 10y3 - 10 (421) + 5 (391) - 363 = 0
⇒ 501 - 2335 + 10y3 - 4210 + 1955 - 363 = 0
⇒ 10y3 - 4452 = 0
⇒ 10y3 = 4452
⇒ \({ y }_{ 3 }=\frac{4352}{10}\) = 445.2
5.
Since only four values of f(x) are given, the polynomial which fits the data is of degree 3.
Hence fourth differences are zero.
∴ Δ4 (y0) = 0
⇒ (E - 1)4 (y0) = 0
⇒ (E4 - 4E3 + 6E2 - 4E + 1) y0 = 0
⇒ y4 - 4y3 + 6y2 - 4y1 +y0 = 0
⇒ 81 - 4(y3) + 6(9) - 4(3) + 1 = 0
⇒ 81 - 4y3 + 54 - 12 + 1 = 0
⇒ 81 + 54 - 11 = 4y3
⇒ 124 = 4y3 ⇒ \(\frac{124}{4}\) = 31
⇒ y3 = 31
6.
Given f(x) = x2+ 3h
LHS = Δ f(x)
= f(x + h) - f(x)
= [(x + h)2 + 3 (x + h)] - [x2 + 3x]
= h2 + 2xh + 3h
when h = 1,
LHS = 12 + 2x(1) + 3(1)
= 1+2x+3
= 2x+4= RHS
Hence proved.
7.
Given h = 1
LHS = (E−1Δ) x3
= Δ(E-1(x3))
= Δ(x - h)3 [∵ E-1f(x) = f(x - nh)]
= Δ(1 - h)3 [∵ h = 1]
= (x - 1+ 1)3 - (x - 1)3 [∵ Δf(x) =f(x + h) - f(x)]
= x3 - (x - 1)3
= x3 - (x3 - 3x2 + 3x - 1)
[∵ (a - b)3 = a3 - 3a2b + 3ab2 - b3]
= x3 - x3 + 3x2 - 3x + 1
= 3x2 - 3x + 1
= RHS
Hence proved
8.
9.
Δ(log ax) = log (ax + h) -log (ax)
= log\(\left( \frac { ax+h }{ ax } \right) \)
=log \(\left( \frac { ax }{ ax } +\frac { h }{ ax } \right) \)
= log \(\left( 1+\frac { h }{ ax } \right) \)
∴ ∆ (log ax) = log \(\left( 1+\frac { h }{ ax } \right) \)
10.
11.
Given y3 = 2, y4 = −6, y5 = 8, y6 = 9 and y7 = 17
Δ4y3 = (E−1)4y3
= (E4 − 4E3 + 6E2 − 4E+1)y3
= E4y3 − 4E3y3 + 6E2y3− 4Ey3 + y3
= y7 − 4y6 + 6y5 −4y4+ y3
= 17 – 4(9) + 6(8) –4(–6) + 2
= 17 – 36 + 48 + 24 + 2 = 55
12.
Δ2U0 = (E-1)4U0
= (E4 − 4E3+ 6E2− 4E+1)U0
= E4U0 - 4E3U0 + 6E2U0− 4EU0+ U0
= U4 − 4U3 + 6U2 − 4U1 + U0
= 29 − 4(28) + 6(21) − 4(11) + 1.
= 156 – 156 = 0
13.
We know that f(4) − f(3) = Δf(3)
f(4) − f(3) = Δf(3)
= Δ[f(2) + Δf(2)] ∵[f(3) - f(2) = Δf(2)]
= Δf(2) +Δ2f(2)
= Δf(2) + Δ2 [f(1) + Δf(1)]
∴ f(4) = f(4) + Δf(2) + Δ2 f(1) + Δ3f(1)
14.
Let k be the sixth term of the series in the difference table.
First we find the forward differences
| x | y | ∆ | ∆2 |
| 1 | 8 | ||
| 4 | |||
| 2 | 12 | 3 | |
| 7 | |||
| 3 | 19 | 3 | |
| 10 | |||
| 4 | 29 | 3 | |
| 13 | |||
| 5 | 42 | k-55 | |
| k-42 | |||
| 6 | k |
Given that the second differences are constant
∴ k – 55 = 3
k = 58
∴ the sixth term of the series is 58
15.
y = f(x) = x3+2x+1 for x = 1,2,3,4,5
| x | y | Δy | Δ2y | Δ3y | Δ4y |
|---|---|---|---|---|---|
| 1 | 4 | ||||
| 9 | |||||
| 2 | 13 | 12 | |||
| 21 | 6 | ||||
| 3 | 34 | 18 | 0 | ||
| 39 | 6 | ||||
| 4 | 73 | 24 | |||
| 63 | |||||
| 5 | 136 | ||||
16.
The Forward difference table is given below
| x | y | Δy | Δ2y | Δ3y |
| 0 | 0 | |||
| 0.174 | ||||
| 10 | 0.174 | -0.001 | ||
| 0.173 | -0.001 | |||
| 20 | 0.347 | -0.002 | ||
| 0.171 | ||||
| 30 | 0.518 |
17.
(i) Take a suitable scale for the values of x and y, and plot the various points on the graph paper for given values of x and y.
(ii) Draw a suitable curve passing through the plotted points.
(iii) Find the point corresponding to the value x = 38 on the curve and then read the corresponding value of y on the y- axis, which will be the required interpolated value.
From the graph in Figure we find that for x = 38, the value of y is equal to 35

12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications களப்பெயர் முறைமை (DNS) Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு எடுத்துக்காட்டுகள் மற்றும் நெறிமுறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications கணினி வலையமைப்பு ஓர் அறிமுகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications PHP-உடன் MySQL-ஐ இணைத்தல் Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 12th Standard Subjects

Maths

Chemistry

Physics

Biology

Computer Science

Business Maths and Statistics

Economics

Commerce

Accountancy

History

Computer Applications

Biology

Computer Technology

Computer Applications

Computer Science

Business Maths and Statistics

Commerce

Economics

Maths

Chemistry

Physics

Computer Technology

History

Accountancy

Tamil

English

French
Tamilnadu Stateboard Standards