You can put this solution on YOUR website! Three consecutive odd integers whose sum is 417.
========================================
x = first odd integer
x+2 = second odd integer
x+4 = third odd integer
============================
x+x+2+x+4=417
3x+6=417
3x=417-6
3x=411
x=137 first odd integer
x+2 = 139 second odd integer
x+4=131 third odd integer
:)