The random variable follows a Binomial Distribution with p=0.74 and n=44. I will show the TI84 calculator functions.
a. P(X=31) = 44C31 * 0.7431 * (1-0.74)13 = Binompdf(44,0.74,31) = 0.1138
b. P(X ≤ 33) = P(X = 0) + P(X = 1) + ...+ P(X= 33) = Binomcdf(44, 0.74, 33) = 0.6169
c. P(X ≥ 30) = 1 - PX ≤ 29 = 1 - Binomcdf(44, 0.74, 29) = 1 - 0.1468 = 0.8532
d. P(30 ≤ X ≤ 34) = P(X ≤ 34) - P(X ≤ 29) = Binomcdf(44, 0.74, 34) - Binomcdf(44, 0.74, 29)
= 0.7423 - 0.1467
= 0.5955
Let me know if you have any questions or if you use a different statistics calculator or software.