edited by
343 views
0 0 votes

Food delivery agents Aman, Boni, Chan, Dong and Eman were assessed on five parameters $\text{P1}$ to $\text{P5.}$ They received an integer rating between $1$ and $5$ for each parameter. None of them received the same rating in four or more parameters. Everyone received a score of $1$ in $\text{P2}$ or $\text{P5.}$ All of them received the same rating in at least two parameters. The partial information related to the ratings are given in the table below. 

$$\begin{array}{|c|c|c|c|c|c|} \hline \text{Name} & \text{P1} & \text{P2} & \text{P3} & \text{P4} &\text{ P5} \\ \hline \text{Aman} & & & & 3 & \\ \hline \text{Boni} & 4 & & & & \\ \hline \text{Chan} & & & 5 & & \\ \hline \text{Dong} & 2 & & & & \\ \hline \text{Eman} & & & & 1 & \\ \hline \end{array}$$ 

Considering the above information, answer the following questions:

  1. What is the maximum average rating Boni could have achieved across all the five parameters?
  2. What is the minimum average rating Chan could have received across all the five parameters?

Please log in or register to answer this question.

Position:
Show:

Related questions

0 0 votes
0 0 answers
332
332 views
admin asked Jul 23, 2022
332 views
Consider the following code.Function foo(n) { answer = 0; x = n; while (x 0) { y = x % 10; answer = (answer * 10) + y; x = x // 10; } x = answer; answer = (answer * 10) ...
0 0 votes
0 0 answers
367
367 views
admin asked Jul 23, 2022
367 views
Consider the following code where $\text{A}$ is an array indexed from $0.$function foo(A, year, n) { 1 = 0, r = n – 1, c = 0; while (1 <= r) { c = c + 1; m = 1 + (r – 1) ...
1 1 vote
1 1 answer
756
756 views
admin asked Jul 23, 2022
756 views
The $\text{CMI MSc DS 2021}$ batch of $60$ students is holding an online event to celebrate their joining $\text{CMI.}$ Student Aruni is in charge of organizing the music...
0 0 votes
0 0 answers
389
389 views
admin asked Jul 23, 2022
389 views
Show that every selection of $503$ numbers from $\{1,2,3, \dots,987\}$ has two numbers with g.c.d. $1$. Recall that the g.c.d. of two positive integers $x, y$ is the larg...