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
Why is oop useful?
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?
what are the ways in which a constructors can be called?
What are main features of oop?
What is oops with example?
What is the difference between abstraction and polymorphism?
How to improve object oriented design skills?
What is debug class?what is trace class? What differences are between them? With examples.
What is the use of oops?
what is difference between class template and template class?
What is an example of genetic polymorphism?
What is the difference between static polymorphism and dynamic polymorphism?
When not to use object oriented programming?
What is difference between polymorphism and inheritance?
What is inheritance write a program to show use of inheritance?