An odd number can be written as [tex]2n+1[/tex] where n is an integer.
If [tex]2n+1[/tex] is our first odd number, the next consecutive odd number will be 2 more than that. The third one will be 4 more.
If we only add 1, we'd get an even number, so we need to add 2.
First number:
[tex]2n+1[/tex]
Second number (2 more than the first number):
[tex]2n+1+2=2n+3[/tex]
Third number (4 more than the first number):
[tex]2n+1+4 = 2n+5[/tex]
The sum is these 3 numbers added together. Let's do that now:
[tex](2n+1) + (2n+3) + (2n+5)[/tex]
[tex]2n + 2n + 2n + 1 + 3 + 5\\6n + 9[/tex]
The sum is, thus, [tex]6n+9[/tex]. We know this sum is equal to -27:
[tex]6n+9 = -27[/tex]
Subtract 9 from both sides:
[tex]6n = -36[/tex]
Divide both sides by 6:
[tex]n = -6[/tex]
Now that we know n, we can find our 3 numbers.
For the first number, we can use its expression in section 2.
[tex]2n +1 = 2*(-6)+1 = -12+1 = -11[/tex]
For the second number, we can just use the fact that it's 2 more than our first number, -11. If you're wondering why this is, review section 1.
[tex]-11 + 2 = -9[/tex]
Same for our third number, it's 4 more than our first number or 2 more than our 2nd number:
[tex]-11 + 4 = -7\\or\\-9 + 2 = -7[/tex]
Our three consecutive numbers are -11, -9, and -7. As we can see, the largest of these three is -7.
Answer: -7