A is linear ( the graph would be a line with slope 3)
Note that as x increases by 2 y increases by 6.
Answer:
Mean: 40.17 years.
Standard deviation: 10.97 years.
Step-by-step explanation:
The frequency distribution is in the attached image.
We can calculate the mean adding the multiplication of midpoints of each class and frequency, and dividing by the sample size.
The midpoints of a class is calculated as the average of the bounds of the class.
Then, the mean can be written as:

The standard deviation can be calculated as:
![s=\sqrt{\dfrac{1}{N-1}\sum f_i(X_i-E(X))^2}\\\\\\s=\sqrt{\dfrac{1}{59}[3(15-40.17)^2+7(25-40.17)^2+18(35-40.17)^2+20(45-40.17)^2+12(55-40.17)^2]}](https://tex.z-dn.net/?f=s%3D%5Csqrt%7B%5Cdfrac%7B1%7D%7BN-1%7D%5Csum%20f_i%28X_i-E%28X%29%29%5E2%7D%5C%5C%5C%5C%5C%5Cs%3D%5Csqrt%7B%5Cdfrac%7B1%7D%7B59%7D%5B3%2815-40.17%29%5E2%2B7%2825-40.17%29%5E2%2B18%2835-40.17%29%5E2%2B20%2845-40.17%29%5E2%2B12%2855-40.17%29%5E2%5D%7D)

Answer:
36.5 hours
Step-by-step explanation:
It is 36.5 because 7.3x5 would equal 36.5 which tells you that Salma worked 36.5 hours in the last five days.
Answer:
Option A
Step-by-step explanation:
If you divide a negative number by a negative number, the answer will always be positive, so A must be the right answer
Answer:
Python will return:
True
Step-by-step explanation:
The math function ** is an exponent indicator.
The equation you made was:

When you run this in python, it will return as true.
It is run as a Boolean expression because you have already provided the answer to the expression with the "==" statement.
If you had provided an incorrect answer (setting it equal to any number other than 4), it would return False.