145k views
5 votes
What does this sentence mean? Or write the formula

Find all sets of 2 consecutive positive integers with a sum that is at least 8 and less than or equal to 24.

1 Answer

1 vote

Answer:

An odd integer is denoted by 2n+1 where n is an integer.

First odd integer = 2n+1

Next odd integer = 2n+3

8 ≦ (2n+1)+(2n+3) < 24

8 ≦ 2n+1+2n+3 < 24

8 ≦ 4n+4 < 24

Divide through by 4

2 ≦ n+1 < 6

Subtract 1 for all three sides:

1 ≦ n < 5

n ∈ {1,2,3,4}

Answer: {2n+1, 2n+3} {1,3}, {3,5}, {5,7

Explanation:

User Ghostrydr
by
5.0k points