Solveeit Logo

Question

Question: A school charges Rs 50 per student for transport facilities if not more than 300 students enroll.The...

A school charges Rs 50 per student for transport facilities if not more than 300 students enroll.The charges decrease by 10 paise for each student in excess of 300.How many students should be enrolled so as to have maximum revenue?

Answer

400

Explanation

Solution

Explanation of the solution:

  1. Define Variables:
    Let NN be the total number of students enrolled.
    Let CC be the charge per student (in Rupees).
    Let RR be the total revenue.

  2. Formulate Charge Function:

    • If N300N \le 300, the charge is fixed at Rs 50.
    • If N>300N > 300, the charge decreases by 10 paise (Rs 0.10) for each student in excess of 300.
    • Let xx be the number of students in excess of 300. So, x=N300x = N - 300.
    • The charge per student CC for N>300N > 300 is given by:
      C=500.10xC = 50 - 0.10x
      Substitute x=N300x = N - 300:
      C=500.10(N300)C = 50 - 0.10(N - 300)
      C=500.10N+30C = 50 - 0.10N + 30
      C=800.10NC = 80 - 0.10N
  3. Formulate Revenue Function:
    The total revenue R(N)R(N) is the product of the total number of students and the charge per student:
    R(N)=N×CR(N) = N \times C
    For N>300N > 300:
    R(N)=N(800.10N)R(N) = N(80 - 0.10N)
    R(N)=80N0.10N2R(N) = 80N - 0.10N^2

  4. Find Maximum Revenue using Calculus:
    To find the number of students that maximizes revenue, we differentiate R(N)R(N) with respect to NN and set the derivative to zero.
    dRdN=ddN(80N0.10N2)\frac{dR}{dN} = \frac{d}{dN}(80N - 0.10N^2)
    dRdN=800.20N\frac{dR}{dN} = 80 - 0.20N

    Set dRdN=0\frac{dR}{dN} = 0:
    800.20N=080 - 0.20N = 0
    0.20N=800.20N = 80
    N=800.20N = \frac{80}{0.20}
    N=80210N = \frac{80}{\frac{2}{10}}
    N=80×102N = 80 \times \frac{10}{2}
    N=40×10N = 40 \times 10
    N=400N = 400

  5. Verify Maximum:
    To confirm this is a maximum, we can use the second derivative test:
    d2RdN2=ddN(800.20N)\frac{d^2R}{dN^2} = \frac{d}{dN}(80 - 0.20N)
    d2RdN2=0.20\frac{d^2R}{dN^2} = -0.20
    Since d2RdN2=0.20<0\frac{d^2R}{dN^2} = -0.20 < 0, the value N=400N = 400 corresponds to a local maximum.

  6. Check Domain Validity:
    The formula for R(N)R(N) was derived for N>300N > 300. Our calculated value N=400N = 400 satisfies this condition.
    If N300N \le 300, the revenue is R(N)=50NR(N) = 50N. The maximum in this range occurs at N=300N=300, giving R(300)=50×300=15000R(300) = 50 \times 300 = 15000.
    For N=400N=400, the revenue is R(400)=80(400)0.10(400)2=320000.10(160000)=3200016000=16000R(400) = 80(400) - 0.10(400)^2 = 32000 - 0.10(160000) = 32000 - 16000 = 16000.
    Since 16000>1500016000 > 15000, the maximum revenue is indeed achieved at N=400N=400.

The number of students must be an integer, and since our result is exactly 400, no further adjustment is needed.