home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / sci / math / 10952 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.8 KB  |  54 lines

  1. Newsgroups: sci.math
  2. Path: sparky!uunet!gatech!udel!rochester!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!nickh
  3. From: nickh@CS.CMU.EDU (Nick Haines)
  4. Subject: Re: Solitaire games
  5. In-Reply-To: breuker@cs.rulimburg.nl's message of Thu, 3 Sep 92 12:53:17 GMT
  6. Message-ID: <NICKH.92Sep3143716@VOILA.VENARI.CS.CMU.EDU>
  7. Originator: nickh@VOILA.VENARI.CS.CMU.EDU
  8. Sender: news@cs.cmu.edu (Usenet News System)
  9. Nntp-Posting-Host: voila.venari.cs.cmu.edu
  10. Organization: School of Computer Science, Carnegie Mellon University
  11. References: <4906@balrog.ctron.com> <Btyo5z.D8q@cs.psu.edu>
  12.     <1992Sep3.125317.8741@cs.rulimburg.nl>
  13. Date: Thu, 3 Sep 1992 19:37:16 GMT
  14. Lines: 38
  15.  
  16. In article <4906@balrog.ctron.com> wilson@web.ctron.com (David Wilson) writes:
  17. >    I used to put three hours a day on the road to and from work.  My
  18. >    game was to factor license plate numbers in my head (preferably
  19. >    before I lost sight of the car).  A simpler game was to try to
  20. >    break the numbers on the license plate into two groups whose sum is
  21. >    the same. 
  22.  
  23. I play a game with triplets of digits (such as one finds on 99% of
  24. British numberplates), similar to the `four fours' game: combine them
  25. using some set of operators to generate the positive integers. You
  26. don't have to use all the digits, and the set of operators includes
  27. +,-,*,/ (exact division),! and can includes sqrt(), rem(), div(), or
  28. any others that strike my fancy.
  29.  
  30. E.g. late-night driving Cambridge -> Newcastle, behind a truck with
  31. the plate DEG 652 B (say):
  32.  
  33. 1  = 6-5
  34. 2  = 2
  35. 3  = 6/2
  36. 4  = 6-2
  37. 5  = 5
  38. 6  = 6
  39. 7  = 5+2
  40. 8  = 6+2
  41. 9  = 6+5-2 
  42. 10 = 5*2
  43. 11 = 6+5
  44. 12 = 6*2
  45. 13 = 6+5+2
  46. 14 = hmm, nope
  47.  
  48. So I overtake the truck and go on to the next vehicle.
  49.  
  50. I've never done a search for the `best' triple, or even kept a record
  51. of scores: that would spoil the game.
  52.  
  53. Nick
  54.