Answer:
yes it represents the graph accurately
IQR = 40
1) Put the numbers in order: 40, 45, 50, 60, 60, 75, 90, 90, 120
2) Find the median: Median is 60 (the 2nd one)
3) Place parentheses around the numbers above and below the median. For easy identification of Q1 and Q3. (40, 45, 50, 60,) 60, (75, 90, 90, 120)
4) Find the Q1 and Q3. Q1 = median of the lower half of the data; Q3 = median of the higher half of the data. Q1 and Q3 have even sets so its median cannot be defined.
5) Had both sets contain odd sets, the median of Q1 is subtracted from the median of Q3 to get the IQR.
We can then use the Alternative definition of IQR.
IQR is the difference between the largest and smallest values in the middle 50% of a set data.
40, 45, 50, 60, 60, 75, 90, 90, 120
Middle 50% is 50, 60, 60, 75, 90; IQR = Largest value - smallest value;
IQR = 90 - 50 = 40
Your answer in scientific notation is 2.355 * 10^14
Answer:
y = 2*x + 4
Step-by-step explanation:
We know that a linear function can be written as:
y = a*x + b
Where a is the slope and b is the y-intercept.
We know that if this line passes through the points (x₁, y₁) and (x₂, y₂) the slope can be written as:
a = (y₂ - y₁)/(x₂ - x₁)
So, here we know that our line must pass through the points (-2,0) and (0, 4)
Then the slope of this line is:
a = (4 - 0)/(0 - (-2))
a = 4/2 = 2
Then our line is something like:
y = 2*x + b
Now, to find the value of b we can use one of these two points, for example if we use the point (-2, 0), we know that, when x = -2, we must have y = 0.
0 = 2*(-2) + b
0 = -4 + b
4 = b
Then the equation for our line is:
y = 2*x + 4