So I have the following problem:
A transportation company is suspicious of the claim that the average useful life of certain tires is at least 28,000 miles. To verify that, 40 tires are placed in trucks and an average useful life of 27463 is obtained with a standard deviation of 1348 miles.
a) Test this hypothesis with a level of significance of α = 0.01
b) If $\mu_1 = 27230,$ calculate the probability of Type II Error
Any hint on how to do b)?

Did you figure out this problem?
Part A) Use a T-test in the graphing calculator
the t-statistic is given by $$ t = \frac{\left.\left(\bar{X}-\mu \right.\right)}{\frac{s}{\sqrt{n}}}$$
thus,
$$t = -2.5195$$
For a significance level of $.01$, the t-critical value is about $2.425$
If |t| > t-critical, you can declare statistical significance and reject the null hypothesis
The null hypothesis is $H_0: \mu_ \ge \mu_0,$ and the alternative hypothesis is $H_a: \mu_ < \mu_0,$
Now to find the actual p-value you can use your graphing calculator
Using T-test in graphing calculator: $$ P-value = .00798$$ Thus, we have sufficient evidence that the claim "the average useful life of certain tires is at least 28,000 miles" is invalid, it is actually less. $OR$ we have insufficient evidence to conclude that the claim "the average useful life of certain tires is at least 28,000 miles" valid.
Part B Update, This is what I think it is, based on your most recent comment $$2.326*\frac{1348}{\sqrt{40}} = 495.758$$ and $$28000 - 495.758 = 27504.2$$
Now,
$$\frac{27504.2\, -27230}{\frac{1348}{\sqrt{40}}} =1.286 $$
Type 2 Error = $$1 -P(z > 1.286)$$
Thus, $$1 - .9007785 = .09922$$
OR $$P(z \leq 1.286) = .09922$$