Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Ben Bacarisse Newsgroups: sci.math Subject: Re: Does the number of nines increase? Date: Thu, 11 Jul 2024 02:46:32 +0100 Organization: A noiseless patient Spider Lines: 48 Message-ID: <87le28lmyv.fsf@bsb.me.uk> References: <02WQWLab8x41L6XRW0n7Ba0poZ8@jntp> <87v81cn4xy.fsf@bsb.me.uk> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Thu, 11 Jul 2024 03:46:33 +0200 (CEST) Injection-Info: dont-email.me; posting-host="8f0c59e317bc680ad3ae1d9bc8fc08f2"; logging-data="2249811"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+S8nAc4DCM0eFC67LCXahG4DMup9G9NDM=" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:IGQaRsmKOpsDSh+S18gkamMRlh4= sha1:IeG2+vSU5mZupEiw/K30T/G4Vuc= X-BSB-Auth: 1.4b00dd3e574941ac01c3.20240711024632BST.87le28lmyv.fsf@bsb.me.uk Bytes: 3256 "Chris M. Thomasson" writes: > On 7/10/2024 5:32 PM, Ben Bacarisse wrote: >> "Chris M. Thomasson" writes: >> >>> On 7/10/2024 4:29 PM, Moebius wrote: >>>> Am 11.07.2024 um 01:02 schrieb Moebius: >>>>> Am 11.07.2024 um 01:00 schrieb Moebius: >>>>>> Am 11.07.2024 um 00:55 schrieb Moebius: >>>>>> >>>>>>> Math SHOULD BE fun! (imho) >>>>>> >>>>>> Hmmm... It's quite clear that WM doesn't have ANY fun with math, I'd >>>>>> say. >>>>> >>>>> Actually, he doesn't DO any math. >>>> Most cranks don't to any (real) math, they just "criticizes" (sort of) >>>> things they don't really understand. >>> >>> If I am having a hard time understanding something, I ask/read around until >>> I can finally grasp the underlying meaning of the problem to a point where >>> I can code up a working solution. It has certainly tended worked for me in >>> the past. >> Here's and interesting problem to code up. The input is a finite array >> of n pairs of strings, so there are 2n strings in all. They are often >> thought of as strings on the top and bottom of a collection of tiles or >> dominos, but that just help visualise the problem. An example with n=3 >> might be >> aa bb abb >> aab ba b > > Just making up an example: > > ab ab ab = ababab > aba ba b = ababab > > Would that work? If I understand you, yes. It's a simple case where the tiles, used once in some order make a solution. In most cases is will be much harder to determine if there is a solution. > Does each string need to be unique? No. -- Ben.