View Single Post
Old 11-26-2003, 03:09 PM   #1 (permalink)
MSD
The sky calls to us ...
 
MSD's Avatar
 
Super Moderator
Location: CT
A harder math problem - storage bytes

Storage bytes are placed symmetrically on a disk of radius 7cm. No two storage locations can be closer (arc length on the circle on which they are placed, not straight line) than 0.1cm. Bytes are distributed in concentric circles on rays emanating from the center of the disk. Approximate the location of the innermost circle of bytes that would maximize the total number of bytes on the disk. No data are stored on the outer edge of the disk.
MSD is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54