Given a number of equations (say, 30), and assuming x & y are normally distributed, how would I go about determining the average value of x & y?
$10x_{1} + 60y_{1} = 5900$
$20x_{2} + 80y_{2} = 7400$
$...$
$30x_{30} + 140y_{30} = 16100$
What I'm after is the average value of x & y. I'm assuming that getting the exact average value of x & y is impossible, so how would I go about getting pretty close (or figuring out what sort of range x & y are in)?
(note: programmer running into this problem; my math skills are up to 3rd semester calc about a decade ago in college)
If align to $\dfrac 1{30}$ all coefficients at x in equations and then take sum getting equations, we can estimate linear relation between averages of x and y. So we provide average x with the definition verasity and good approaching for average of y.