Re: coin puzzle

From: Timothy Little (tim-via-n.i.net_at_little-possums.net)
Date: 02/05/05


Date: 5 Feb 2005 22:02:11 GMT

Alan Smaill wrote:
> One person turns a coin over at times 0, 1/2, 3/4, 7/8 ...
> The coin is head up at the start.
> Is it head or tail up at time 1?

The state is only defined for times less than 1. It can be in
whatever state you want at time 1.

BTW, is it head or tail up at time -1/2?

- Tim



Relevant Pages

  • Re: Python Doc Problem Example: os.path.split
    ... I was working on a program where i needed to split a path into dirname, ... > Split the pathname path into a pair, (head, tail) where tail is the ... > last pathname component and head is everything leading up to that. ... > tail part will never contain a slash; if path ends in a slash, ...
    (comp.unix.programmer)
  • Re: Using a link list over an array.
    ... compile (p->data is a void *) so you have not shown us some key ... int cmp ... head = list_sort; ... list_type *tail; ...
    (comp.lang.c)
  • HELP for doubly linked list
    ... forward and one pointing backwards. ... You must be able to insert a new node at the head of the ... You must be able to insert a new node at the tail of the ... tail, F – display contents forward, B – display contents backwards, ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Linked List
    ... pete wrote: ... int main ... head = tail = NULL; ... head = list_sort; ...
    (comp.lang.c)
  • HELP for doubly linked list
    ... forward and one pointing backwards. ... You must be able to insert a new node at the head of the ... You must be able to insert a new node at the tail of the ... tail, F – display contents forward, B – display contents backwards, ...
    (microsoft.public.dotnet.languages.vc)