The answer would be C because in an equation of y = | x - k | + b, you take the value outside of the abs. val. bars and shift it vertically that amount, but you take k and shift it to the negative of that value horizontally.
so basically your graph is |x| shifted 5 to the right and 4 down. this means that k would be -5 (since the shift is the k value times negative one), and b would be 4. therefore y = | x - (-5) | -5, which is equivalent to C
Since quadratic coefient is 1 (term in front of x^2)
take 1/2 of linear cofient (12) and square it
12/2=6, 6^2=36
add that to both sides
x^2+12x+36=-11+36
factor perfect square
(x+6)^2=25
sqrt both sides and take positiv and negative roots
x+6=+/-5
minus 6 both sides
x=-6+/-5
x=-6+5 or x=-6-5
x=-1 or -11
answer is {-11,-1}
Answer:
r = 0.9825; good correlation.
Step-by-step explanation:
One formula for the correlation coefficient is
![r = \dfrac{n\sum{xy} - \sum{x} \sum{y}}{\sqrt{n\left [\sum{x}^{2}-\left (\sum{x}\right )^{2}\right]\left [\sum{y}^{2}-\left (\sum{y}\right )^{2}\right]}}](https://tex.z-dn.net/?f=r%20%3D%20%5Cdfrac%7Bn%5Csum%7Bxy%7D%20-%20%5Csum%7Bx%7D%20%5Csum%7By%7D%7D%7B%5Csqrt%7Bn%5Cleft%20%5B%5Csum%7Bx%7D%5E%7B2%7D-%5Cleft%20%28%5Csum%7Bx%7D%5Cright%20%29%5E%7B2%7D%5Cright%5D%5Cleft%20%5B%5Csum%7By%7D%5E%7B2%7D-%5Cleft%20%28%5Csum%7By%7D%5Cright%20%29%5E%7B2%7D%5Cright%5D%7D%7D)
The calculation is not difficult, but it is tedious.
1. Calculate the intermediate numbers
We can display them in a table.
<u> </u><u>x</u> <u> y </u> <u> xy </u> <u> x² </u> <u> y² </u>
-3 -40 120 9 1600
1 12 12 1 144
5 72 360 25 5184
<u> 7</u> <u>137</u> <u> 959</u> <u>49</u> <u>18769
</u>
Σ = 10 181 1451 84 25697
2. Calculate the correlation coefficient
![r = \dfrac{n\sum{xy} - \sum{x} \sum{y}}{\sqrt{\left [n\sum{x}^{2}-\left (\sum{x}\right )^{2}\right]\left [n\sum{y}^{2}-\left (\sum{y}\right )^{2}\right]}}\\\\= \dfrac{4\times 1451 - 10\times 181}{\sqrt{[4\times 84 - 10^{2}][4\times25697 - 181^{2}]}}\\\\= \dfrac{5804 - 1810}{\sqrt{[336 - 100][102788 - 32761]}}\\\\= \dfrac{3994}{\sqrt{236\times70027}}\\\\= \dfrac{3994}{\sqrt{16526372}}\\\\= \dfrac{3994}{4065}\\\\= \mathbf{0.9825}](https://tex.z-dn.net/?f=r%20%3D%20%5Cdfrac%7Bn%5Csum%7Bxy%7D%20-%20%5Csum%7Bx%7D%20%5Csum%7By%7D%7D%7B%5Csqrt%7B%5Cleft%20%5Bn%5Csum%7Bx%7D%5E%7B2%7D-%5Cleft%20%28%5Csum%7Bx%7D%5Cright%20%29%5E%7B2%7D%5Cright%5D%5Cleft%20%5Bn%5Csum%7By%7D%5E%7B2%7D-%5Cleft%20%28%5Csum%7By%7D%5Cright%20%29%5E%7B2%7D%5Cright%5D%7D%7D%5C%5C%5C%5C%3D%20%5Cdfrac%7B4%5Ctimes%201451%20-%2010%5Ctimes%20181%7D%7B%5Csqrt%7B%5B4%5Ctimes%2084%20-%2010%5E%7B2%7D%5D%5B4%5Ctimes25697%20-%20181%5E%7B2%7D%5D%7D%7D%5C%5C%5C%5C%3D%20%5Cdfrac%7B5804%20-%201810%7D%7B%5Csqrt%7B%5B336%20-%20100%5D%5B102788%20-%2032761%5D%7D%7D%5C%5C%5C%5C%3D%20%5Cdfrac%7B3994%7D%7B%5Csqrt%7B236%5Ctimes70027%7D%7D%5C%5C%5C%5C%3D%20%5Cdfrac%7B3994%7D%7B%5Csqrt%7B16526372%7D%7D%5C%5C%5C%5C%3D%20%5Cdfrac%7B3994%7D%7B4065%7D%5C%5C%5C%5C%3D%20%5Cmathbf%7B0.9825%7D)
The closer the value of r is to +1 or -1, the better the correlation is. The values of x and y are highly correlated.