Model paper

Dean's Office Official Model Question Paper

MTH 202 · Business Mathematics II

Programme
BBM
Academic year
Semester 2
Paper type
Official Model Question
Sitting
Dean's Office Blueprint
Full marks
60
Duration
180 minutes

Tribhuvan University

Faculty of Management

Office of the Dean

Official Model Question Paper / Dean's Office Blueprint

Course: MTH 202 · Business Mathematics II

Level: Bachelor of Business Management (BBM) · Semester 2

Full Marks: 60

Time: 3 hrs.

Candidates are required to give their answers in their own words as far as practicable. Figures in the margin indicate full marks.

Group A

Brief Answer Questions. Attempt ALL questions. (5 × 2 = 10)

[5*2=10]
  1. Find the partial derivatives zx\frac{\partial z}{\partial x} and zy\frac{\partial z}{\partial y} for z=3x2y35x3+4y27z = 3x^2y^3 - 5x^3 + 4y^2 - 7.

    [2]
    View model solution

    Partial Derivatives

    Treating yy as a constant when differentiating with respect to xx:

    zx=x(3x2y35x3+4y27)=6xy315x2\frac{\partial z}{\partial x} = \frac{\partial}{\partial x}(3x^2y^3 - 5x^3 + 4y^2 - 7) = 6xy^3 - 15x^2

    Treating xx as a constant when differentiating with respect to yy:

    zy=y(3x2y35x3+4y27)=9x2y2+8y\frac{\partial z}{\partial y} = \frac{\partial}{\partial y}(3x^2y^3 - 5x^3 + 4y^2 - 7) = 9x^2y^2 + 8y

  2. Define a first-order differential equation and state its general linear form.

    [2]
    View model solution

    First-Order Differential Equation

    A first-order differential equation is an equation involving an unknown function y(x)y(x) and its first derivative dydx\frac{dy}{dx} without higher-order derivatives.

    Standard Linear Form:

    dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x)
    Where P(x)P(x) and Q(x)Q(x) are continuous functions of xx alone.

  3. State Euler’s Theorem for a homogeneous production function Q=f(K,L)Q = f(K, L) of degree nn.

    [2]
    View model solution

    Euler’s Theorem for Homogeneous Functions

    If a production function Q=f(K,L)Q = f(K, L) is homogeneous of degree nn, then:

    KQK+LQL=nQK \frac{\partial Q}{\partial K} + L \frac{\partial Q}{\partial L} = n Q
    For a function with constant returns to scale (n=1n = 1):
    KMPK+LMPL=QK \cdot MP_K + L \cdot MP_L = Q

  4. Evaluate the definite double integral: 0201(2x+4y)dydx\int_0^2 \int_0^1 (2x + 4y) \, dy \, dx.

    [2]
    View model solution

    Evaluation of Double Integral

    Inner integral with respect to yy:

    01(2x+4y)dy=[2xy+2y2]01=(2x(1)+2(1)2)0=2x+2\int_0^1 (2x + 4y) \, dy = \left[ 2xy + 2y^2 \right]_0^1 = (2x(1) + 2(1)^2) - 0 = 2x + 2

    Outer integral with respect to xx:

    02(2x+2)dx=[x2+2x]02=(22+2(2))0=4+4=8\int_0^2 (2x + 2) \, dx = \left[ x^2 + 2x \right]_0^2 = (2^2 + 2(2)) - 0 = 4 + 4 = \mathbf{8}

  5. Formulate the dual of the following Linear Programming Problem:

    Maximize Z=4x1+6x2subject to 2x1+x220,  x1+3x230,  x1,x20\text{Maximize } Z = 4x_1 + 6x_2 \quad \text{subject to } 2x_1 + x_2 \le 20, \; x_1 + 3x_2 \le 30, \; x_1, x_2 \ge 0

    [2]
    View model solution

    Dual Problem Formulation

    Let the dual decision variables be y1y_1 and y2y_2 corresponding to constraints 1 and 2.

    Dual Objective Function:

    Minimize W=20y1+30y2\text{Minimize } W = 20y_1 + 30y_2

    Subject to Constraints:

    2y1+y242y_1 + y_2 \ge 4
    y1+3y26y_1 + 3y_2 \ge 6
    y1,y20y_1, y_2 \ge 0

Group B

Short Answer Questions. Attempt any THREE questions. (3 × 10 = 30)

[3*10=30]
  1. A firm produces two joint products, XX and YY. The joint cost function is C(x,y)=2x2+xy+3y2+500C(x, y) = 2x^2 + xy + 3y^2 + 500. The demand functions are Px=100xP_x = 100 - x and Py=1202yP_y = 120 - 2y. a. Formulate the total profit function π(x,y)\pi(x, y). b. Find the profit-maximizing output levels of xx and yy. c. Verify the second-order conditions for maximum profit.

    [10]
    View model solution

    Multivariable Profit Maximization

    a. Total Profit Function π(x,y)\pi(x, y)

    Total Revenue:

    TR=Pxx+Pyy=(100x)x+(1202y)y=100xx2+120y2y2TR = P_x \cdot x + P_y \cdot y = (100 - x)x + (120 - 2y)y = 100x - x^2 + 120y - 2y^2

    Total Profit:

    π(x,y)=TRC=(100xx2+120y2y2)(2x2+xy+3y2+500)\pi(x, y) = TR - C = (100x - x^2 + 120y - 2y^2) - (2x^2 + xy + 3y^2 + 500)
    π(x,y)=3x2xy5y2+100x+120y500\pi(x, y) = -3x^2 - xy - 5y^2 + 100x + 120y - 500

    b. First-Order Necessary Conditions

    πx=6xy+100=0    6x+y=100— (Eq 1)\frac{\partial \pi}{\partial x} = -6x - y + 100 = 0 \implies 6x + y = 100 \quad \text{--- (Eq 1)}
    πy=x10y+120=0    x+10y=120— (Eq 2)\frac{\partial \pi}{\partial y} = -x - 10y + 120 = 0 \implies x + 10y = 120 \quad \text{--- (Eq 2)}

    From Eq 1, y=1006xy = 100 - 6x. Substituting into Eq 2:

    x+10(1006x)=120x + 10(100 - 6x) = 120
    x+100060x=120    59x=880    x=8805914.92x + 1000 - 60x = 120 \implies -59x = -880 \implies x = \frac{880}{59} \approx 14.92
    y=1006(14.92)=10089.5210.48y = 100 - 6(14.92) = 100 - 89.52 \approx 10.48

    c. Second-Order Sufficiency Conditions (Hessian Matrix)

    πxx=2πx2=6<0\pi_{xx} = \frac{\partial^2 \pi}{\partial x^2} = -6 < 0
    πyy=2πy2=10<0\pi_{yy} = \frac{\partial^2 \pi}{\partial y^2} = -10 < 0
    πxy=2πxy=1\pi_{xy} = \frac{\partial^2 \pi}{\partial x \partial y} = -1

    Hessian determinant:

    H=πxxπyy(πxy)2=(6)(10)(1)2=601=59>0|H| = \pi_{xx}\pi_{yy} - (\pi_{xy})^2 = (-6)(-10) - (-1)^2 = 60 - 1 = 59 > 0

    Since πxx<0\pi_{xx} < 0, πyy<0\pi_{yy} < 0, and H>0|H| > 0, the Hessian matrix is negative definite, confirming that profit is strictly maximized at x14.92x \approx 14.92 units and y10.48y \approx 10.48 units.

  2. Find the general solution and particular solution of the first-order differential equation:

    dydx+2y=4e3x\frac{dy}{dx} + 2y = 4e^{3x}
    Given the initial condition y(0)=5y(0) = 5.

    [10]
    View model solution

    Solution of Linear First-Order Differential Equation

    The equation is in standard linear form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x), with P(x)=2P(x) = 2 and Q(x)=4e3xQ(x) = 4e^{3x}.

    1. Integrating Factor (IF)

    IF=eP(x)dx=e2dx=e2xIF = e^{\int P(x) \, dx} = e^{\int 2 \, dx} = e^{2x}

    2. General Solution

    y(IF)=Q(x)(IF)dx+Cy \cdot (IF) = \int Q(x) \cdot (IF) \, dx + C
    ye2x=4e3xe2xdx+C=4e5xdx+Cy e^{2x} = \int 4e^{3x} \cdot e^{2x} \, dx + C = \int 4e^{5x} \, dx + C
    ye2x=4(e5x5)+C=45e5x+Cy e^{2x} = 4 \left( \frac{e^{5x}}{5} \right) + C = \frac{4}{5}e^{5x} + C

    Dividing through by e2xe^{2x}:

    y(x)=45e3x+Ce2x(General Solution)y(x) = \frac{4}{5}e^{3x} + C e^{-2x} \quad \text{(General Solution)}

    3. Particular Solution with y(0)=5y(0) = 55=45e0+Ce0=0.8+C    C=50.8=4.2=2155 = \frac{4}{5}e^{0} + C e^{0} = 0.8 + C \implies C = 5 - 0.8 = 4.2 = \frac{21}{5}$

    y(x)=45e3x+215e2x\mathbf{y(x) = \frac{4}{5}e^{3x} + \frac{21}{5}e^{-2x}}
  3. Solve the following Linear Programming Problem using the Simplex Method:

    Maximize Z=3x1+5x2Subject to: x1+2x2203x1+x230x1,x20\begin{aligned} \text{Maximize } & Z = 3x_1 + 5x_2 \\ \text{Subject to: } & x_1 + 2x_2 \le 20 \\ & 3x_1 + x_2 \le 30 \\ & x_1, x_2 \ge 0 \end{aligned}

    [10]
    View model solution

    Solution via Simplex Method

    Introducing slack variables s10s_1 \ge 0 and s20s_2 \ge 0:

    x1+2x2+s1=203x1+x2+s2=30Z3x15x2=0\begin{aligned} x_1 + 2x_2 + s_1 &= 20 \\ 3x_1 + x_2 + s_2 &= 30 \\ Z - 3x_1 - 5x_2 &= 0 \end{aligned}

    Initial Simplex Tableau:

    Basis x1x_1 x2x_2 s1s_1 s2s_2 RHS Ratio
    s1s_1 1 2 1 0 20 20/2=1020/2 = 10 (Pivot)
    s2s_2 3 1 0 1 30 30/1=3030/1 = 30
    ZZ -3 -5 0 0 0
    • Most negative indicator in Z-row is 5    x2-5 \implies x_2 enters.
    • Minimum positive ratio is 10    s110 \implies s_1 leaves. Pivot element is 2.

    First Iteration (Dividing Row 1 by 2 and eliminating x2x_2):

    • New R1R_1: x2=0.5x1+x2+0.5s1=10x_2 = 0.5x_1 + x_2 + 0.5s_1 = 10
    • New R2=R21(R1)=2.5x1+0x20.5s1+s2=20R_2 = R_2 - 1(R_1') = 2.5x_1 + 0x_2 - 0.5s_1 + s_2 = 20
    • New Z=Z+5(R1)=0.5x1+0x2+2.5s1+0s2=50Z = Z + 5(R_1') = -0.5x_1 + 0x_2 + 2.5s_1 + 0s_2 = 50

    Next entering variable is x1x_1 (indicator 0.5-0.5).

    • Ratios: For R1R_1: 10/0.5=2010 / 0.5 = 20; For R2R_2: 20/2.5=820 / 2.5 = 8 (Minimum ratio; s2s_2 leaves).

    Second Iteration (Pivot on 2.52.5 in Row 2):

    • Dividing R2R_2 by 2.52.5: x1+0x20.2s1+0.4s2=8x_1 + 0x_2 - 0.2s_1 + 0.4s_2 = 8
    • Updating R1R_1: R10.5(R2)    x2=100.5(8)=6R_1 - 0.5(R_2') \implies x_2 = 10 - 0.5(8) = 6
    • Updating ZZ: Z+0.5(R2)    Z=50+0.5(8)=54Z + 0.5(R_2') \implies Z = 50 + 0.5(8) = 54

    All indicators in the Z-row are non-negative (CjZj0C_j - Z_j \ge 0). Optimal Solution:

    x1=8,x2=6,Zmax=3(8)+5(6)=24+30=54x_1 = 8, \quad x_2 = 6, \quad \mathbf{Z_{\max} = 3(8) + 5(6) = 24 + 30 = 54}

  4. A consumer has utility function U(x,y)=x0.4y0.6U(x, y) = x^{0.4} y^{0.6}, where xx and yy are quantities consumed. Price of xx is Px=2P_x = 2, price of yy is Py=3P_y = 3, and consumer income is M=120M = 120. a. Use Lagrange Multipliers to find the utility-maximizing quantities xx and yy. b. Determine the marginal utility of income (λ\lambda).

    [10]
    View model solution

    Utility Maximization via Lagrange Multipliers

    a. Lagrangian Formulation

    L(x,y,λ)=x0.4y0.6+λ(1202x3y)\mathcal{L}(x, y, \lambda) = x^{0.4} y^{0.6} + \lambda(120 - 2x - 3y)

    First-order conditions:

    Lx=0.4x0.6y0.62λ=0    λ=0.2x0.6y0.6— (1)\frac{\partial \mathcal{L}}{\partial x} = 0.4 x^{-0.6} y^{0.6} - 2\lambda = 0 \implies \lambda = 0.2 x^{-0.6} y^{0.6} \quad \text{--- (1)}
    Ly=0.6x0.4y0.43λ=0    λ=0.2x0.4y0.4— (2)\frac{\partial \mathcal{L}}{\partial y} = 0.6 x^{0.4} y^{-0.4} - 3\lambda = 0 \implies \lambda = 0.2 x^{0.4} y^{-0.4} \quad \text{--- (2)}
    Lλ=1202x3y=0— (3)\frac{\partial \mathcal{L}}{\partial \lambda} = 120 - 2x - 3y = 0 \quad \text{--- (3)}

    Equating (1) and (2):

    0.2x0.6y0.6=0.2x0.4y0.40.2 x^{-0.6} y^{0.6} = 0.2 x^{0.4} y^{-0.4}
    y0.6y0.4=x0.4x0.6    y=x\frac{y^{0.6}}{y^{-0.4}} = \frac{x^{0.4}}{x^{-0.6}} \implies y = x

    Substitute y=xy = x into budget constraint (3):

    2x+3(x)=120    5x=120    x=242x + 3(x) = 120 \implies 5x = 120 \implies \mathbf{x = 24}
    y=24\mathbf{y = 24}

    b. Marginal Utility of Income (λ\lambda)

    λ=0.2(24)0.6(24)0.6=0.2(1)=0.2\lambda = 0.2 (24)^{-0.6} (24)^{0.6} = 0.2(1) = \mathbf{0.2}

    This indicates that for each additional rupee of income, total maximum utility increases by approximately 0.2 units.

Group C

Comprehensive Answer / Case Analysis Question. (1 × 20 = 20)

[1*20=20]
  1. Read the following scenario and answer the questions:

    A national telecommunications enterprise in Nepal operates a nationwide optical fiber data network. The monthly demand for business data subscriptions (q1q_1) and residential subscriptions (q2q_2) are represented by the following inverse demand equations:

    P1=2002q1P_1 = 200 - 2q_1
    P2=150q2P_2 = 150 - q_2
    The firm’s joint monthly total cost function is given by:
    C(q1,q2)=q12+2q22+q1q2+10q1+20q2+2,000C(q_1, q_2) = q_1^2 + 2q_2^2 + q_1 q_2 + 10q_1 + 20q_2 + 2{,}000
    Where q1q_1 and q2q_2 denote subscriptions in thousands, and prices/costs are in millions of Rupees.

    Questions: a. Formulate the total revenue function TR(q1,q2)TR(q_1, q_2) and the total profit function π(q1,q2)\pi(q_1, q_2). b. Determine the optimal monthly subscription levels q1q_1 and q2q_2 that maximize total profit. c. Calculate the optimal prices P1P_1 and P2P_2 to charge in each market segment. d. Verify the second-order sufficiency conditions using the Hessian matrix and compute the enterprise’s maximum monthly profit.

    [20]
    View model solution

    Case Analysis: Joint Segment Profit Optimization

    a. Revenue and Profit Formulations

    TR(q1,q2)=P1q1+P2q2=(2002q1)q1+(150q2)q2=200q12q12+150q2q22\begin{aligned} TR(q_1, q_2) &= P_1 q_1 + P_2 q_2 = (200 - 2q_1)q_1 + (150 - q_2)q_2 \\ &= 200q_1 - 2q_1^2 + 150q_2 - q_2^2 \end{aligned}
    π(q1,q2)=TRC=(200q12q12+150q2q22)(q12+2q22+q1q2+10q1+20q2+2,000)=3q123q22q1q2+190q1+130q22,000\begin{aligned} \pi(q_1, q_2) &= TR - C \\ &= (200q_1 - 2q_1^2 + 150q_2 - q_2^2) - (q_1^2 + 2q_2^2 + q_1 q_2 + 10q_1 + 20q_2 + 2{,}000) \\ &= -3q_1^2 - 3q_2^2 - q_1 q_2 + 190q_1 + 130q_2 - 2{,}000 \end{aligned}

    b. First-Order Necessary Conditions

    πq1=6q1q2+190=0    6q1+q2=190— (1)\frac{\partial \pi}{\partial q_1} = -6q_1 - q_2 + 190 = 0 \implies 6q_1 + q_2 = 190 \quad \text{--- (1)}
    πq2=q16q2+130=0    q1+6q2=130— (2)\frac{\partial \pi}{\partial q_2} = -q_1 - 6q_2 + 130 = 0 \implies q_1 + 6q_2 = 130 \quad \text{--- (2)}

    From (1), q2=1906q1q_2 = 190 - 6q_1. Substituting into (2):

    q1+6(1906q1)=130q_1 + 6(190 - 6q_1) = 130
    q1+114036q1=130    35q1=1010    q1=101035=202728.86 thousandq_1 + 1140 - 36q_1 = 130 \implies -35q_1 = -1010 \implies q_1 = \frac{1010}{35} = \frac{202}{7} \approx \mathbf{28.86 \text{ thousand}}

    q2=1906(2027)=133012127=118716.86 thousandq_2 = 190 - 6\left(\frac{202}{7}\right) = \frac{1330 - 1212}{7} = \frac{118}{7} \approx \mathbf{16.86 \text{ thousand}}

    c. Optimal Prices in Each Segment

    P1=2002(2027)=20057.71=Rs 142.29P_1 = 200 - 2\left(\frac{202}{7}\right) = 200 - 57.71 = \mathbf{\text{Rs } 142.29}
    P2=1501187=15016.86=Rs 133.14P_2 = 150 - \frac{118}{7} = 150 - 16.86 = \mathbf{\text{Rs } 133.14}

    d. Second-Order Sufficiency Conditions and Maximum Profit

    Hessian Matrix of Second Partials:

    H=(π11π12π21π22)H = \begin{pmatrix} \pi_{11} & \pi_{12} \\ \pi_{21} & \pi_{22} \end{pmatrix}

    π11=2πq12=6\pi_{11} = \frac{\partial^2 \pi}{\partial q_1^2} = -6
    π22=2πq22=6\pi_{22} = \frac{\partial^2 \pi}{\partial q_2^2} = -6
    π12=π21=1\pi_{12} = \pi_{21} = -1

    Principal minors:

    1. H1=π11=6<0H_1 = \pi_{11} = -6 < 0
    2. H2=H=(6)(6)(1)2=361=35>0H_2 = |H| = (-6)(-6) - (-1)^2 = 36 - 1 = 35 > 0

    Since H1<0H_1 < 0 and H2>0H_2 > 0, the Hessian matrix is strictly negative definite, proving that the solution is a unique global maximum.

    Maximum Profit Computation:

    πmax=3(28.86)23(16.86)2(28.86)(16.86)+190(28.86)+130(16.86)2,000\pi_{\max} = -3(28.86)^2 - 3(16.86)^2 - (28.86)(16.86) + 190(28.86) + 130(16.86) - 2{,}000
    πmax=3(832.90)3(284.26)486.58+5483.40+2191.802000\pi_{\max} = -3(832.90) - 3(284.26) - 486.58 + 5483.40 + 2191.80 - 2000
    πmax=2498.70852.78486.58+7675.202000=Rs 1,837.14 Million\pi_{\max} = -2498.70 - 852.78 - 486.58 + 7675.20 - 2000 = \mathbf{\text{Rs } 1{,}837.14 \text{ Million}}