There are 80 coins, among them one coin weighs less compared
to other. You are given a physical balance to weigh. In how
many wieghings the odd coin can be found.

Answer Posted / amit mugal

Lets divide 80 into 27, 27 and 26
CASE 1: weigh 27 and 27.
IF weighs different, then next it wsll take 3 more times to get to the faulty one. So total of 4. END
Else same weight then count is 1 and take the sample of 26 den
CASE 2: Divide 26 into 9,9 and 8
Weigh 9 and 9
IF weighs different, then next it will take 2 more times to get to the faulty one. So total= 2+2=4. END
Else if same weight, then count 2 and take the sample of 8.
CASE 3: Divide 8 into 3,3 and 2
Weigh 3 and 3
IF weighs different, then next it will take 1 more times to get to the faulty one. So total= 3+1=4. END
Else if same weight, then count 3 and take the sample of 2
Now one more time weighing is required to find out the faulty one between 2 samples. So 3+1=4. END

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The base 5 representation of the decimal number 2048 is _____.

780


Concentrations of three wines A, B and C are 10, 20 and 30 percent respectively. They are mixed in the ratio 2 : 3 : x resulting in a 23% concentration solution. Find x.

1386


Complete the given number series 240, 240, 120, 40,?, 2 ?

777


THERE ARE 3 PILES OF BOOKS ON THE TABLE YOU NEED TO ARRANGE THEM IN THE SELF SUCH THAT 1ST BOOK OF EACH PILE GETS PLACED ON THE SELF,WHAT IS THE POSSIBLE NO OF ARRANGEMENTS

3103


One dollar is saved in one month. Then how much dollar is saved in one day?

701






hi had any body attended bank of interview plz........ share your experience

1718


If A = x3y2x3y2 and B=xy3xy3, then find the HCF of A, B

733


A school has 30% students from Maharashtra .Out of these 20% are Bombey students. Find the total percentage of Bombay?

809


what is topic on pz cussons essay writing?

2587


A fly is there 1 feet below the ceiling right across a wall length is 30m at equal distance from both the ends. There is a spider 1 feet above floor right across the long wall eqidistant from both the ends. If the width of the room is 12m and 12m, what distance is to be travelled by the spider to catch the fly? if it takes the shortest path.

977


2 oranges,3 bananas and 4 apples cost Rs.15 . 3 ornages 2 bananas 1 apple costs Rs 10. what is the cost of 3 oranges, 3 bananas and 3 apples

801


Imagine 4 persons A,B,C,D.(It is a strength determining game). A found it hard,but could pull 'c' and 'd' to his side. AC and BD pairs on opposite sides found themselves equally balanced. When A and B exchanged their positions to form pairs AD and BC ,BC pair could win and pull AD to their side.Order the 4 persons in Ascending order according to their strengths.

684


Find the correct meaning of the following phrase: To bite the dust

663


An array was given and we were required to write a function : int CalculateThirdHighest(int a[ ]) : which calculates the third highest number in the array. While coding in C remember to calculate the length of array using formulae length of array=sizeof(a)/sizeof(int). Because the number of elements of array were not passed as argument. i want a solution in C/C++ language

2065


15 men take 21 days of 8 hrs. each to do a piece of work. How many days of 6 hrs. each would it take for 21 women if 3 women do as much work as 2 men?

736