Answer:
A. 0.75
Step-by-step explanation:
The formula for the <em>correlation coefficient</em> r is
![r =\frac {n \sum{xy} - \sum{x}\sum{y}}{\sqrt{[n \sum{x^{2}}- (\sum{x})^{2}}][n \sum{y^{2}}- (\sum{y})^{2}]}](https://tex.z-dn.net/?f=r%20%3D%5Cfrac%20%7Bn%20%5Csum%7Bxy%7D%20-%20%5Csum%7Bx%7D%5Csum%7By%7D%7D%7B%5Csqrt%7B%5Bn%20%5Csum%7Bx%5E%7B2%7D%7D-%20%28%5Csum%7Bx%7D%29%5E%7B2%7D%7D%5D%5Bn%20%5Csum%7By%5E%7B2%7D%7D-%20%28%5Csum%7By%7D%29%5E%7B2%7D%5D%7D)
It's easier to use a statistical calculator, but this question probably expects you to do it by hand.
Let’s write a table for easy calculation.
<u> x y xy x² y² </u>
15 36 540 225 1296
13 22 286 169 484
12 6 72 144 36
<u>11 20 220 121 400
</u>
51 84 1118 659 2216
(Σx)² = 2601
(Σy)² = 7056
![r =\frac{4\times1118-51\times84}{\sqrt{[4\times659-2601][4\times2216-7056]}}](https://tex.z-dn.net/?f=r%20%3D%5Cfrac%7B4%5Ctimes1118-51%5Ctimes84%7D%7B%5Csqrt%7B%5B4%5Ctimes659-2601%5D%5B4%5Ctimes2216-7056%5D%7D%7D)
![r =\frac{4472-4284}{\sqrt{[2636-2601][8864-7056]}}](https://tex.z-dn.net/?f=r%20%3D%5Cfrac%7B4472-4284%7D%7B%5Csqrt%7B%5B2636-2601%5D%5B8864-7056%5D%7D%7D)



r = 0.747
The graph below shows that there is a poor correlation among the points.
Answer:
2, 1, 0.5 would be the next 3 terms
Step-by-step explanation:
Answer: x = 12, y = 
Step-by-step explanation:
A 30-60-90 triangle has sides whose lengths are related. (shown in the diagram attached) The longest side, the hypotenuse (opposite the right angle) represents 2x. The shortest side is x, and the last side is
.
We know the longest side = 24 = 2x.
If the shortest side is x, that means that the shortest side = the longest side DIVIDED by 2. Therefore, shortest side = x = 24/2 = 12 .
The last side is y and equals x\sqrt{3} . We now know that x = 12. Hence, y =
.
Answer:
Places in binary coding
1 - 2 - 4 - 8 - 16 - 32 - 64 - 128 - 256 - 512 - 1024 - 2048
2483 - 2048 = 435 there is 1 in the 2048 position
435 - 256 = 179 there is 1 in the 256 position
179 - 128 = 51 there is 1 in the 128 position
51 - 32 = 19 there is 1 in the 32 position
19 - 16 = 3 there is 1 in the 16 position
3 - 2 = 1 there is 1 in the 2 position
1 - 1 = 0 there is 1 in the 1 position
10011011 0011 would be the binary result
Check:
2048 + 0 + 0 + 256 + 128 + 0 + 32 + 16 + 0 + 0 + 2 + 1 = 2483