SOLUTION: Name the set of 4 consecutive odd integers starting with -3.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Name the set of 4 consecutive odd integers starting with -3.      Log On


   



Question 428205: Name the set of 4 consecutive odd integers starting with -3.
Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
You must count every other integer starting
with an odd integers in order to get only odd integers
If I call -3+=+n, then
n+=+-3
n+%2B+2+=+-1
n+%2B+4+=+1
n+%2B+6+=+3
The set is {-3,-1,1,3}