There are five consecutive numbers and the smallest is called n. What is the largest number called?
List out consecutive numbers. Each consecutive number is found by adding 1 to the prior number
List out consecutive numbers. Each consecutive number is found by adding 1 to the prior number
- n
- n + 1
- n + 2
- n + 3
- n + 4