Question 655576
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
Find three consecutive odd numbers 
{{{highlight(x)}}}
{{{highlight(x+2)}}}
{{{highlight(x+4)}}}
such that four times the first number decreased by 28 <u>is</u> the same as the sum of the last two numbers.
 4x - 28 = (x+2) + (x+4)
 4x - 28 = 2x + 6    ||  Solve for x and list ALL three consecutive odd numbers above