If n represents an odd integer what represents the previous smaller odd integer

Discussion in 'Calculator Requests' started by math_celebrity, Jul 11, 2020.

  1. math_celebrity

    math_celebrity Administrator Staff Member

    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
     

Share This Page