--- title: "Twelve Coins" type: "article" slug: "pitch-and-point" url: "http://localhost/article/pitch-and-point/" markdown_url: "http://localhost/article/pitch-and-point.md" published_at: "2020-10-27T17:13:27+00:00" modified_at: "2025-02-02T08:13:56+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Last month we had a puzzle about identifying one of 12 coins that might be conterfeit, all of the coins being of the same denomination and the same weight except if there is a conterfeit coin it is either lighter or heavier. The suggestion was that we would print a program from a reader, if…" category: - name: "The Plotter" slug: "the-plotter" taxonomy: "category" url: "http://localhost/category/periodicals/the-plotter/" post_tag: - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" indiv: - name: "Dick Wagner" slug: "dick-wagner" taxonomy: "indiv" url: "http://localhost/indiv/dick-wagner/" publication: "The Plotter" publication_r: id: 21216 title: "The Plotter" type: "periodical" url: "http://localhost/periodical/the-plotter/" authors: "Dick Wagner" volume: "12" issue: "3" issues_articles: - id: 26760 title: "The Plotter v12 n3" type: "issue" url: "http://localhost/issue/the-plotter-v12-n3/" pages: "6" archive_link: false volumeissue: "v12n3" --- # Twelve Coins Last month we had a puzzle about identifying one of 12 coins that might be conterfeit, all of the coins being of the same denomination and the same weight except if there is a conterfeit coin it is either lighter or heavier. The suggestion was that we would print a program from a reader, if such was offered. We did get a response from Donald Lambert (ZXir QLive Alive!) with an explanation of how he would determine the answer, but not a program. So, here is the program as given in the book. Brain Games for Kids & Adults for Apple II. As this is in GWBASIC, I will attempt to convert it to Sinclair BASIC for next month.