Board paper

Business Mathematics - I 2025 Board Question Paper

MTH 201 · Business Mathematics I

Programme
BBM
Academic year
Semester 1
Exam year
2025 AD
Sitting
regular
Full marks
100
Duration
180 minutes

Tribhuvan University

Faculty of Management

Office of the Dean

2025 AD / Regular Examination

Course: MTH 201 · Business Mathematics I

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

Full Marks: 100

Time: 3 hrs.

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

Section A

Brief Answer Questions .

[10*2=20]
  1. Find the equation of straight line which passes through the points (3, 6) and (-5, 2).

    [2]
    View model solution

    Step-by-Step Solution:

    Given two points:

    (x1,y1)=(3,6)and(x2,y2)=(5,2)(x_1, y_1) = (3, 6) \quad \text{and} \quad (x_2, y_2) = (-5, 2)

    Step 1: Compute the slope (mm)

    m=y2y1x2x1=2653=48=12m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{2 - 6}{-5 - 3} = \frac{-4}{-8} = \frac{1}{2}

    Step 2: Use point-slope form

    yy1=m(xx1)y - y_1 = m(x - x_1)

    Substitute (x1,y1)=(3,6)(x_1, y_1) = (3, 6) and m=12m = \frac{1}{2}:

    y6=12(x3)y - 6 = \frac{1}{2}(x - 3)
    2(y6)=x32(y - 6) = x - 3
    2y12=x32y - 12 = x - 3

    Rearrange into standard form Ax+By+C=0Ax + By + C = 0:

    x2y3+12=0x - 2y - 3 + 12 = 0
    x2y+9=0x - 2y + 9 = 0

    Final Answer: The equation of the straight line is x2y+9=0x - 2y + 9 = 0 (or y=12x+92y = \frac{1}{2}x + \frac{9}{2}).

  2. A manufacturing company has an investment of Rs 90,000 to purchase two raw materials X and Y whose prices are Rs 1,500 and Rs 1,800 each respectively. Write down the slope of budget constraint.

    [2]
    View model solution

    Step-by-Step Solution:

    Given:

    • Total investment / budget (MM) = Rs 90,000\text{Rs } 90,000
    • Unit price of material XX (PXP_X) = Rs 1,500\text{Rs } 1,500
    • Unit price of material YY (PYP_Y) = Rs 1,800\text{Rs } 1,800

    Step 1: Formulate the Budget Constraint Equation

    PXX+PYY=MP_X \cdot X + P_Y \cdot Y = M
    1,500X+1,800Y=90,0001,500X + 1,800Y = 90,000

    Step 2: Determine the Slope

    Expressing YY as a function of XX (YY on the vertical axis, XX on the horizontal axis):

    1,800Y=90,0001,500X1,800Y = 90,000 - 1,500X
    Y=90,0001,8001,5001,800XY = \frac{90,000}{1,800} - \frac{1,500}{1,800}X
    Y=5056XY = 50 - \frac{5}{6}X

    The slope of the budget constraint line is:

    Slope=PXPY=1,5001,800=560.8333\text{Slope} = -\frac{P_X}{P_Y} = -\frac{1,500}{1,800} = -\frac{5}{6} \approx -0.8333

    Final Answer: The slope of the budget constraint is 56-\frac{5}{6} (or approximately 0.833-0.833).

  3. Find the 10th10^{\text{th}}term of the geometric series:2+6+18+..2 + 6 + 18 + \dots..

    [2]
    View model solution

    Step-by-Step Solution:

    Given geometric series:

    2+6+18+2 + 6 + 18 + \dots

    Step 1: Identify components

    • First term (aa) = 22
    • Common ratio (rr) = 62=3\frac{6}{2} = 3
    • Term number (nn) = 1010

    Step 2: Compute the nthn^{\text{th}} term

    Tn=arn1T_n = a \cdot r^{n-1}
    T10=23101=239T_{10} = 2 \cdot 3^{10 - 1} = 2 \cdot 3^9

    Evaluating 393^9:

    39=19,6833^9 = 19,683
    T10=2×19,683=39,366T_{10} = 2 \times 19,683 = 39,366

    Final Answer: The 10th10^{\text{th}} term of the geometric series is 39,36639,366.

  4. Determine whether the following system of linear equations have a unique solution or many solution or no solution: x + 4y = 9 and 2x + y = 8.

    [2]
    View model solution

    Step-by-Step Solution:

    Given system of linear equations:

    x+4y=9— (1)x + 4y = 9 \quad \text{--- (1)}
    2x+y=8— (2)2x + y = 8 \quad \text{--- (2)}

    Method: Ratio of Coefficients / Determinant Test

    For a system a1x+b1y=c1a_1 x + b_1 y = c_1 and a2x+b2y=c2a_2 x + b_2 y = c_2:

    • a1=1,b1=4,c1=9a_1 = 1, b_1 = 4, c_1 = 9
    • a2=2,b2=1,c2=8a_2 = 2, b_2 = 1, c_2 = 8
    1. Check the ratio of coefficients:

      a1a2=12,b1b2=41=4\frac{a_1}{a_2} = \frac{1}{2}, \quad \frac{b_1}{b_2} = \frac{4}{1} = 4
      Since a1a2b1b2\frac{a_1}{a_2} \neq \frac{b_1}{b_2} (124\frac{1}{2} \neq 4), the two straight lines are non-parallel and intersect at exactly one point.

    2. Check via Coefficient Matrix Determinant:

      D=1421=(1)(1)(4)(2)=18=70D = \begin{vmatrix} 1 & 4 \\ 2 & 1 \end{vmatrix} = (1)(1) - (4)(2) = 1 - 8 = -7 \neq 0
      Since D0D \neq 0, Cramer’s rule guarantees a unique solution.

    (The unique solution is x=237,y=107x = \frac{23}{7}, y = \frac{10}{7}).

    Final Answer: The system of linear equations has a unique solution.

  5. Find the roots of following quadratic equation: x23x10=0x^2 - 3x - 10 = 0.

    [2]
    View model solution

    Step-by-Step Solution:

    Given quadratic equation:

    x23x10=0x^2 - 3x - 10 = 0

    Step 1: Factorization

    We look for two numbers whose product is 10-10 and whose sum is 3-3. These numbers are 5-5 and +2+2:

    x25x+2x10=0x^2 - 5x + 2x - 10 = 0
    x(x5)+2(x5)=0x(x - 5) + 2(x - 5) = 0
    (x5)(x+2)=0(x - 5)(x + 2) = 0

    Step 2: Solve for xxx5=0    x=5x - 5 = 0 \implies x = 5$

    x+2=0    x=2x + 2 = 0 \implies x = -2

    Final Answer: The roots of the quadratic equation are x=5x = 5 and x=2x = -2.

  6. Form the quadratic equation whose roots are (1+3)and(13)(1 + \sqrt{3}) and (1 - \sqrt{3}).

    [2]
    View model solution

    Step-by-Step Solution:

    Given roots:

    α=1+3andβ=13\alpha = 1 + \sqrt{3} \quad \text{and} \quad \beta = 1 - \sqrt{3}

    Step 1: Calculate Sum of the Roots (SS)

    S=α+β=(1+3)+(13)=1+1=2S = \alpha + \beta = (1 + \sqrt{3}) + (1 - \sqrt{3}) = 1 + 1 = 2

    Step 2: Calculate Product of the Roots (PP)

    Using the identity (a+b)(ab)=a2b2(a + b)(a - b) = a^2 - b^2:

    P=αβ=(1+3)(13)=12(3)2=13=2P = \alpha \cdot \beta = (1 + \sqrt{3})(1 - \sqrt{3}) = 1^2 - (\sqrt{3})^2 = 1 - 3 = -2

    Step 3: Form the Equation

    x2Sx+P=0x^2 - Sx + P = 0

    Substitute S=2S = 2 and P=2P = -2:

    x22x2=0x^2 - 2x - 2 = 0

    Final Answer: The required quadratic equation is x22x2=0x^2 - 2x - 2 = 0.

  7. Solve: 29x4x=22x12^{9-x} \cdot 4^x = 2^{2x-1}

    [2]
    View model solution

    Step-by-Step Solution:

    Given equation:

    29x4x=22x12^{9-x} \cdot 4^x = 2^{2x-1}

    Step 1: Convert all bases to 2

    Since 4=224 = 2^2:

    4x=(22)x=22x4^x = (2^2)^x = 2^{2x}

    Substitute back into the equation:

    29x22x=22x12^{9-x} \cdot 2^{2x} = 2^{2x-1}

    Step 2: Combine exponents on the left-hand side

    2(9x)+2x=22x12^{(9 - x) + 2x} = 2^{2x - 1}
    2x+9=22x12^{x + 9} = 2^{2x - 1}

    Step 3: Equate the exponents

    Since the bases are identical (2>0,212 > 0, 2 \neq 1):

    x+9=2x1x + 9 = 2x - 1
    9+1=2xx9 + 1 = 2x - x
    x=10x = 10

    Verification:

    • LHS=2910410=21220=219\text{LHS} = 2^{9 - 10} \cdot 4^{10} = 2^{-1} \cdot 2^{20} = 2^{19}
    • RHS=22(10)1=219\text{RHS} = 2^{2(10) - 1} = 2^{19} (Matches)

    Final Answer: x=10x = 10.

  8. Find the sum of the first twenty terms of the arithmetic series: 3+5+7+...3 + 5 + 7 + \dots...

    [2]
    View model solution

    Step-by-Step Solution:

    Given arithmetic series:

    3+5+7+3 + 5 + 7 + \dots

    Step 1: Identify parameters

    • First term (aa) = 33
    • Common difference (dd) = 53=25 - 3 = 2
    • Number of terms (nn) = 2020

    Step 2: Apply the sum formula for an Arithmetic Progression

    Sn=n2[2a+(n1)d]S_n = \frac{n}{2} [2a + (n - 1)d]
    S20=202[2(3)+(201)2]S_{20} = \frac{20}{2} [2(3) + (20 - 1)2]
    S20=10[6+19×2]S_{20} = 10 [6 + 19 \times 2]
    S20=10[6+38]=10×44=440S_{20} = 10 [6 + 38] = 10 \times 44 = 440

    Final Answer: The sum of the first twenty terms is 440440.

  9. Find the point of stationary of y=5x33x2+25y = 5x^3 - 3x^2 + 25

    [2]
    View model solution

    Step-by-Step Solution:

    Given function:

    y=5x33x2+25y = 5x^3 - 3x^2 + 25

    Step 1: Differentiate with respect to xxdydx=ddx(5x33x2+25)=15x26x\frac{dy}{dx} = \frac{d}{dx}(5x^3 - 3x^2 + 25) = 15x^2 - 6x$

    Step 2: Set the derivative equal to zero

    Stationary points occur where dydx=0\frac{dy}{dx} = 0:

    15x26x=015x^2 - 6x = 0
    3x(5x2)=03x(5x - 2) = 0

    Thus:

    3x=0    x1=03x = 0 \implies x_1 = 0
    5x2=0    x2=25=0.45x - 2 = 0 \implies x_2 = \frac{2}{5} = 0.4

    Step 3: Find corresponding yy-coordinates

    • At x=0x = 0:
      y(0)=5(0)33(0)2+25=25    (0,25)y(0) = 5(0)^3 - 3(0)^2 + 25 = 25 \implies (0, 25)
    • At x=0.4x = 0.4:
      y(0.4)=5(0.4)33(0.4)2+25=5(0.064)3(0.16)+25y(0.4) = 5(0.4)^3 - 3(0.4)^2 + 25 = 5(0.064) - 3(0.16) + 25
      y(0.4)=0.320.48+25=24.84    (0.4,24.84) or (25,62125)y(0.4) = 0.32 - 0.48 + 25 = 24.84 \implies (0.4, 24.84) \text{ or } \left(\frac{2}{5}, \frac{621}{25}\right)

    Final Answer: The stationary points are (0,25)(0, 25) and (0.4,24.84)(0.4, 24.84) (or (25,62125)\left(\frac{2}{5}, \frac{621}{25}\right)).

  10. Find the compound interest on a sum of Rs 1,000 for 2 years at5%5\% per annum.

    [2]
    View model solution

    Step-by-Step Solution:

    Given:

    • Principal (PP) = Rs 1,000\text{Rs } 1,000
    • Time (tt) = 22 years
    • Annual interest rate (rr) = 5%=0.055\% = 0.05

    Step 1: Compute compound amount (AA)

    A=P(1+r)tA = P(1 + r)^t
    A=1,000(1+0.05)2=1,000(1.05)2A = 1,000(1 + 0.05)^2 = 1,000(1.05)^2
    A=1,000×1.1025=Rs 1,102.50A = 1,000 \times 1.1025 = \text{Rs } 1,102.50

    Step 2: Compute Compound Interest (CICI)

    CI=AP=1,102.501,000=Rs 102.50CI = A - P = 1,102.50 - 1,000 = \text{Rs } 102.50

    Final Answer: The compound interest is Rs 102.50.

Section B

Short Answer Questions : (Attempt any SIX Questions )

[6*5=30]
  1. Sketch the graph of parabola y=x22x8y = x^2 - 2x - 8. Find the minimum value of y.

    [5]
    View model solution

    Step-by-Step Solution:

    Given parabolic function:

    y=x22x8y = x^2 - 2x - 8

    Step 1: Find Intercepts

    • yy-intercept: Set x=0x = 0:
      y=022(0)8=8    (0,8)y = 0^2 - 2(0) - 8 = -8 \implies (0, -8)
    • xx-intercepts: Set y=0y = 0:
      x22x8=0    (x4)(x+2)=0x^2 - 2x - 8 = 0 \implies (x - 4)(x + 2) = 0
      x=4,x=2x = 4, \quad x = -2
      Intercept points are (4,0)(4, 0) and (2,0)(-2, 0).

    Step 2: Find Vertex and Minimum Value of yy

    The coefficient of x2x^2 is a=1>0a = 1 > 0, confirming the parabola opens upwards and has a global minimum.

    • Vertex xx-coordinate:
      xv=b2a=22(1)=1x_v = -\frac{b}{2a} = -\frac{-2}{2(1)} = 1
    • Minimum value of yy:
      ymin=122(1)8=128=9y_{\text{min}} = 1^2 - 2(1) - 8 = 1 - 2 - 8 = -9
      Vertex: (1,9)(1, -9). Axis of symmetry: x=1x = 1.

    Step 3: Plotting Points

    xx -3 -2 -1 0 1 (Vertex) 2 3 4 5
    yy 7 0 -5 -8 -9 -8 -5 0 7

    Graph Sketch Instructions: Plot the symmetric U-shaped parabola passing through (2,0)(-2, 0), (0,8)(0, -8), with its lowest turning point at (1,9)(1, -9), and returning upwards through (4,0)(4, 0).

    Final Answer: The minimum value of yy is 9-9 (at x=1x = 1). Vertex is (1,9)(1, -9).

  2. Solve the following system of linear equations: x + 2y + z = 9, x + y - 2z = -9 and 2x - y + z = -2.

    [5]
    View model solution

    Step-by-Step Solution:

    Given system of equations:

    x+2y+z=9— (1)x + 2y + z = 9 \quad \text{--- (1)}
    x+y2z=9— (2)x + y - 2z = -9 \quad \text{--- (2)}
    2xy+z=2— (3)2x - y + z = -2 \quad \text{--- (3)}

    Step 1: Eliminate xx

    Subtract equation (2) from equation (1):

    (x+2y+z)(x+y2z)=9(9)(x + 2y + z) - (x + y - 2z) = 9 - (-9)
    y+3z=18    y=183z— (4)y + 3z = 18 \implies y = 18 - 3z \quad \text{--- (4)}

    Multiply equation (1) by 2 and subtract equation (3):

    2(x+2y+z)(2xy+z)=2(9)(2)2(x + 2y + z) - (2x - y + z) = 2(9) - (-2)
    (2x+4y+2z)(2xy+z)=18+2(2x + 4y + 2z) - (2x - y + z) = 18 + 2
    5y+z=20— (5)5y + z = 20 \quad \text{--- (5)}

    Step 2: Solve for zz and yy

    Substitute equation (4) into equation (5):

    5(183z)+z=205(18 - 3z) + z = 20
    9015z+z=2090 - 15z + z = 20
    9014z=2090 - 14z = 20
    14z=2090=70-14z = 20 - 90 = -70
    z=7014=5z = \frac{-70}{-14} = 5

    Now find yy:

    y=183(5)=1815=3y = 18 - 3(5) = 18 - 15 = 3

    Step 3: Solve for xx

    Substitute y=3,z=5y = 3, z = 5 into equation (1):

    x+2(3)+5=9x + 2(3) + 5 = 9
    x+6+5=9x + 6 + 5 = 9
    x+11=9    x=911=2x + 11 = 9 \implies x = 9 - 11 = -2

    Verification:

    • Eq (1): 2+2(3)+5=2+6+5=9-2 + 2(3) + 5 = -2 + 6 + 5 = 9 (Matches)
    • Eq (2): 2+32(5)=110=9-2 + 3 - 2(5) = 1 - 10 = -9 (Matches)
    • Eq (3): 2(2)3+5=43+5=22(-2) - 3 + 5 = -4 - 3 + 5 = -2 (Matches)

    Final Answer: x=2x = -2, y=3y = 3, z=5z = 5.

  3. Given the national income model Y = E, E = C + I where C = 600 + 0.24Y and I = 280. Determine the equilibrium level of national income and the equilibrium level of consumption.

    [5]
    View model solution

    Step-by-Step Solution:

    Given macroeconomic model:

    • Equilibrium condition: Y=EY = E
    • Aggregate expenditure: E=C+IE = C + I
    • Consumption function: C=600+0.24YC = 600 + 0.24Y
    • Autonomous investment: I=280I = 280

    Step 1: Substitute CC and II into Aggregate Expenditure

    E=(600+0.24Y)+280E = (600 + 0.24Y) + 280
    E=880+0.24YE = 880 + 0.24Y

    Step 2: Determine Equilibrium Level of National Income (YY^*)

    Set Y=EY = E:

    Y=880+0.24YY = 880 + 0.24Y
    Y0.24Y=880Y - 0.24Y = 880
    0.76Y=8800.76Y = 880
    Y=8800.76=88,00076=22,000191,157.89Y^* = \frac{880}{0.76} = \frac{88,000}{76} = \frac{22,000}{19} \approx 1,157.89


    Step 3: Determine Equilibrium Level of Consumption (CC^*)

    Substitute Y=22,00019Y^* = \frac{22,000}{19} into the consumption function:

    C=600+0.24(22,00019)=600+5,28019C^* = 600 + 0.24\left(\frac{22,000}{19}\right) = 600 + \frac{5,280}{19}
    C=600+277.8947877.89C^* = 600 + 277.8947 \approx 877.89

    Verification:

    C+I=877.89+280=1,157.89=YC^* + I = 877.89 + 280 = 1,157.89 = Y^*

    Final Answer:

    • Equilibrium National Income (YY^*): Rs 1,157.89 (or 22,00019\frac{22,000}{19})
    • Equilibrium Consumption (CC^*): Rs 877.89 (or 16,68019\frac{16,680}{19})
  4. A consumption function is modeled by the equation C=800(1e0.5y)C = 800 \left(1 - e^{-0.5y}\right), where y represents income level. Estimate the values of C when y=5,10,15,20 and 25= 5, 10, 15, 20 \text{ and } 25.

    [5]
    View model solution

    Step-by-Step Solution:

    Given consumption function:

    C=800(1e0.5y)C = 800 \left(1 - e^{-0.5y}\right)
    where yy is the income level.


    Calculations for each income level:

    1. At y=5y = 5:

      C(5)=800(1e0.5×5)=800(1e2.5)C(5) = 800(1 - e^{-0.5 \times 5}) = 800(1 - e^{-2.5})
      Since e2.50.082085e^{-2.5} \approx 0.082085:
      C(5)=800(10.082085)=800(0.917915)734.33C(5) = 800(1 - 0.082085) = 800(0.917915) \approx 734.33

    2. At y=10y = 10:

      C(10)=800(1e0.5×10)=800(1e5.0)C(10) = 800(1 - e^{-0.5 \times 10}) = 800(1 - e^{-5.0})
      Since e5.00.006738e^{-5.0} \approx 0.006738:
      C(10)=800(10.006738)=800(0.993262)794.61C(10) = 800(1 - 0.006738) = 800(0.993262) \approx 794.61

    3. At y=15y = 15:

      C(15)=800(1e0.5×15)=800(1e7.5)C(15) = 800(1 - e^{-0.5 \times 15}) = 800(1 - e^{-7.5})
      Since e7.50.000553e^{-7.5} \approx 0.000553:
      C(15)=800(10.000553)=800(0.999447)799.56C(15) = 800(1 - 0.000553) = 800(0.999447) \approx 799.56

    4. At y=20y = 20:

      C(20)=800(1e0.5×20)=800(1e10.0)C(20) = 800(1 - e^{-0.5 \times 20}) = 800(1 - e^{-10.0})
      Since e10.00.0000454e^{-10.0} \approx 0.0000454:
      C(20)=800(10.0000454)=800(0.999955)799.96C(20) = 800(1 - 0.0000454) = 800(0.999955) \approx 799.96

    5. At y=25y = 25:

      C(25)=800(1e0.5×25)=800(1e12.5)C(25) = 800(1 - e^{-0.5 \times 25}) = 800(1 - e^{-12.5})
      Since e12.50.0000037e^{-12.5} \approx 0.0000037:
      C(25)=800(10.0000037)800.00C(25) = 800(1 - 0.0000037) \approx 800.00

    (Note: The saturation level of consumption is limyC(y)=800\lim_{y \to \infty} C(y) = 800).

    Final Answer:

    • C(5)734.33C(5) \approx \mathbf{734.33}
    • C(10)794.61C(10) \approx \mathbf{794.61}
    • C(15)799.56C(15) \approx \mathbf{799.56}
    • C(20)799.96C(20) \approx \mathbf{799.96}
    • C(25)800.00C(25) \approx \mathbf{800.00}
  5. Find the amount of immediate annuity where periodical payment is Rs 50,000 for 15 years at 5% compounded per annum.

    [5]
    View model solution

    Step-by-Step Solution:

    Given:

    • Periodic payment (RR) = Rs 50,000\text{Rs } 50,000
    • Duration (nn) = 1515 years
    • Annual interest rate (ii) = 5%=0.055\% = 0.05
    • “Amount of an immediate annuity” refers to the accumulated Future Value (AA or FVFV) of the annuity at the end of the period.

    Step 1: Future Value Formula of an Ordinary (Immediate) Annuity

    A=FV=R[(1+i)n1i]A = FV = R \left[ \frac{(1 + i)^n - 1}{i} \right]

    Step 2: Compute (1+i)n(1 + i)^n(1+0.05)15=(1.05)152.07892818(1 + 0.05)^{15} = (1.05)^{15} \approx 2.07892818$

    Step 3: Compute FVFVA=50,000[2.0789281810.05]A = 50,000 \left[ \frac{2.07892818 - 1}{0.05} \right]$

    A=50,000[1.078928180.05]=50,000×21.5785636A = 50,000 \left[ \frac{1.07892818}{0.05} \right] = 50,000 \times 21.5785636
    ARs 1,078,928.18A \approx \text{Rs } 1,078,928.18

    (Note: If the question intended the Present Value (PVPV) of the immediate annuity:

    PV=R[1(1+i)ni]=50,000×10.379658=Rs 518,982.90PV = R \left[ \frac{1 - (1 + i)^{-n}}{i} \right] = 50,000 \times 10.379658 = \text{Rs } 518,982.90
    ).

    Final Answer: The accumulated amount (Future Value) of the annuity is Rs 1,078,928.18.

  6. In how many years a computer costing Rs 50,000 be reduced to its half at the rate of 5% depreciation each year?

    [5]
    View model solution

    Step-by-Step Solution:

    Given:

    • Original cost of computer (CC) = Rs 50,000\text{Rs } 50,000
    • Target depreciated value (VV) = C2=Rs 25,000\frac{C}{2} = \text{Rs } 25,000
    • Annual depreciation rate (rr) = 5%=0.055\% = 0.05 on diminishing balance
    • Let nn be the number of years.

    Step 1: Diminishing Balance Formula

    V=C(1r)nV = C(1 - r)^n
    25,000=50,000(10.05)n25,000 = 50,000(1 - 0.05)^n
    25,00050,000=(0.95)n\frac{25,000}{50,000} = (0.95)^n
    0.5=(0.95)n0.5 = (0.95)^n

    Step 2: Solve for nn using logarithms

    Take natural logarithms on both sides:

    ln(0.5)=ln((0.95)n)\ln(0.5) = \ln((0.95)^n)
    ln(0.5)=nln(0.95)\ln(0.5) = n \cdot \ln(0.95)
    n=ln(0.5)ln(0.95)n = \frac{\ln(0.5)}{\ln(0.95)}

    Using natural logarithm values:

    ln(0.5)0.693147\ln(0.5) \approx -0.693147
    ln(0.95)0.051293\ln(0.95) \approx -0.051293
    n=0.6931470.05129313.513 yearsn = \frac{-0.693147}{-0.051293} \approx 13.513 \text{ years}

    Converting decimal to months:

    0.513×126.16 months0.513 \times 12 \approx 6.16 \text{ months}

    Final Answer: The computer will be reduced to half its original value in approximately 13.5113.51 years (or about 13 years and 6 months).

  7. Find dydx\frac{dy}{dx} from the following:

    (i) x2+y2=25x^2 + y^2 = 25

    (ii)x=3t2andy=t3x = 3t^2 and y = t^3

    [5]
    View model solution

    Step-by-Step Solution:

    (i) Find dydx\frac{dy}{dx} from x2+y2=25x^2 + y^2 = 25:

    Differentiate both sides with respect to xx using implicit differentiation:

    ddx(x2)+ddx(y2)=ddx(25)\frac{d}{dx}(x^2) + \frac{d}{dx}(y^2) = \frac{d}{dx}(25)
    2x+2ydydx=02x + 2y \frac{dy}{dx} = 0

    Isolate dydx\frac{dy}{dx}:

    2ydydx=2x2y \frac{dy}{dx} = -2x
    dydx=2x2y=xy\frac{dy}{dx} = -\frac{2x}{2y} = -\frac{x}{y}


    (ii) Find dydx\frac{dy}{dx} from parametric equations x=3t2x = 3t^2 and y=t3y = t^3:

    Differentiate each with respect to parameter tt:

    dxdt=ddt(3t2)=6t\frac{dx}{dt} = \frac{d}{dt}(3t^2) = 6t
    dydt=ddt(t3)=3t2\frac{dy}{dt} = \frac{d}{dt}(t^3) = 3t^2

    Using the chain rule for parametric equations:

    dydx=dydtdxdt=3t26t=t2\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}} = \frac{3t^2}{6t} = \frac{t}{2}

    Final Answer:

    • (i) dydx=xy\frac{dy}{dx} = -\frac{x}{y}
    • (ii) dydx=t2\frac{dy}{dx} = \frac{t}{2}

Section C

Long Answer Questions : ( Attempt Any Three Questions ) .

[3*10=30]
  1. The following table shows the yearly profit of a company [in million Rs].

    Year 2008 2009 2010 2011 2012 2013 2014
    Profit 150 180 170 190 160 170 210

    Obtain the equation of trend line by least squares method. Also, estimate the profit of the company for the years 2015.

    [10]
    View model solution

    Step-by-Step Solution:

    Given Data:

    Number of years (NN) = 77 (odd). Let the origin be the middle year 20112011, defining transformed time variable u=Year2011u = \text{Year} - 2011.

    Year u=Year2011u = \text{Year} - 2011 Profit yy (million Rs) u2u^2 uyuy
    2008 -3 150 9 -450
    2009 -2 180 4 -360
    2010 -1 170 1 -170
    2011 0 190 0 0
    2012 1 160 1 160
    2013 2 170 4 340
    2014 3 210 9 630
    Total u=0\sum u = 0 y=1,230\sum y = 1,230 u2=28\sum u^2 = 28 uy=150\sum uy = 150

    Step 1: Compute Trend Line Coefficients

    The trend equation is y=a+buy = a + bu. Since u=0\sum u = 0:

    a=yN=1,2307175.7143a = \frac{\sum y}{N} = \frac{1,230}{7} \approx 175.7143
    b=uyu2=15028=75145.3571b = \frac{\sum uy}{\sum u^2} = \frac{150}{28} = \frac{75}{14} \approx 5.3571

    The least squares trend line is:

    y=175.7143+5.3571u(where u=Year2011)y = 175.7143 + 5.3571 u \quad (\text{where } u = \text{Year} - 2011)


    Step 2: Estimate Profit for the Year 2015

    For Year 2015:

    u=20152011=4u = 2015 - 2011 = 4
    y2015=1,2307+(7514)(4)=1,2307+1507=1,3807197.14y_{2015} = \frac{1,230}{7} + \left(\frac{75}{14}\right)(4) = \frac{1,230}{7} + \frac{150}{7} = \frac{1,380}{7} \approx 197.14

    Final Answer:

    • Equation of trend line: y=175.7143+5.3571(Year2011)y = 175.7143 + 5.3571(\text{Year} - 2011)
    • Estimated profit for 2015: Rs 197.14 million
  2. The supply and demand equations of goods arePs=6Qs+40P_s = 6Q_s + 40and Pd=2Qd+120P_d = -2Q_d + 120 respectively. The government decides to impose a tax of Rs t per unit of goods. Find the value of t that maximizes the government’s total tax revenue on the assumption that equilibrium conditions prevail in the market. Also, find the equilibrium price, the equilibrium quantity and the total tax raised.

    [10]
    View model solution

    Step-by-Step Solution:

    Given market equations:

    • Supply: Ps=6Qs+40P_s = 6Q_s + 40
    • Demand: Pd=2Qd+120P_d = -2Q_d + 120
    • Specific unit tax = Rs t\text{Rs } t.

    Step 1: Equilibrium with Tax

    With unit tax tt, the supply price paid by buyers is:

    Pst=6Q+40+tP_{st} = 6Q + 40 + t

    At equilibrium, Pd=PstP_d = P_{st}:

    1202Q=6Q+40+t120 - 2Q = 6Q + 40 + t
    12040t=6Q+2Q120 - 40 - t = 6Q + 2Q
    80t=8Q80 - t = 8Q
    Q=80t8=10t8=100.125tQ = \frac{80 - t}{8} = 10 - \frac{t}{8} = 10 - 0.125t


    Step 2: Total Tax Revenue Function (TT)

    T(t)=t×Q=t(10t8)=10tt28T(t) = t \times Q = t\left(10 - \frac{t}{8}\right) = 10t - \frac{t^2}{8}

    Step 3: Maximize Total Tax Revenue

    Differentiate with respect to tt:

    dTdt=102t8=10t4\frac{dT}{dt} = 10 - \frac{2t}{8} = 10 - \frac{t}{4}

    Set to zero for maximum:

    10t4=0    t4=10    t=4010 - \frac{t}{4} = 0 \implies \frac{t}{4} = 10 \implies t = 40

    Second derivative test:

    d2Tdt2=14<0(Confirmed strict maximum)\frac{d^2T}{dt^2} = -\frac{1}{4} < 0 \quad (\text{Confirmed strict maximum})


    Step 4: Calculate Equilibrium Values and Maximum Tax

    • Equilibrium Quantity (QQ^*):
      Q=10408=105=5 unitsQ^* = 10 - \frac{40}{8} = 10 - 5 = 5 \text{ units}
    • Equilibrium Price (PP^*):
      P=1202(5)=12010=Rs 110P^* = 120 - 2(5) = 120 - 10 = \text{Rs } 110
      (Price received by suppliers: 11040=Rs 70=6(5)+40110 - 40 = \text{Rs } 70 = 6(5) + 40).
    • Total Tax Raised (TmaxT_{\text{max}}):
      Tmax=t×Q=40×5=Rs 200T_{\text{max}} = t \times Q^* = 40 \times 5 = \text{Rs } 200

    Final Answer:

    • Optimal tax rate: t=Rs 40t = \text{Rs } 40 per unit
    • Equilibrium price: Rs 110
    • Equilibrium quantity: 5 units
    • Total tax raised: Rs 200
  3. Project A and B involved the following net cash flows:

    Projects Initial cost Year 1 Year 2 Year 3
    Project A 24,000 6,000 12,000 16,000
    Project B 24,000 4,000 10,000 20,000

    Decide which project is the most profitable by determining the NPV at discount rate of 15%.

    [10]
    View model solution

    Step-by-Step Solution:

    Given:

    • Discount rate (rr) = 15%=0.1515\% = 0.15
    • Discount factors:
      • Year 1: 11.150.869565\frac{1}{1.15} \approx 0.869565
      • Year 2: 1(1.15)20.756144\frac{1}{(1.15)^2} \approx 0.756144
      • Year 3: 1(1.15)30.657516\frac{1}{(1.15)^3} \approx 0.657516

    Step 1: Calculate Net Present Value for Project A

    • Initial Cost (C0C_0) = Rs 24,000\text{Rs } 24,000
    • Cash flows: C1=6,000C_1 = 6,000, C2=12,000C_2 = 12,000, C3=16,000C_3 = 16,000PVA=6,0001.15+12,000(1.15)2+16,000(1.15)3PV_A = \frac{6,000}{1.15} + \frac{12,000}{(1.15)^2} + \frac{16,000}{(1.15)^3}$
      PVA=6,000(0.869565)+12,000(0.756144)+16,000(0.657516)PV_A = 6,000(0.869565) + 12,000(0.756144) + 16,000(0.657516)
      PVA=5,217.39+9,073.72+10,520.26=24,811.37PV_A = 5,217.39 + 9,073.72 + 10,520.26 = 24,811.37
    NPVA=PVAC0=24,811.3724,000=+Rs 811.37NPV_A = PV_A - C_0 = 24,811.37 - 24,000 = \mathbf{+\text{Rs } 811.37}

    Step 2: Calculate Net Present Value for Project B

    • Initial Cost (C0C_0) = Rs 24,000\text{Rs } 24,000
    • Cash flows: C1=4,000C_1 = 4,000, C2=10,000C_2 = 10,000, C3=20,000C_3 = 20,000PVB=4,0001.15+10,000(1.15)2+20,000(1.15)3PV_B = \frac{4,000}{1.15} + \frac{10,000}{(1.15)^2} + \frac{20,000}{(1.15)^3}$
      PVB=4,000(0.869565)+10,000(0.756144)+20,000(0.657516)PV_B = 4,000(0.869565) + 10,000(0.756144) + 20,000(0.657516)
      PVB=3,478.26+7,561.44+13,150.32=24,190.02PV_B = 3,478.26 + 7,561.44 + 13,150.32 = 24,190.02
    NPVB=PVBC0=24,190.0224,000=+Rs 190.02NPV_B = PV_B - C_0 = 24,190.02 - 24,000 = \mathbf{+\text{Rs } 190.02}

    Step 3: Comparative Decision Analysis

    • Both projects have NPV>0NPV > 0, indicating that both yield returns higher than the 15% required rate of return.
    • Comparing the profitability:
      NPVA(Rs 811.37)>NPVB(Rs 190.02)NPV_A (\text{Rs } 811.37) > NPV_B (\text{Rs } 190.02)
    • Therefore, Project A adds significantly more net economic value and is the more profitable investment.

    Final Answer:

    • NPVANPV_A = +Rs 811.37
    • NPVBNPV_B = +Rs 190.02
    • Conclusion: Project A is the most profitable project and should be chosen.
  4. The demand and supply functions for goods are given by:

    Pd=420.2QdandPs=2+0.2QsP_d = 42 - 0.2Q_d and P_s = 2 + 0.2Q_s

    a. Calculate the equilibrium price and quantity.

    b. Find the consumer’s surplus, producer’s surplus and total surplus.

    [10]
    View model solution

    Step-by-Step Solution:

    Given functions:

    • Demand function: Pd=420.2QdP_d = 42 - 0.2Q_d
    • Supply function: Ps=2+0.2QsP_s = 2 + 0.2Q_s

    a. Calculate Equilibrium Price (PP^*) and Quantity (QQ^*):

    At market equilibrium:

    Pd=PsP_d = P_s
    420.2Q=2+0.2Q42 - 0.2Q = 2 + 0.2Q
    422=0.2Q+0.2Q42 - 2 = 0.2Q + 0.2Q
    40=0.4Q40 = 0.4Q
    Q=400.4=100 unitsQ^* = \frac{40}{0.4} = 100 \text{ units}

    Now substitute Q=100Q^* = 100 into the demand function:

    P=420.2(100)=4220=Rs 22P^* = 42 - 0.2(100) = 42 - 20 = \text{Rs } 22
    Verification from supply: P=2+0.2(100)=2+20=Rs 22\text{Verification from supply: } P^* = 2 + 0.2(100) = 2 + 20 = \text{Rs } 22


    b. Find Consumer’s Surplus, Producer’s Surplus, and Total Surplus:

    1. Consumer’s Surplus (CSCS): Demand choke price (Q=0Q = 0) is Pmax=42P_{\text{max}} = 42.

      CS=0100(PdP)dQ=0100(420.2Q22)dQ=0100(200.2Q)dQCS = \int_0^{100} (P_d - P^*) dQ = \int_0^{100} (42 - 0.2Q - 22) dQ = \int_0^{100} (20 - 0.2Q) dQ
      CS=[20Q0.1Q2]0100=20(100)0.1(10,000)=2,0001,000=1,000CS = \left[ 20Q - 0.1Q^2 \right]_0^{100} = 20(100) - 0.1(10,000) = 2,000 - 1,000 = 1,000
      (Or geometrically: 12×base×height=12×100×(4222)=1,000\frac{1}{2} \times \text{base} \times \text{height} = \frac{1}{2} \times 100 \times (42 - 22) = 1,000).

    2. Producer’s Surplus (PSPS): Supply choke price (Q=0Q = 0) is Pmin=2P_{\text{min}} = 2.

      PS=0100(PPs)dQ=0100(22(2+0.2Q))dQ=0100(200.2Q)dQPS = \int_0^{100} (P^* - P_s) dQ = \int_0^{100} (22 - (2 + 0.2Q)) dQ = \int_0^{100} (20 - 0.2Q) dQ
      PS=[20Q0.1Q2]0100=20(100)0.1(10,000)=2,0001,000=1,000PS = \left[ 20Q - 0.1Q^2 \right]_0^{100} = 20(100) - 0.1(10,000) = 2,000 - 1,000 = 1,000
      (Or geometrically: 12×100×(222)=1,000\frac{1}{2} \times 100 \times (22 - 2) = 1,000).

    3. Total Surplus (TSTS):

      TS=CS+PS=1,000+1,000=2,000TS = CS + PS = 1,000 + 1,000 = 2,000

    Final Answer:

    • a. Equilibrium: P=Rs 22P^* = \text{Rs } 22, Q=100 unitsQ^* = 100 \text{ units}
    • b. Consumer’s Surplus: 1,0001,000, Producer’s Surplus: 1,0001,000, Total Surplus: 2,0002,000

Section D

Comprehensive Answer / Case / Situation Analysis Questions:

[20]