\(~\)

Problem 1: Seven manufacturing companies agreed to implement a time management program in hopes of improving productivity. The average times, in minutes, it took the companies to produce the same quantity and kinds of part are listed on the table below. Does this information indicate that the program decreased the production time? Use a 0.05 level of significance and assume normal population distributions. (10 pts.)

\(~\)

Solution:

  1. Statement of the Problem: Is the average time it took the companies to produce the same quantity and kinds of part before the time management program greater than the average time after?

    Let \(\mu_1\) be the average time it took the companies to produce the same quantity and kind of part before the program.
    Let \(\mu_2\) be the average time it took the companies to produce the same quantity and kind of part after the program.

  2. Ho: The average time it took the companies to produce the same quantity and kinds of part before the time management program is less than or equal to the average time after the time management program.

    Ha: The average time it took the companies to produce the same quantity and kinds of part before the time management program is greater than the average time after the time management program.

  3. Level of Significance: \(0.05\)

  4. Test Statistic: t statistic for paired samples

  5. Computation/Analysis using RStudio:

Paired t-test: before and after \(~\)
Test statistic df P value Alternative hypothesis mean of the differences
1.439 6 0.1001 greater 2.714
  1. Decision: Fail to reject Ho since the computed p-value is greater than the \(0.05\) significance level.
  2. Conclusion: There is sufficient data supporting the Ho. Hence, the data shows that the program has not significantly decreased production time.

\(~\)

Problem2: The monthly returns in percentage of pesos of two investment portfolios were recorded for one year. Perform a hypothesis test at the 0.05 significance level to determine if there is sufficient evidence showing that there is no significant difference in the mean monthly percentage returns between the two investment portfolios. (10 pts.)

\(~\)

Solution:

  1. Statement of the Problem: Is there a significant difference in the mean monthly returns between Portfolio I and Portfolio II?
    Let \(\mu_1\) be the mean monthly returns for Portfolio I.
    Let \(\mu_2\) be the mean monthly returns for Portfolio II.

  2. Ho: There is no significant difference in the mean monthly returns between Portfolio I and Portfolio II.
    Ha: There is a significant difference in the mean monthly returns between Portfolio I and Portfolio II.

  3. Level of Significance: \(0.05\)

  4. Test Statistic: t-statistic for independent samples

  5. Computation/Analysis:

F test to compare two variances: port1 and port2 (continued below)
Test statistic num df denom df P value Alternative hypothesis
0.3335 11 11 0.082 two.sided
ratio of variances
0.3335

The popoulation variances are equal (p > 0.05). \(~\)

Two Sample t-test: port1 and port2 \(~\)
Test statistic df P value Alternative hypothesis mean of x mean of y
0.4344 22 0.6683 two.sided 1.125 0.7333
  1. Decision: Fail to reject Ho since \(p > 0.05\).

  2. Conclusion: There is sufficient data supporting Ho. Hence, there is no significant difference in the mean monthly returns between Portfolio I and Portfolio II.

\(~\)

Problem 3: The following data represents the semi-monthly salary of the faculty (in thousands) of four state universities. Faculties were randomly selected from each school. At the 5% level of significance, is there a significant difference among the salary of the faculties of the four state universities? (10 pts.)

\(~\)

Solution:

  1. Statement of the Problem: Is there a significant difference among the mean salary of the faculties of the four state universities?

  2. Ho: There is no significant difference among the mean salary of the faculties of the four state universities.
    Ha: At least two stat universities significantly differ in terms of the mean salary fo the faculty

  3. Level of Significance: \(0.05\)

  4. Test Statistic: F-statistic

  5. Computations/Analysis:

     univ salary
  1     A     15
  2     A     20
  3     A     16
  4     A     13
  5     A     17
  6     B     12
  7     B     19
  8     B     18
  9     B     10
  10    C     20
  11    C     23
  12    C     18
  13    C     16
  14    C     30
  15    D     15
  16    D     17
  17    D     16
  18    D     12
  [1] "factor"
  [1] "numeric"

  [1] univ       salary     is.outlier is.extreme
  <0 rows> (or 0-length row.names)
df1 df2 statistic p
3 14 1.238 0.333

Shapiro-Wilk normality test: residuals((anovamodel))
Test statistic P value
0.9652 0.7037

\(~\)

There are no outliers; The variances are homogeneous; The residuals are approximately normally distributed.

\(~\)

Analysis of Variance Table \(~\)
  Df Sum Sq Mean Sq F value Pr(>F)
univ 3 136.2 45.4 2.905 0.07184
Residuals 14 218.8 15.63 NA NA
  1. Decision: Fail to reject Ho since \(p > 0.05\).
  2. Conclusion: There is sufficient data supporting Ho. Hence, there is no significant difference in the mean monthly salary among the four state universities.