T=Time, S=Sports Illustrated, R=Reader's Digest
T=95
S=101
R=80
T&S=30, which means T=65 now and S=71 now (95-30 and 101-30 otherwise you have duplicates)
T&R=25 which means T=40 now and R=55 now (65-25 and 80-25 otherwise you have duplicates)
S&R=28 which means S=43 now and R=27 now (71-28 and 55-28 otherwise...)
T&S&R=10 which means T=30, S=33, R=17 now (40-10, 43-10, 27-10)
33 read Sports Illustrated
Draw two intersecting circles.
Draw a third intersecting circle under the first two.
Label the left one Time, label the right one Sports Illustrated , and label the bottom one Reader's Digest.
put 95 in the largest part of circle Time, put 101 in the largest part of circle Sports, and put 80 in the largest part of circle Reader's
put 30 in the intersection of Time and Reader's but not in the middle
subtract 30 from 90 to get T=65 and subtract 30 from 101 to get S=71
put 25 in the intersection of Time and Reader's but not in the middle
subtract 25 from 65 to get T=40 and subtract 25 from 80 to get R=55
put 28 in the intersection of Sports and Reader's but not in the middle
subtract 28 from 55 to get R=27 and subtract 28 from 71 to get S=43
put 10 in the middle(intersection of all 3 circles)
subtract 10 from 40 to get T=30
subtract 10 from 43 to get S=33
subtract 10 from 27 to get R=17