11th Standard Syllabus & Materials
11th Standard
TN 11th English Supplementary - 3 - The First Patient (Play) Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Prose - 3 - Forgetting Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Prose - 2 - The Queen of Boxing Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Poem - 1 - Once Upon A Time Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Prose - 1 - The Portrait of a Lady Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications Tamil Computing Sample Question Papers Study Material - QB365 Set A

Published on: 02/07/2021
QB365 provides detailed and simple solution for every
Creative Questions in class 11 Business Maths Subject.It will helps to get more idea about question pattern in every Creative questions with solution.
Download Tamil Nadu 11th 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

2.
A fruit grower can use two types of fertilizers in his garden, brand P and brand Q. The amounts (in Kg) of nitrogen, phosphoric acid, potash and chlorine in a bag of each brand are given in the table. Tests indicate that the garden needs atIeast 240 kgs of phosphoric acid, at least 270 kg of potash and atmost 310 kg of chlorine. If the grower wants to minimize the amount of nitrogen added to the garden, formulate the above as mathematical LPP.
3.
If f(x,y) = 3x2 + 4y3 + 6xy - x2y3 + 6. Find fx(1, -1)
4.
Differentiate \({ x }^{ \frac { 2 }{ 3 } }\) from first principles
5.
Evaluate : \(\cos\left[\frac{\pi}{3}-\cos^{-1}\left(\frac{1}{2}\right)\right]\)
6.
Evaluate \(\cot\left(\frac{-15\pi}{4}\right)\)
7.
Show that the functions f(x) = 5x - \(\left| x \right| \) is continuous at x = 0
8.
Convert the parabola y2=4x+4y into standard form.
9.
Show that 10P3 = 9 P3 + 3. 9P2
10.
Evaluate \(\begin{vmatrix} 2 &-1 &-2 \\0 & 2 & -1\\3 & -5& 0 \end{vmatrix}.\)
1.
Using the precedence relationship and following the rules of network construction, the required network is shown in the following figure.

2.
(i) Variables:
Let x1, x2 represent bags of brand P and brand Q.
(ii) Objective function:
Let Z be the amount of nitrogen. Since the amount of nitrogen is to be minimized, we have minimize Z = 3x + 3.5y
(iii) Constraints:
For Phosphoric acid,\({ x }_{ 1 }+2{ x }_{ 2 }\ge 240\)
For Potash, \({ 3x }_{ 1 }+{ 1.5x }_{ 2 }\ge 270\)
For Chlorine, \({ 1.5x }_{ 1 }+2{ x }_{ 2 }\ge 310\)
(iv) Non-negative restrictions:
Since the number of bags of brand P and Q, cannot be negative,\({ x }_{ 1 },{ x }_{ 2 }\ge 0\).
Here Mathematical form of the LPP is Minimize Z = 3x1 + 3.5x2
Subject to the constraints
\({ x }_{ 1 }+2{ x }_{ 2 }\ge 240\)
\({ 3x }_{ 1 }+{ 1.5x }_{ 2 }\ge 270\)
\( { 1.5x }_{ 1 }+2{ x }_{ 2 }\ge 310\)
and x1, x2 ≥ 0.
3.
Given f(x, y) =3x2+4y3+6xy-x2y3+6
Differentiating partially w.r.t. 'x' we get,
fx(x, y)=6x + 0 + 6y(1) -y3(2x) + 0
=6x + 6y- 2xy3
\(\therefore f_x(1,-1)=\) 6(1) +6(-1)-2(1)(-1)3
= 6-6+2
= 2
4.
Let f(x) = \({ x }^{ \frac { 2 }{ 3 } }\)
f(x+h) = (x+h)\(^{ \frac { 2 }{ 3 } }\)
\(\frac { d }{ dx } (f(x))=\underset { h\rightarrow 0 }{ lim } \frac { f(x+h)-f(x) }{ h } \)
= \(\underset { h\rightarrow 0 }{ lim } \frac { (x+h)^{ \frac { 2 }{ 3 } }-x^{ \frac { 2 }{ 3 } } }{ x+h-x } \) [adding and subtracting x in the denominator]
= \(\frac { 2 }{ 3 } .x^{ \frac { 2 }{ 3 } -1 }\)
\(\left[ \therefore \underset { x\rightarrow a }{ Lt } \frac { { x }^{ n }-{ a }^{ n } }{ x-a } =n-a^{ n-1 } \right] =\frac { 2 }{ 3 } { x }^{ \frac { -1 }{ 3 } }\)
\(\therefore \frac { d }{ dx } \left( x^{ \frac { 2 }{ 3 } } \right) -\frac { 2 }{ 3 } .x^{ \frac { -1 }{ 3 } }\)
5.
Let \(\cos^{-1}(\frac12)=\theta\)
\(\Rightarrow\frac12=\cos\theta\Rightarrow\cos=\frac{\pi}{3}\cos\theta\)
\(\Rightarrow\theta=\frac{\pi}{3}\)
\(\therefore\cos\left[\frac{\pi}{3}-\cos^{-1}(\frac{1}{2})\right]=\cos\left[\frac{\pi}{3}-\frac{\pi}{3}\right]=\cos(0)=1.\)
6.

\(\frac{15\pi}{4}=15\times45^o=675^o\)
\(\cot\left(\frac{-15\pi}{4}\right)=\)cot (-675°)= - cot 675° = - cot (720 -45°) = -cot (2 x 360° - 45°)
= -(-cot 45°)(\(\therefore\) 675° is in the IV quadrant) =-(-1) = 1.
7.
Given f(x) = 5x - \(\left| x \right| \)
\(\therefore f(x)=\begin{cases} 5x-x\quad if\quad x\ge 0 \\ 5x-(-x)\quad if\quad x>0 \end{cases}=\begin{cases} 4x\quad ifx\ge 0 \\ 6x\quad if\quad x<0 \end{cases}\)
\(L\left[ f\left( x \right) \right] _{ x=0 }=\underset { x\rightarrow 0 }{ lim }f\left( x \right) =\underset { h\rightarrow 0- }{ lim } \quad f(o-h)\)
\(=\underset { h\rightarrow 0 }{ lim } f(-h)=\underset { h\rightarrow 0 }{ lim } 6(-h)\quad \quad \left[ \therefore f(x)=6x\quad ifx\ge 0 \right] \)
= 0
\(R\left[ f\left( x \right) \right] _{ x=0 }=\underset { x\rightarrow 0 }{ lim } lif\left( x \right) =\underset { h\rightarrow 0 }{ lim } \quad f(o+h)\)
\(\underset { h\rightarrow 0 }{ lim } f(h)=\underset { h\rightarrow 0 }{ lim } 4(h)\quad \left[ \therefore f(x)=4xi\quad fx\ge 0 \right] \)
=0
∴ \(L\left[ f\left( x \right) \right] _{ x=0 }=R\left[ f\left( x \right) \right] _{ x=0 }\)
∴ f(x) is continuous at x = 0
8.
The given equation is
y2=4x+4y
⇒ y2-4y=4x
⇒ y2-4y=4x
⇒ y2-4y+4=4x+4 (Adding 4 on both sides)
⇒ (y-2)2=4(x+1)
⇒ y2=4 where X=x+1 ⇒ Y=y-2
9.
LHS 10P3 = 10 x 9 x 8 = 720
RHS 9P3 + 3. 9P2 = 9 x 8 x 7 + 3 x 9 x 8
= 9 x 8 (7 + 3) = 72 (10) = 720
LHS= RHS Hence proved.
10.
Let \(|A|=\begin{vmatrix} 2&-1&-2 \\ 0 &2&-1\\3&-5&0 \end{vmatrix}\)
Expanding along R1 we get,
\(|A|=2\begin{vmatrix} 2 & -1\\ -5 & 0\end{vmatrix}+1\begin{vmatrix} 0 & -1 \\ 3 & 0 \end{vmatrix}-2\begin{vmatrix} 0 & 2 \\ 3 & -5 \end{vmatrix}\)
= 2 ( 0 - 5 ) + 1 ( 0 + 3 ) - 2 ( 0 - 6 )
= - 10 + 3 + 12 = 5
\(\therefore\) |A| = 5.
11th Standard Syllabus & Materials
11th Standard
TN 11th Computer Applications Computer Ethics and Cyber Security Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications JavaScript Functions Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications Control Structure in JavaScript Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications Introduction to JavaScript Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 11th Standard Subjects

Maths

Commerce

Economics

Biology

Business Maths and Statistics

Accountancy

Computer Science

Physics

Chemistry

Maths

Biology

Economics

Physics

Chemistry

History

Business Maths and Statistics

Computer Science

Accountancy

Computer Applications

History

Computer Technology

Commerce

Computer Applications

Computer Technology

Tamil

English

French
Tamilnadu Stateboard Standards