We have a scale and 7 balls. 1 ball is heavier than all the
rest. How to determine the heaviest ball with only 3
possible weighing attempts?
Answer Posted / srini
let a,b,c,d,e,f,g be the 7 balls,
group them
a and b group 1
b and c group 2 and others one group
weigh group 1 against group 2
if they are not equal weigh the individual balls with
respect to each other
if they are not equal(group 1 is not equal to group 2)
weigh e against f, if they are not equal heaviest among
them is ur answer else g is the answer.
| Is This Answer Correct ? | 6 Yes | 22 No |
Post New Answer View All Answers
What is object in oops?
What is constructor overloading in oop?
Can a varargs method be overloaded?
What is overloading in oops?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
How do you define social class?
program for insertion ,deletion,sorting in double link list
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What are the 4 pillars of oop?
What is the problem with multiple inheritance?
What does and I oop mean?
Is data hiding and abstraction same?
What is the diamond problem in inheritance?