Quote:
Originally Posted by Aarav Ok -> this is the warm-up problem since I want Implex also to have a go at this
This is last year's QQAD problem that took Vineet, me and a friend of mine in Intel research team to come to any conclusion in 4 hours. Treat this as a warm up and real contest (easy + difficult problems) with points will be held tomorrow. Allwin likes to talk only in integer numbers. So much that he rounds off everything including his course average points to the nearest integer. For example, 89.34 is 89 and 99.54 is 100, and 115.5 is 116. Allwin always calculates the average (real) on the cumulative points so far. After his 75 points in Finance, his rounded average drops by 1 point. Next, after 83 points in strategy paper, his rounded average further plummets down by 2 points. Which among the following is not true?
(a) The minimum possible number of courses is less than 15
(b) The maximum possible number of courses is not more than 50
(c) The minimum possible current rounded average is 95
(d) Either of 126 or 127 can be the current rounded average
(e) none of the foregoing |
Posting my approach. I feel it's far from being correct, but it'll get things moving...
x-subjects; y-cumulative score so far; A-average so far.
A=y/x ---->1
A-1=(y+75)/(x+1) --->2
A-3=(y+15eight)/(x+2) ---->3
From 2 we get x^2 + 76x-y=0
from 3 we get 3x^2 +164x-2y=0
On solving, x=12; y=1056. These are the base initial values. ---->4
so the value of A = 88
By this (A-1) in 2 has to be 87 and (A-3) has to be 85
But by using the above got values of (x,y) I get (A-1) = 94.25 = 94
and (A-3) = 101.16 = 101
Clearly there is an offset in each of these values. Which is caused by Allwin's obsession of rounding off...
Actually after this I'm stuck...