What's the correlation coefficient of this date . 10,11,16,9,7,15,16,10,96,51,62,58,89,81,46,51
dem82 [27]
Assuming the question is in the wrong format and"date" is data.
I chose X= 10,11,16,9,7,15,16,10 and Y= <span>96,51,62,58,89,81,46,51
the correlation cooefficent is
-0.3351
</span>
Answer:
x=-6 y=-1
Step-by-step explanation:
// Solve equation [2] for the variable y
[2] y = -x - 7
// Plug this in for variable y in equation [1]
[1] 3x - 2•(-x -7) = -16
[1] 5x = -30
// Solve equation [1] for the variable x
[1] 5x = - 30
[1] x = - 6
// By now we know this much :
x = -6
y = -x-7
// Use the x value to solve for y
y = -(-6)-7 = -1
Solution :
{x,y} = {-6,-1}