home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / sci / math / 16991 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.7 KB  |  41 lines

  1. Newsgroups: sci.math
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!venice!gay
  3. From: gay@venice.sedd.trw.com (Lance Gay)
  4. Subject: Re: Interesting Discrete Math Question
  5. Message-ID: <1992Dec16.000714.11285@venice.sedd.trw.com>
  6. Organization: TRW Systems Engineering & Development Division, Carson, CA
  7. References: <3548@carroll1.cc.edu> <1992Dec15.221124.1284@linus.mitre.org>
  8. Date: Wed, 16 Dec 1992 00:07:14 GMT
  9. Lines: 30
  10.  
  11. >In article <3548@carroll1.cc.edu> noffke@carroll1.cc.edu (Pat Noffke) writes:
  12. >Here's a question we had on one of our last tests in Discrete.
  13. >
  14. >A jar contains 100 chips numbered 1 through 100.  I want to draw a
  15. >subset of chips that satisfies the condition that at least two chips
  16. >have values that differ by exactly 3.  What is the minimum number of
  17. >chips I must draw to guarantee that I satisfy the condition?  Justify
  18. >your response.
  19.  
  20. Partition the integers into 3 sets:
  21.  
  22.   Set 1) 1, 4, 7, 10, ..., 97, 100  (34 integers)
  23.   Set 2) 2, 5, 8, 11, ..., 95, 98   (33 integers)
  24.   Set 3) 3, 6, 9, 12, ..., 96, 99   (33 integers)
  25.  
  26. Let us detemine the maximum number of chips which can be selected such
  27. that no two chips differ by exactly three.
  28. You may not choose any two adjacent members of any of the three sets.
  29. The optimal stragtegy is to select every other member from each of the
  30. three sets.  Thus we may choose 17 from the first set, 17 from the second
  31. set and 17 from the third set for a total of 51.  (The numbers from the
  32. first set can be chosen two different ways).
  33.  
  34. Thus the minimum number of chips to select to satify the condition is 52.
  35.  
  36.  
  37. Lance J. Gay                                 Internet: gay@venice.sedd.trw.com
  38. TRW Systems Engineering & Development Div.   Phone: 310-764-3988
  39. Carson, CA  90746
  40.