SOLUTION: An integer is such that half of the next integer is at least 4 more than one-third of the previous integer. Find the least value of the integer.
Let the integer = N
Next integer = N+1
Previous integer = N-1
Half the next integer =
One third the previous integer = ≧ + 4
≧ + 4
3(N+1) ≧ 2(N-1) + 24
3N+3 ≧ 2N-2 + 24
N ≧ 19
19 is the least possible value of N
Edwin