Hello,
With these kinds of questions I am having issues with finding the last multiple of the number provided. For example, looking at A (the number 3 within the range of 1 - 100) I am looking for a certain to find the last multiple of 3 from 1 to 100. Also I generally find the number of multiples by dividing the last number in the range given (100) by the original multiple given (3). But when I get a decimal I never seem to know which way to round.
Thanks!