162k views
0 votes
An environmental engineer is tasked with determining whether a power plant cooling system is heating the water it uses more than allowed by environmental regulations. They measure water temperatures at the cooling system input and the cooling system output for several different days in several different seasons. A list containing these measurements is below:

Sample Input Temp (deg F) Output Temp (deg F)
1 57.6 65.1
2 68.9 74.4
3 68.1 74.7
4 47.7 55.4
5 48.1 51
6 67.2 71.9
7 69.9 79.2
8 48.1 57.2
9 35 41.4
10 56 61
11 44.3 50.8
12 65 70.5
13 48.3 56.9
14 54.9 61.7
15 60.4 67.3

Do a statistical analysis on this data to determine if the temperature change between the input and output of the cooling system is different than 6 degrees.

1. What does your analysis indicate?

a. The cooling system changes the temperature of the water by an amount different than 6 degrees.
b. The cooling system changes the temperature of the water by 6 degrees.

2. What is the P-Value associated with your decision above?

a. 0.001
b. 0.026
c. 0.049
d. 0.070
e. 0.110
f. 0.131
g. 0.148
h. 0.201
i. 0.278
j. 0.289

User Maystro
by
5.0k points

1 Answer

2 votes

Answer:

1

The correct option is b

2

The correct option is h

Explanation:

From the question we are told that

The sample size is n = 15

The difference in population proportion is
d = 6

Generally the sample mean of the input temperature is


\= x_1  =  (\sum x_i )/(n)

=>
\= x_1  =  (57.6 + 68.9 + \cdots +60.4  )/(15)

=>
\= x_1  = 62.57

Generally the sample mean of the output temperature is


\= x_2  =  (\sum x_i )/(n)

=>
\= x_2  =  (65.1 + 74.4 + \cdots +67.3 )/(15)

=>
\= x_2 = 55.97

Generally the difference of the sample mean of the input temperature and that of the output temperature is


\= d  =  \= x_1  - \= x_2

=>
\= d  =  62.57 -55.97

=>
\= d  =  6.6

Generally the standard deviation is mathematically represented as


s_d  =  \sqrt{(\sum(d_1 - \= d )^2)/(n) }

=>
s_d  =  \sqrt{(([57.6- 65.1]- 6.6)^2+ ([68.9 - 74.4]- 6.6)^2 + \cdots +  ([60.4 -  67.3]- 6.6)^2 )/(15) }

=>
s_d &nbsp;= 1.732 [/tex</p><p>Generally the test statistics is mathematically represented as </p><p> &nbsp; &nbsp; &nbsp;[tex]t &nbsp;= &nbsp;( d - \= d &nbsp;)/( (s_d)/(√(n) ) )

=>
t &nbsp;= &nbsp;( 6-6.6 &nbsp;)/( (1.732)/(√(15) ) )

=>
t &nbsp;= &nbsp;1.3417

Generally the degree of freedom is mathematically represented as


df = &nbsp;n - &nbsp;1

=>
df = &nbsp;15 - &nbsp;1

=>
df = &nbsp;14

Generally the probability of t obtained from the t - distribution table at a degree of freedom of
df = &nbsp;14 is


P(t >1.3417 ) &nbsp;= &nbsp;0.10052569

Generally the p-value is mathematically represented as


p-value &nbsp;= &nbsp;2 * &nbsp;P(t > &nbsp;1.3417)

=>
p-value &nbsp;= &nbsp;2 * &nbsp; 0.10052569

=>
p-value &nbsp;= &nbsp;0.201

From the values obtained we see that
p-value &nbsp;> &nbsp;\alpha hence

The decision rule is

Fail to reject the null hypothesis

The conclusion is

The cooling system changes the temperature of the water by 6 degrees.

User Oliver Angelil
by
6.0k points