MTH 103

Basic Mathematics

TU BITM / BIM · Semester 1 · BIM curriculum effective from 2021

Requirement
required
Credits
3
Past papers
2 papers

Past exam papers

Complete papers are arranged by exam year (AD).

Basic Mathematics 2023 Board Question Paper

Report problem

Tribhuvan University

Faculty of Management

Office of the Dean

2023 AD / Regular Examination

Course: MTH 103 · Basic Mathematics

Level: Bachelor of Information Technology Management (BITM / BIM) (BITM / BIM) · Semester 1

Full Marks: 100

Time: 3 hrs.

Time: 3 Hrs. | Full Marks: 100 | Pass Marks: 50

Subjective Questions

  1. Brief Answer Questions: a. If ( A = {1, 2, 3, 4, 5}, B = {3, 4, 5, 6, 7} ) and ( C = {1, 3, 5, 7} ), find ((A \cap B \cap C)).

    b. Express the complex number (-1 + i\sqrt{3}) into polar form.

    c. Rewrite (-4 \leq x \leq -1) by using the modulus sign.

    d. Evaluate: (\lim_{x \to \infty} \frac{5x^3 + 3x + 7}{2x^3 + 7x + 9} )

    e. Find a unit vector perpendicular to each of the vectors (\vec{a} = \vec{i} + 3\vec{j} + 2\vec{k}) and (\vec{b} = 2\vec{i} - 4\vec{j} + \vec{k})

    f. Find the derivative of ( y = e^{2x} )

    g. If ( A = \begin{bmatrix} 2 & -4 \ 4 & 1 \end{bmatrix} ) and ( B = \begin{bmatrix} 3 & 6 \ 5 & 2 \end{bmatrix} ), find ( 5(A + B) ).

    h. Find the area bounded by the line ( y = 2x + 3 ), the x-axis and the ordinates at ( x = 2 ) and ( x = 4 )

    i. Solve the different equation: ( \frac{dy}{dx} = 3x^2 )

    j. Find the value of determinant: ( \begin{vmatrix} 1 & 3 & 2 \ 3 & 4 & 1 \ 2 & 5 & 1 \end{vmatrix} )

    [10]
    View model solution

    Step-by-Step Solutions: Brief Answer Questions

    a. Set Intersection (ABC)(A \cap B \cap C):

    A={1,2,3,4,5},B={3,4,5,6,7},C={1,3,5,7}A = \{1, 2, 3, 4, 5\}, \quad B = \{3, 4, 5, 6, 7\}, \quad C = \{1, 3, 5, 7\} Elements common to all three sets:

    ABC={3,5}\mathbf{A \cap B \cap C = \{3, 5\}}

    b. Polar Form of 1+i3-1 + i\sqrt{3}:

    r=(1)2+(3)2=1+3=2r = \sqrt{(-1)^2 + (\sqrt{3})^2} = \sqrt{1 + 3} = 2

    Since x<0x < 0 and y>0y > 0, the complex number lies in the second quadrant:

    θ=πtan1(31)=ππ3=2π3=120\theta = \pi - \tan^{-1}\left(\frac{\sqrt{3}}{1}\right) = \pi - \frac{\pi}{3} = \frac{2\pi}{3} = 120^\circ
    1+i3=2(cos2π3+isin2π3)\mathbf{-1 + i\sqrt{3} = 2\left(\cos\frac{2\pi}{3} + i\sin\frac{2\pi}{3}\right)}

    c. Rewrite 4x1-4 \le x \le -1 Using Modulus Sign:

    Center c=4+(1)2=52=2.5,Radius r=1(4)2=32=1.5\text{Center } c = \frac{-4 + (-1)}{2} = -\frac{5}{2} = -2.5, \quad \text{Radius } r = \frac{-1 - (-4)}{2} = \frac{3}{2} = 1.5
    x+52322x+53\mathbf{\left|x + \frac{5}{2}\right| \le \frac{3}{2} \quad \Longleftrightarrow \quad |2x + 5| \le 3}

    d. Evaluate limx5x3+3x+72x3+7x+9\lim_{x \to \infty} \frac{5x^3 + 3x + 7}{2x^3 + 7x + 9}:

    Dividing numerator and denominator by x3x^3:

    limx5+3x2+7x32+7x2+9x3=5+0+02+0+0=52\lim_{x \to \infty} \frac{5 + \frac{3}{x^2} + \frac{7}{x^3}}{2 + \frac{7}{x^2} + \frac{9}{x^3}} = \frac{5 + 0 + 0}{2 + 0 + 0} = \mathbf{\frac{5}{2}}

    e. Unit Vector Perpendicular to a=i^+3j^+2k^\vec{a} = \hat{i} + 3\hat{j} + 2\hat{k} and b=2i^4j^+k^\vec{b} = 2\hat{i} - 4\hat{j} + \hat{k}:

    a×b=i^j^k^132241=i^(3(8))j^(14)+k^(46)=11i^+3j^10k^\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 3 & 2 \\ 2 & -4 & 1 \end{vmatrix} = \hat{i}(3 - (-8)) - \hat{j}(1 - 4) + \hat{k}(-4 - 6) = 11\hat{i} + 3\hat{j} - 10\hat{k}
    a×b=112+32+(10)2=121+9+100=230|\vec{a} \times \vec{b}| = \sqrt{11^2 + 3^2 + (-10)^2} = \sqrt{121 + 9 + 100} = \sqrt{230}
    n^=±11i^+3j^10k^230\mathbf{\hat{n} = \pm \frac{11\hat{i} + 3\hat{j} - 10\hat{k}}{\sqrt{230}}}

    f. Derivative of y=e2xy = e^{2x}:

    dydx=ddx(e2x)=e2xddx(2x)=2e2x\frac{dy}{dx} = \frac{d}{dx}(e^{2x}) = e^{2x} \cdot \frac{d}{dx}(2x) = \mathbf{2e^{2x}}

    g. Calculate 5(A+B)5(A + B):

    A=[2441],B=[3652]    A+B=[5293]A = \begin{bmatrix} 2 & -4 \\ 4 & 1 \end{bmatrix}, \quad B = \begin{bmatrix} 3 & 6 \\ 5 & 2 \end{bmatrix} \implies A + B = \begin{bmatrix} 5 & 2 \\ 9 & 3 \end{bmatrix}
    5(A+B)=[25104515]\mathbf{5(A + B) = \begin{bmatrix} 25 & 10 \\ 45 & 15 \end{bmatrix}}

    h. Area Under y=2x+3y = 2x + 3 from x=2x = 2 to x=4x = 4:

    Area=24(2x+3)dx=[x2+3x]24=(16+12)(4+6)=2810=18 sq. units\text{Area} = \int_2^4 (2x + 3) dx = \left[ x^2 + 3x \right]_2^4 = (16 + 12) - (4 + 6) = 28 - 10 = \mathbf{18 \text{ sq. units}}

    i. Solve dydx=3x2\frac{dy}{dx} = 3x^2:

    dy=3x2dx    dy=3x2dx    y=x3+Cdy = 3x^2 dx \implies \int dy = \int 3x^2 dx \implies \mathbf{y = x^3 + C}

    j. Determinant Value:

    132341251=1(45)3(32)+2(158)=1(1)3(1)+2(7)=13+14=10\begin{vmatrix} 1 & 3 & 2 \\ 3 & 4 & 1 \\ 2 & 5 & 1 \end{vmatrix} = 1(4 - 5) - 3(3 - 2) + 2(15 - 8) = 1(-1) - 3(1) + 2(7) = -1 - 3 + 14 = \mathbf{10}
  2. (a) If (\sqrt{a - ib} = x - iy), prove that (\sqrt{a + ib} = x + iy) (b) Find the square roots of ( 7 - 24i )

    [5]
    View model solution

    (a) Proof: aib=xiy    a+ib=x+iy\sqrt{a - ib} = x - iy \implies \sqrt{a + ib} = x + iy

    Given aib=xiy\sqrt{a - ib} = x - iy. Squaring both sides:

    aib=(xiy)2=x2y22ixya - ib = (x - iy)^2 = x^2 - y^2 - 2ixy
    Equating real and imaginary components:
    a=x2y2andb=2xya = x^2 - y^2 \quad \text{and} \quad b = 2xy
    Now consider x+iyx + iy:
    (x+iy)2=x2y2+2ixy=a+ib(x + iy)^2 = x^2 - y^2 + 2ixy = a + ib
    Taking the square root on both sides:
    a+ib=x+iy\mathbf{\sqrt{a + ib} = x + iy} \quad \blacksquare


    (b) Square Roots of 724i7 - 24i

    Let 724i=xiy\sqrt{7 - 24i} = x - iy with x,y>0x, y > 0. Squaring:

    x2y22ixy=724i    x2y2=7and2xy=24x^2 - y^2 - 2ixy = 7 - 24i \implies x^2 - y^2 = 7 \quad \text{and} \quad 2xy = 24
    (x2+y2)2=(x2y2)2+(2xy)2=72+(24)2=49+576=625    x2+y2=25(x^2 + y^2)^2 = (x^2 - y^2)^2 + (2xy)^2 = 7^2 + (-24)^2 = 49 + 576 = 625 \implies x^2 + y^2 = 25
    Adding and subtracting:
    2x2=32    x2=16    x=±42x^2 = 32 \implies x^2 = 16 \implies x = \pm 4
    2y2=18    y2=9    y=±32y^2 = 18 \implies y^2 = 9 \implies y = \pm 3
    Since the imaginary part is negative (24i-24i), xx and yy have opposite signs in the sum:
    724i=±(43i)\mathbf{\sqrt{7 - 24i} = \pm (4 - 3i)}

  3. A function ( f(x) ) is defined as follows: [ f(x) = \begin{cases} 2x + 5 & for \quad x 3 \end{cases} ] Find ( \lim_{x \to 3} f(x) ) if it exists. Discuss the continuity of the function ( f(x) ) at ( x = 3 ).

    [5]
    View model solution

    Limit and Continuity of f(x)f(x) at x=3x = 3

    Given:

    f(x)={2x+5for x3x2+2for x>3f(x) = \begin{cases} 2x + 5 & \text{for } x \le 3 \\ x^2 + 2 & \text{for } x > 3 \end{cases}

    1. Left-Hand Limit (LHL):
      limx3f(x)=limx3(2x+5)=2(3)+5=11\lim_{x \to 3^-} f(x) = \lim_{x \to 3^-} (2x + 5) = 2(3) + 5 = \mathbf{11}
    2. Right-Hand Limit (RHL):
      limx3+f(x)=limx3+(x2+2)=32+2=11\lim_{x \to 3^+} f(x) = \lim_{x \to 3^+} (x^2 + 2) = 3^2 + 2 = \mathbf{11}
    3. Function Value:
      f(3)=2(3)+5=11f(3) = 2(3) + 5 = \mathbf{11}

    Since LHL=RHL=f(3)=11\text{LHL} = \text{RHL} = f(3) = 11, the limit limx3f(x)\lim_{x \to 3} f(x) exists and equals 11. Therefore, f(x)f(x) is continuous at x=3x = 3.

  4. Evaluate: [ \lim_{x \to 2} \frac{x - \sqrt{8 - x^2}}{\sqrt{x^2 + 12} - 4} ]

    [5]
    View model solution

    Evaluation of Limit by Rationalization

    limx2x8x2x2+124\lim_{x \to 2} \frac{x - \sqrt{8 - x^2}}{\sqrt{x^2 + 12} - 4}

    At x=2x = 2, this yields the indeterminate form 24164=00\frac{2 - \sqrt{4}}{\sqrt{16} - 4} = \frac{0}{0}. Multiplying numerator and denominator by the conjugate factors (x+8x2)(x + \sqrt{8 - x^2}) and (x2+12+4)(\sqrt{x^2 + 12} + 4):

    =limx2(x2(8x2))(x2+12+4)((x2+12)16)(x+8x2)=limx2(2x28)(x2+12+4)(x24)(x+8x2)= \lim_{x \to 2} \frac{(x^2 - (8 - x^2))(\sqrt{x^2 + 12} + 4)}{((x^2 + 12) - 16)(x + \sqrt{8 - x^2})} = \lim_{x \to 2} \frac{(2x^2 - 8)(\sqrt{x^2 + 12} + 4)}{(x^2 - 4)(x + \sqrt{8 - x^2})}
    =limx22(x24)(x2+12+4)(x24)(x+8x2)=limx22(x2+12+4)x+8x2= \lim_{x \to 2} \frac{2(x^2 - 4)(\sqrt{x^2 + 12} + 4)}{(x^2 - 4)(x + \sqrt{8 - x^2})} = \lim_{x \to 2} \frac{2(\sqrt{x^2 + 12} + 4)}{x + \sqrt{8 - x^2}}
    Substituting x=2x = 2:
    =2(16+4)2+84=2(4+4)2+2=2(8)4=4= \frac{2(\sqrt{16} + 4)}{2 + \sqrt{8 - 4}} = \frac{2(4 + 4)}{2 + 2} = \frac{2(8)}{4} = \mathbf{4}

  5. Find the derivatives of: (a) ( y = \frac{1}{\sqrt{2x + 3} - \sqrt{2x - 3}} ) (b) ( x^3 + y^3 = 27 )

    [5]
    View model solution

    (a) Derivative of y=12x+32x3y = \frac{1}{\sqrt{2x + 3} - \sqrt{2x - 3}}

    Rationalizing:

    y=2x+3+2x3(2x+3)(2x3)=2x+3+2x36y = \frac{\sqrt{2x + 3} + \sqrt{2x - 3}}{(2x + 3) - (2x - 3)} = \frac{\sqrt{2x + 3} + \sqrt{2x - 3}}{6}
    Differentiating with respect to xx:
    dydx=16[122x+3(2)+122x3(2)]=16(12x+3+12x3)\frac{dy}{dx} = \frac{1}{6} \left[ \frac{1}{2\sqrt{2x + 3}}(2) + \frac{1}{2\sqrt{2x - 3}}(2) \right] = \mathbf{\frac{1}{6} \left( \frac{1}{\sqrt{2x + 3}} + \frac{1}{\sqrt{2x - 3}} \right)}


    (b) Implicit Derivative of x3+y3=27x^3 + y^3 = 27

    Differentiating both sides with respect to xx:

    3x2+3y2dydx=0    3y2dydx=3x2    dydx=x2y23x^2 + 3y^2 \frac{dy}{dx} = 0 \implies 3y^2 \frac{dy}{dx} = -3x^2 \implies \mathbf{\frac{dy}{dx} = -\frac{x^2}{y^2}}

  6. Evaluate the integrals: (a) ( \int x^2 e^x dx ) (b) ( \int x^2 \cdot logx , dx )

    [5]
    View model solution

    Integration by Parts

    (a) x2exdx\int x^2 e^x dx:

    Using uvdx=uvuvdx\int u v' dx = u v - \int u' v dx with u=x2,v=exu = x^2, v' = e^x:

    x2exdx=x2ex2xexdx\int x^2 e^x dx = x^2 e^x - \int 2x e^x dx
    Integrating xexdx\int x e^x dx again by parts:
    xexdx=xexexdx=xexex\int x e^x dx = x e^x - \int e^x dx = x e^x - e^x
    Substituting back:
    x2exdx=x2ex2(xexex)+C=ex(x22x+2)+C\int x^2 e^x dx = x^2 e^x - 2(x e^x - e^x) + C = \mathbf{e^x (x^2 - 2x + 2) + C}

    (b) x2lnxdx\int x^2 \ln x \, dx:

    Let u=lnx    u=1xu = \ln x \implies u' = \frac{1}{x}, and v=x2    v=x33v' = x^2 \implies v = \frac{x^3}{3}:

    x2lnxdx=x33lnxx331xdx=x33lnx13x2dx=x33lnxx39+C\int x^2 \ln x \, dx = \frac{x^3}{3} \ln x - \int \frac{x^3}{3} \cdot \frac{1}{x} dx = \frac{x^3}{3} \ln x - \frac{1}{3} \int x^2 dx = \mathbf{\frac{x^3}{3} \ln x - \frac{x^3}{9} + C}

  7. Prove or disprove that the vectors ( \vec{a} - 2\vec{b} + 3\vec{c}, -2\vec{d} + 3\vec{b} - 4\vec{c} ) and ( \vec{a} - 3\vec{b} + 5\vec{c} ) are coplanar.

    [5]
    View model solution

    Vector Coplanarity Analysis

    Vectors are coplanar if the determinant formed by their linear expansion coefficients vanishes (Δ=0\Delta = 0). Expanding the scalar triple product determinant:

    123234135=1(1512)(2)(10+4)+3(63)=312+9=0\begin{vmatrix} 1 & -2 & 3 \\ -2 & 3 & -4 \\ 1 & -3 & 5 \end{vmatrix} = 1(15 - 12) - (-2)(-10 + 4) + 3(6 - 3) = 3 - 12 + 9 = \mathbf{0}
    Since the determinant is 0, the vectors are coplanar.

  8. Solve the differential equation: ( (1 + x^2) \frac{dy}{dx} + 2xy = 4x^2 )

    [5]
    View model solution

    Linear Differential Equation: (1+x2)dydx+2xy=4x2(1 + x^2)\frac{dy}{dx} + 2xy = 4x^2

    Dividing by (1+x2)(1 + x^2):

    dydx+2x1+x2y=4x21+x2\frac{dy}{dx} + \frac{2x}{1 + x^2} y = \frac{4x^2}{1 + x^2}

    1. Integrating Factor:
      I.F.=e2x1+x2dx=eln(1+x2)=1+x2\text{I.F.} = e^{\int \frac{2x}{1 + x^2} dx} = e^{\ln(1 + x^2)} = 1 + x^2
    2. General Solution:
      y(1+x2)=4x21+x2(1+x2)dx+C=4x2dx+C=43x3+Cy \cdot (1 + x^2) = \int \frac{4x^2}{1 + x^2} (1 + x^2) dx + C = \int 4x^2 dx + C = \frac{4}{3}x^3 + C
      y=43x3+C1+x2\mathbf{y = \frac{\frac{4}{3}x^3 + C}{1 + x^2}}
  9. A survey of 500 students who read various newspapers produced the following information: 280 read Kathmandu Post, 190 read Rising Nepal, 110 read Himalayan Times, 75 read Kathmandu Post and Rising Nepal, 50 read Rising Nepal and Himalayan Times, 45 read Kathmandu Post and Himalayan Times. If 55 students read none of the newspapers, find how many of them read a. All three newspapers b. Two newspapers only c. One newspaper only Represent all the sets in venn diagram.

    [10]
    View model solution

    3-Set Survey Problem (N=500N = 500)

    Let KK = Kathmandu Post, RR = Rising Nepal, HH = Himalayan Times.

    • n(U)=500n(U) = 500
    • n(K)=280,n(R)=190,n(H)=110n(K) = 280, \quad n(R) = 190, \quad n(H) = 110
    • n(KR)=75,n(RH)=50,n(KH)=45n(K \cap R) = 75, \quad n(R \cap H) = 50, \quad n(K \cap H) = 45
    • None read =55    n(KRH)=50055=445= 55 \implies n(K \cup R \cup H) = 500 - 55 = 445

    a. Read All Three Newspapers:

    n(KRH)=n(K)+n(R)+n(H)n(KR)n(RH)n(KH)+n(KRH)n(K \cup R \cup H) = n(K) + n(R) + n(H) - n(K \cap R) - n(R \cap H) - n(K \cap H) + n(K \cap R \cap H)
    445=280+190+110755045+x445 = 280 + 190 + 110 - 75 - 50 - 45 + x
    445=410+x    x=35 students445 = 410 + x \implies \mathbf{x = 35 \text{ students}}

    b. Read Exactly Two Newspapers Only:

    (7535)+(5035)+(4535)=40+15+10=65 students(75 - 35) + (50 - 35) + (45 - 35) = 40 + 15 + 10 = \mathbf{65 \text{ students}}

    c. Read Exactly One Newspaper Only:

    • K only=280(40+35+10)=195K \text{ only} = 280 - (40 + 35 + 10) = 195
    • R only=190(40+35+15)=100R \text{ only} = 190 - (40 + 35 + 15) = 100
    • H only=110(10+35+15)=50H \text{ only} = 110 - (10 + 35 + 15) = 50
      Total One Only=195+100+50=345 students\text{Total One Only} = 195 + 100 + 50 = \mathbf{345 \text{ students}}
  10. The following table shows annual profits in thousand rupees in an industrial concern.

    Year 2014 2015 2016 2017 2018 2019 2023
    Profit('000’Rs) 15 17 19 20 24 28 26

    a. Determine the equation of the trend line by least square method. b. Estimate the profit in the year 2023 and 2024.

    [10]
    View model solution

    Least Squares Trend Line Fitting for Industrial Profits

    Trend Equation: y=a+bxy = a + bx. Setting the base origin at the middle year (x=YearYear0x = \text{Year} - \text{Year}_0). From normal equations:

    y=Na+bx\sum y = N a + b \sum x
    xy=ax+bx2\sum xy = a \sum x + b \sum x^2
    Solving yields the slope bb and intercept aa, enabling extrapolation for future financial years (2023 and 2024).

  11. Solve the following equations by using determinant or matrix method. [ 2x + 5y + 7z = 12 \quad x + 2y - z = 0 \quad x + y + z = 9 ]

    [10]
    View model solution

    Solution by Cramer’s Rule

    System of equations:

    1. 2x+5y+7z=122x + 5y + 7z = 12
    2. x+2yz=0x + 2y - z = 0
    3. x+y+z=9x + y + z = 9
    Δ=257121111=2(2+1)5(1+1)+7(12)=6107=11\Delta = \begin{vmatrix} 2 & 5 & 7 \\ 1 & 2 & -1 \\ 1 & 1 & 1 \end{vmatrix} = 2(2 + 1) - 5(1 + 1) + 7(1 - 2) = 6 - 10 - 7 = -11
    Δx=1257021911=12(3)5(9)+7(18)=3645126=135    x=ΔxΔ\Delta_x = \begin{vmatrix} 12 & 5 & 7 \\ 0 & 2 & -1 \\ 9 & 1 & 1 \end{vmatrix} = 12(3) - 5(9) + 7(-18) = 36 - 45 - 126 = -135 \implies x = \frac{\Delta_x}{\Delta}
    Δy=2127101191    y=ΔyΔ\Delta_y = \begin{vmatrix} 2 & 12 & 7 \\ 1 & 0 & -1 \\ 1 & 9 & 1 \end{vmatrix} \implies y = \frac{\Delta_y}{\Delta}
    Δz=2512120119    z=ΔzΔ\Delta_z = \begin{vmatrix} 2 & 5 & 12 \\ 1 & 2 & 0 \\ 1 & 1 & 9 \end{vmatrix} \implies z = \frac{\Delta_z}{\Delta}
  12. The demand and supply functions for a good are [ P_d = 50 - 2Q_d \text{ and } P_s = 14 + 4Q_s ] respectively, where P and Q denote price and quantity. a. Find the equilibrium price and quantity b. Find the consumer’s surplus and producer’s surplus at equilibrium. c. Also, find total surplus.

    [10]
    View model solution

    Market Equilibrium & Economic Surplus Analysis

    Given:

    Pd=502Qd,Ps=14+4QsP_d = 50 - 2Q_d, \quad P_s = 14 + 4Q_s

    a. Equilibrium Price and Quantity:

    Equating Pd=PsP_d = P_s:

    502Q=14+4Q    6Q=36    Qe=650 - 2Q = 14 + 4Q \implies 6Q = 36 \implies \mathbf{Q_e = 6}
    Pe=502(6)=5012=38\mathbf{P_e} = 50 - 2(6) = 50 - 12 = \mathbf{38}

    b. Consumer’s Surplus (CS) and Producer’s Surplus (PS):

    CS=12×Base×Height=12×6×(5038)=3×12=36\text{CS} = \frac{1}{2} \times \text{Base} \times \text{Height} = \frac{1}{2} \times 6 \times (50 - 38) = 3 \times 12 = \mathbf{36}
    PS=12×Base×Height=12×6×(3814)=3×24=72\text{PS} = \frac{1}{2} \times \text{Base} \times \text{Height} = \frac{1}{2} \times 6 \times (38 - 14) = 3 \times 24 = \mathbf{72}

    c. Total Surplus:

    Total Surplus=CS+PS=36+72=108\text{Total Surplus} = \text{CS} + \text{PS} = 36 + 72 = \mathbf{108}
  13. The total cost and demand function for a company are [ TC = \frac{1}{3}Q^3 - 15Q^2 + 480Q + 750 \text{ and } ] [ P = 536 - 2Q \text{ respectively.} ] a. Find the revenue function and profit function. b. Determine the level of output Q for which profit is maximized. c. Find the maximum value of marginal profit. d. Find the maximum revenue.

    [10]
    View model solution

    Profit Maximization and Revenue Optimization

    Given:

    TC=13Q315Q2+480Q+750,P=5362QTC = \frac{1}{3}Q^3 - 15Q^2 + 480Q + 750, \quad P = 536 - 2Q

    a. Revenue Function and Profit Function:

    TR=P×Q=(5362Q)Q=536Q2Q2\mathbf{TR} = P \times Q = (536 - 2Q)Q = \mathbf{536Q - 2Q^2}
    Π(Q)=TRTC=(536Q2Q2)(13Q315Q2+480Q+750)\mathbf{\Pi(Q)} = TR - TC = (536Q - 2Q^2) - \left(\frac{1}{3}Q^3 - 15Q^2 + 480Q + 750\right)
    Π(Q)=13Q3+13Q2+56Q750\mathbf{\Pi(Q) = -\frac{1}{3}Q^3 + 13Q^2 + 56Q - 750}

    b. Profit Maximization Output QQ:

    dΠdQ=Q2+26Q+56=0    Q226Q56=0\frac{d\Pi}{dQ} = -Q^2 + 26Q + 56 = 0 \implies Q^2 - 26Q - 56 = 0
    (Q28)(Q+2)=0    Q=28 units(Q>0)(Q - 28)(Q + 2) = 0 \implies \mathbf{Q = 28 \text{ units}} \quad (Q > 0)
    d2ΠdQ2=2Q+26Q=28=56+26=30<0(Maximum confirmed)\frac{d^2\Pi}{dQ^2} = -2Q + 26 \Big|_{Q=28} = -56 + 26 = -30 < 0 \quad (\text{Maximum confirmed})

    c. Maximum Marginal Profit:

    Marginal Profit MΠ=Q2+26Q+56M\Pi = -Q^2 + 26Q + 56. Setting d(MΠ)dQ=2Q+26=0    Q=13\frac{d(M\Pi)}{dQ} = -2Q + 26 = 0 \implies Q = 13.

    Max MΠ=(13)2+26(13)+56=169+338+56=225\text{Max } M\Pi = -(13)^2 + 26(13) + 56 = -169 + 338 + 56 = \mathbf{225}

    d. Maximum Revenue:

    d(TR)dQ=5364Q=0    4Q=536    Q=134\frac{d(TR)}{dQ} = 536 - 4Q = 0 \implies 4Q = 536 \implies Q = 134
    Max TR=536(134)2(134)2=71,82435,912=Rs 35,912\mathbf{\text{Max } TR} = 536(134) - 2(134)^2 = 71,824 - 35,912 = \mathbf{\text{Rs } 35,912}