Respuesta :

it would be 7 and 8 and 9
n + (n + 1) + (n + 2) < 26  
3n + 3 < 26  - make it lower like 24 so n will be an integer - 3n + 3= 24
3n = 21
n = 7, 8, 9

Hope this helps!