Set 7 Q8 - remainder when divided by 3

This topic has expert replies
Source: — Problem Solving |

Senior | Next Rank: 100 Posts
Posts: 30
Joined: Thu Feb 22, 2007 5:56 pm
Location: Seattle

by josephcho77 » Thu Oct 04, 2007 6:27 am
I assume that you did not count "1"
Remainder is 1 when 1 is divided by 3.

1 + 16 number has remainder 1

Master | Next Rank: 500 Posts
Posts: 127
Joined: Tue Oct 02, 2007 9:35 am
Thanked: 1 times

by arocks » Thu Oct 04, 2007 7:00 am
Thanks. I used (3n+1); the maximum value of n=16 to satisfy the condition. I should have used n=0 also to get the remainder 1 or followed the approach you suggested.
But works for now!