| 
 
 
| Question 519426:  find all sets of four consecutive odd whole numbers whose sum is less than 38
 Answer by mananth(16946)
      (Show Source): 
You can put this solution on YOUR website! x, x+2,x+4,x+6 4x+12<38
 
 -12
 4x<26
 /4
 x<6.5
 (1,3,5,7), (3,5,7,9),(5,7,9,11)
 | 
  
 | 
 |