Solution to For discrete structures there are n exams to check and there are k graders. To … - Sikademy
Author Image

Archangel Macsika

For discrete structures there are n exams to check and there are k graders. To guarantee a high quality of grading, every exam may be checked by any number of graders (but always at least by one grader). This means that summed all together, the graders may make up to k*n exam checks. To avoid this, it is required that for each pair of graders there is at most 1 exam that they have both checked. Prove that this rule creates a much better bound of at most ((k+n)^(3/2)+(k+n))/2 exam checks.

The Answer to the Question
is below this banner.

Can't find a solution anywhere?

NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?

Get the Answers Now!

You will get a detailed answer to your question or assignment in the shortest time possible.

Here's the Solution to this Question

Let N_p is number of pairs of graders, N is number of exams checks.

N_p=C^2_k=\frac{k!}{2(k-2)!}=\frac{k(k-1)}{2}

We have, by the given rule: N_p\geq n

Maximum Nwillbe in case when N_p=n

Then: N=2n=k(k-1)

We can prove the given formula by induction:

For k=2 :

\frac{(2+1)(\sqrt{2+1}+1)}{2}>N=2

Let

(k+n)(\frac{\sqrt{k+n}+1}{2})=(\frac{k(k+1)}{2})(\frac{\sqrt{\frac{k(k+1)}{2}}+1}{2})\geq N=k(k-1)

Then we have for k+1

(k+1+\frac{k(k+1)}{2})(\frac{\sqrt{k+1+\frac{k(k+1)}{2}}+1}{2})=

=(k+1)(\frac{\sqrt{k+1+\frac{k(k+1)}{2}}+1}{2})+\frac{k(k+1)}{2}(\frac{\sqrt{k+1+\frac{k(k+1)}{2}}+1}{2})>N=k(k-1)+2k

So, the given formula is the upper bound for the maximum of exam checks.

Related Answers

Was this answer helpful?

Join our Community to stay in the know

Get updates for similar and other helpful Answers

Question ID: mtid-5-stid-8-sqid-3434-qpid-2133