Examlex

Solved

TABLE 13-9 It Is Believed That, the Average Numbers of Hours Spent

question 83

Multiple Choice

TABLE 13-9
It is believed that, the average numbers of hours spent studying per day (HOURS) during undergraduate education should have a positive linear relationship with the starting salary (SALARY, measured in thousands of dollars per month) after graduation. Given below is the Excel output for predicting starting salary (Y) using number of hours spent studying per day (X) for a sample of 51 students. NOTE: Only partial output is shown.
TABLE 13-9 It is believed that, the average numbers of hours spent studying per day (HOURS)  during undergraduate education should have a positive linear relationship with the starting salary (SALARY, measured in thousands of dollars per month)  after graduation. Given below is the Excel output for predicting starting salary (Y)  using number of hours spent studying per day (X)  for a sample of 51 students. NOTE: Only partial output is shown.     Note: 2.051E - 05 = 2.051*10⁻⁰⁵ and 5.944E - 18 = 5.944*10⁻¹⁸. -Referring to Table 13-9, the 90% confidence interval for the average change in SALARY (in thousands of dollars)  as a result of spending an extra hour per day studying is A)  wider than [-2.70159, -1.08654]. B)  narrower than [-2.70159, -1.08654]. C)  wider than [0.8321927, 1.12697]. D)  narrower than [0.8321927, 1.12697].
Note: 2.051E - 05 = 2.051*10⁻⁰⁵ and 5.944E - 18 = 5.944*10⁻¹⁸.
-Referring to Table 13-9, the 90% confidence interval for the average change in SALARY (in thousands of dollars) as a result of spending an extra hour per day studying is


Definitions:

Fgetc()

A function in C programming used to read and return the next character from a specified file, advancing the file position.

Fgets()

A function in C programming used to read a string from a file or input stream, terminating at a newline character or EOF.

Logical File Pointer

A pointer or reference that represents the current position within a file, used to read from or write to the file at specific locations.

Related Questions