Question: how must i write this formula?

any idea for my problem?

 

> k1 := sum(X[h, t], t = 1 .. 23) >= 9;
9 <= X[h, 1] + X[h, 2] + X[h, 3] + X[h, 4] + X[h, 5] + X[h, 6]

   + X[h, 7] + X[h, 8] + X[h, 9] + X[h, 10] + X[h, 11] + X[h, 12]

   + X[h, 13] + X[h, 14] + X[h, 15] + X[h, 16] + X[h, 17]

   + X[h, 18] + X[h, 19] + X[h, 20] + X[h, 21] + X[h, 22]

   + X[h, 23], h = 1 .. 6

why 'h' still 'h'. from my textbooks the formula must be like this :
 

Please Wait...