Answer:
45
Step-by-step explanation:
x + 3x = 180
Combine like terms : 4x = 180
180/4 = 45
Answer:
The critical value that should be used is T = 2.0796.
The 95% confidence interval for the mean repair cost for the dryers is between $91.912 and $105.648.
Step-by-step explanation:
We have the standard deviation for the sample, which means that the t-distribution is used to solve this question.
The first step to solve this problem is finding how many degrees of freedom, we have. This is the sample size subtracted by 1. So
df = 22 - 1 = 21
95% confidence interval
Now, we have to find a value of T, which is found looking at the t table, with 21 degrees of freedom(y-axis) and a confidence level of
. So we have T = 2.0796, which is the critical value that should be used.
The margin of error is:

In which s is the standard deviation of the sample and n is the size of the sample.
The lower end of the interval is the sample mean subtracted by M. So it is 98.78 - 6.868 = $91.912
The upper end of the interval is the sample mean added to M. So it is 98.78 + 6.868 = $105.648
The 95% confidence interval for the mean repair cost for the dryers is between $91.912 and $105.648.
Answer:
The running time is quadratic (O(n²) )
Step-by-step explanation:
For the set up, we have a constant running time of C. The, a log-linearsorting is called, thus, its execution time, denoted by T(n), is O(n*log(n)). Then, we call n times a linear iteration, with a running time of an+b, for certain constants a and b, thus, the running time of the algorithm is
C + T(n) + n*(a*n+b) = an²+bn + T + C
Since T(n) is O(n*log(n)) and n² is asymptotically bigger than n*log(n), then the running time of the algorith is quadratic, therefore, it is O(n²).
The answer is A. bc of the point