rupali_varshney said – Tue, 06 Oct 2009 07:21:50 -0000 ( Link )
wat is the maximum value of a+b+c+d if a=b+c,b=c+d,c=d+a and a,b,c,d are positive integers??
- Actions
wat is the maximum value of a+b+c+d if a=b+c,b=c+d,c=d+a and a,b,c,d are positive integers??
ans should be a+c as b+d is turning out to be zero
a=b+c…......(1) b=c+d…......(2) c=d+a…......(3)
so, a+b+c=b+2c+2d+a c=-2d
adding 1 and 3 we get b=-d
so a=-3d
so a+b+c+d =-3d-d-2d+d= -5d
and d is +ve no. so max value is 0 when d is zero
Post Comments