If n represents an odd integer what represents the previous smaller odd integer
Each odd integer is 2 away from the last one, so the previous smaller odd integer is found by subtracting 2 from n:
n - 2
Each odd integer is 2 away from the last one, so the previous smaller odd integer is found by subtracting 2 from n:
n - 2