<p>i have been trying to solve this for a while today, for almost 1hr.
it's not my homework, but i saw the question with the triangle posted in SAT I math questions</p>
<p>a+x=130
x+y=140
b+y=160
b+a=150</p>
<p>please solve for all the variables, please help</p>
<p>There is definitely something missing. If given a value for x+b or y+a, it is possible, but now x+20=b and a+10=y. As long as those are true, the value of each can be anything.</p>
<p>I'll show you how to solve it with matricies.</p>
<p>Set up Matrix 1
I will label the columns for each variable, and when that variable is present put in the coefficent (e.g. a=1, 2b=2, 3b^2=9). and multiply that matrix by the variables in order (a,b,x,y</p>
<p>Find the Inverse matrix of Matrix 1. The inverse matrix when multiplied by the origonal will result in the a matrix that is communitve. Then setup your second matrix in the order that you set up the first matrix, if you dont you will get a wrong answer!!</p>
<p>[130]
[140]
[160]
[150]</p>
<p>Now the equation looks like
[matrix 1][a] = [130]
** = [140]
[x]= [160]
[y]= [150]</p>
<p>Take that inverse matrix we just solved for and multiply that matrix by this set of matrices and you have the answers in order for a,b,x,y.</p>
<p>[matrix 1] * [inverse] = communitive matrix, which leaves a,b,x,and y the
same</p>
<p>The answer will be
[a]= [inverse of matrix 1] * [130]
**= [140]
[x]= [160]
[y]= [150]</p>
<p>I agree with MetsFan. We can't solve it without additional information. Was there a diagram of the triangle? Was one of the variables an exterior angle? Something's definitely missing. </p>
<p>If you have n independent linear equations in n variables, you can solve them by matrix algebra. However, the 4 equations shown here are NOT independent; Eqn(1) - Eqn(2) + Eqn(3) yields the same info shown in Eqn(4). </p>
<p>So (as AverageMathGeek said in post#10) you have an infinite #solutions here; discard equation(4), assume any value you want for (say) a, then solve the remaining (3x3) system of equations for values of b,x,y.</p>
<p>If the determinant of the matrix of the coefficients is zero, the system is either dependent (infinite number of solutions) or inconsistent (no solutions). </p>
<p>You are right if the question was presented in exactly this form.
+++++++++++++++
Interestingly enough, a system can be dependent with the ifinite number of sets of numbers as solutions, but some variables stay costant.
For example, this system:
x-y=2
2x-2y=4
x-y+z=0.
Solutions: (k, k-2, 2), where k - any number.</p>