by rajkapoor Sun Mar 07, 2010 2:30 am
express (x^2 +y)/y = x^2/y + 1
a<= x <= b
c <= y <= d
max of the expression is reached when x is max and y is minimum
hence M = b^2/c + 1
min of the expression when x is min and y is max
hence N = a^2/d + 1
M- N = b^2/c - a^2 /d
Statement 1) c = 3 - doesn't help evaluate M - N expression
Statement 2 ) doesn't help evalue m - N expression
Statement 1) and 2) together help evaluate M - N ,
therefore C)
i ask so i can answer / i answer so i can learn