Question

A friend of yours is given the following problem: You have 8 seemingly identical coins, among...

A friend of yours is given the following problem:

You have 8 seemingly identical coins, among which you are told that one is a counterfeit. The counterfeit is known to be heavier than a true coin. You have access to a simple two-pan balance. What is the MINIMUM number of weighings you need to use in order to find the counterfeit coin?

Your friend's answer is the following:

I can identify the counterfeit coin by proceeding as follows:

Weighing 1:

Put 4 coins on one pan of the balance and the other 4 on the other pan

Whichever side is heavier contains the counterfeit coin: so now, you have discarded 4 coins from being potential counterfeit coins. You are left with 4 coins to look within.

Weighing 2

Put 2 coins on one pan of the balance and the other 2 on the other pan

Whichever side is heavier contains the counterfeit coin: so now, you have discarded 2 coins from being potential counterfeit coins. You are left with 2 coins to look within.

Weighing 3

Put 1 coin on each pan

Heavier one is the counterfeit coin

So your minimum number of weighings is 3

ANSWER THESE QUESTIONS, PLEASE: What can you tell about the reasoning of your friend? Is it correct or not? If it is correct, explain why. If it is incorrect, explain why. You have to make an unambiguous compelling justification of either way.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Yes , it is correct and it is one of the good and optimistic solutions to find minimum number of weighings. but it is not one and only optimistic solution to find minimum number of weighings . and also to find the solution these three weighings must be necessary because you can't find the counterfit coin in less than three weighings ,if you follow above procedure. here both maximum and minimum number of weighings is 3 . so above procedure is not much recommended but it is good solution not great.

There are few solutions like beginning with four coins .it means

step-1 : putting 2 coins on one pan and 2 of the remaining on the coins on the other pan .

step-2 : whichever side is heavier contains the counterfeit coin. discard the lighter one take heavier side two coins and put each coin of the two coins on each pan. so here you will find counterfeit coin in just 2 weighings and minimum number of weighings become 2.

step-3 : if both are balanced in step-1 then take remaining 4 coins  with 2 on one pan and other 2 on other pan.

step-4 :  Repeat step-2 here compulsory you will get counter feit coin because these are last coins . and here minimum number of weighings become 3.

I think my solution is better than the given solution because in my soluiton you may find counterfeit coin in 3 weighings or 3 weighings.

but in the given solution compulsory you will find counter feit coin in 3 weighings.

Add a comment
Answer #2

Yes , it is correct and it is one of the good and optimistic solutions to find minimum number of weighings. but it is not one and only optimistic solution to find minimum number of weighings . and also to find the solution these three weighings must be necessary because you can't find the counterfit coin in less than three weighings ,if you follow above procedure. here both maximum and minimum number of weighings is 3 . so above procedure is not much recommended but it is good solution not great.

There are few solutions like beginning with four coins .it means

step-1 : putting 2 coins on one pan and 2 of the remaining on the coins on the other pan .

step-2 : whichever side is heavier contains the counterfeit coin. discard the lighter one take heavier side two coins and put each coin of the two coins on each pan. so here you will find counterfeit coin in just 2 weighings and minimum number of weighings become 2.

step-3 : if both are balanced in step-1 then take remaining 4 coins  with 2 on one pan and other 2 on other pan.

step-4 :  Repeat step-2 here compulsory you will get counter feit coin because these are last coins . and here minimum number of weighings become 3.

I think my solution is better than the given solution because in my soluiton you may find counterfeit coin in 3 weighings or 3 weighings.

but in the given solution compulsory you will find counter feit coin in 3 weighings.

Add a comment
Know the answer?
Add Answer to:
A friend of yours is given the following problem: You have 8 seemingly identical coins, among...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 5. Among eight coins there is one false coin which is lighter. You have a pan...

    5. Among eight coins there is one false coin which is lighter. You have a pan balance. How many weighings one needs to perform to identify the false coin? Write down the matrix of the design of experiment 5. Among eight coins there is one false coin which is lighter. You have a pan balance. How many weighings one needs to perform to identify the false coin? Write down the matrix of the design of experiment

  • 1.13 (Counterfeit Coin Problem) We are given six coins, one of which is counterfeit and is...

    1.13 (Counterfeit Coin Problem) We are given six coins, one of which is counterfeit and is known to have different weight than the rest. Construct a strategy to find the counterfeit coin using a two-pan scale in a minimum average number of tries. Hint: There are two initial decisions that make sense: (1) test two of the coins against two others, and (2) test one of the coins against one other.

  • You have 80 coins that are identical in appearance. Among them there are three fake coins and you know which ones. The genuine coins all have the same weight and the fake coins all have the same weig...

    You have 80 coins that are identical in appearance. Among them there are three fake coins and you know which ones. The genuine coins all have the same weight and the fake coins all have the same weight, but the fake coins are lighter than the real ones. Your friend knows that among the 80 coins there are either three or two fake coins. Without revealing the identity of any of the 80 coins, how can you use a pan...

  • 2. (10%) Suppose that among n identical-looking coins, one is fake. With a balance scale, we...

    2. (10%) Suppose that among n identical-looking coins, one is fake. With a balance scale, we can compare any two sets of coins. That is, by tipping to the left, to the right, or staying even, the balance scale will tell whether the two sets weight the same, or which of the two sets is heavier than the other but not by how much. Please use the prune and search strategy to design an efficient algorithm for detecting the fake...

  • Suppose you again have seven coins in your pocket, 1 quarter, 4 dimes, and 2 pennies....

    Suppose you again have seven coins in your pocket, 1 quarter, 4 dimes, and 2 pennies. Again, you randomly extract one coin from your pocket, look at the coin, and then return that coin to your pocket. You then randomly extract a second coin from your pocket and look at that coin. If the events are again P1 = "first pick was a penny" and D2 = "Second pick was a dime," what is the probability of picking these two...

  • 12. Coin Toss Simulator Write a class named Coin. The Coin class should have the following field ...

    12. Coin Toss Simulator Write a class named Coin. The Coin class should have the following field .A String named sideUp. The sideUp field will hold either "heads" or "tails" indicating the side of the coin that is facing up The Coin class should have the following methods .A no-arg constructor that randomly determines the side of the coin that is facing up (heads" or "tails") and initializes the aideUp field accordingly .A void method named toss that simulates the...

  • is this return on investment satisfactory? why or why not A friend is asking for your...

    is this return on investment satisfactory? why or why not A friend is asking for your advicel There are three parts to this assignment (all included on this worksheet). 1. First, you will ask questions to help your friend make an important decision 2. Next, you will gather facts to answer those questions 3. Then, you will write your friend an email or record a video with your end of the conversation making a case to help your friend make...

  • Mastery Problem: Financial Statement Analysis Liquidity and Solvency Measures Your friend, another accountant, has bet you...

    Mastery Problem: Financial Statement Analysis Liquidity and Solvency Measures Your friend, another accountant, has bet you that with your knowledge of accounting and just the computations for common analytical measures, you can figure out many aspects of a company's financial statements. You take the bet! Match each computation to one of the liquidity and solvency measures in the table. (Hint: Begin by looking for simple computations and identifying the amounts in those computations. Look for other measures that use those...

  • Can you please help me with creating this Java Code using the following pseudocode? Make Change C...

    Can you please help me with creating this Java Code using the following pseudocode? Make Change Calculator (100 points + 5 ex.cr.)                                                                                                                                  2019 In this program (closely related to the change calculator done as the prior assignment) you will make “change for a dollar” using the most efficient set of coins possible. In Part A you will give the fewest quarters, dimes, nickels, and pennies possible (i.e., without regard to any ‘limits’ on coin counts), but in Part B you...

  • Mastery Problem: Financial Statement Analysis Liquidity and Solvency Measures Your friend, another accountant, has bet you...

    Mastery Problem: Financial Statement Analysis Liquidity and Solvency Measures Your friend, another accountant, has bet you that with your knowledge of accounting and just the computations for common analytical measures, you can figure out many aspects of a company's financial statements. You take the bet! Match each computation to one of the liquidity and solvency measures in the table. (Hint: Begin by looking for simple computations and identifying the amounts in those computations. Look for other measures that use those...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT