Aptitude Question:
Download Questions PDF

There are three different boxes A, B and C. Difference between weights of A and B is 3 kgs. And between B and C is 5 kgs. Then what is the maximum sum of the differences of all possible combinations when two boxes are taken each time?

Answer:

case i : A=x kgs B=(x+3) kgs C=(x+8)kgs then S.O.D = 16kgs
case ii : A=x+3 B=x C=x+5 , S.O.D=10kgs
case iii : A=x+8 B=x+5 C=x ,S.O.D=16kgs
altogether 42kgs

Download Aptitude Interview Questions And Answers PDF

Previous QuestionNext Question
Main()
{
File *fp;
fp=fopen("xyz","r");
}
What does fp point to?
In a basket 3 mangoes, 4 apples, and 4 bananas are there. Find number of ways we select randomly 3 fruits from the basket?