Since want values for middle 98%, range limits will be at 1st and 99th percentiles.
For single value, z = (x-mean)/SD
so x = mean + z * SD for upper limit
mean - z * SD for lower limit
z for 99th percentile is 2.33, and mean given as 6.9 an SD given as 0.9
so x = 6.9 +/- 2.33*0.9
x = (4.803,8.997)
For mean, z = (xbar-mean)/(SD/sqrt(sample size))
so xbar = mean +/- z * SD/sqrt(sample size)
so xbar = 6.9 +/- 2.33 * 0.9/sqrt(38)
xbar = (6.56,7.24)