Question 1047753

find three consecutive odd integers such that the sum of the least integer and the middle integer 19 more than the great integer 
<pre>Let the smallest integer be S
Then middle = S + 2, and largest = S + 4
We then get: S + S + 2 = S + 4 + 19 
2S + 2 = S + 23
2S - S = 23 - 2
S, or smallest integer = {{{highlight_green(21)}}}
{{{highlight_green(matrix(2,3, Middle, "integer:", 21 + 2 = 23, Largest, 
"integer:", 21 + 4 = 25))}}}