Quote:
Originally Posted by rajeev_hts ------------------------------------------------------
Quantitative Question # 015
------------------------------------------------------ How many (a, b, c) satisfy log(2ab) = loga*logb, log(bc) = logb*logc, log(2ac) = loga*logc ? (1) none (2) 1 (3) 2 (4) 4 (5) none of these ------------------------------------------------------------------- |
log2+loga+logb=loga*logb....(1)
logb+logc=logb*logc............(2)
log2+loga+logc=loga*logc.....(3)
now (1)-(3) will give either loga=1 or(and) log(b/c)=0...now loga=1 doesnt satisfy (1)...so only one is log(b/c)=0..so b=c
putting it in (2)...b=c=100 or logb=0..hence b=c=1
put b=100 in (1)..
hence a=2+log2=200,b=c=100
again put logb=0..it will give a=1/2
so two set of solution is possible...(200,100,100) and (1/2,1,1)..
answer is (3)