rsala004
- 23
- 0
if we are given something of the form
what if we are given a range for which x has to fall within?
something like 0 <= lowerbound <= x <= upperbound
--
I have thought about this a little while i came up with that
is this correct?
can anyone guide me in right direction to solving this?
where we are given a and b ...how can x be solved for ?a = x mod b
what if we are given a range for which x has to fall within?
something like 0 <= lowerbound <= x <= upperbound
--
I have thought about this a little while i came up with that
with k a positive integer.. would generate all the possible solutionsx = b*k + a
is this correct?
can anyone guide me in right direction to solving this?