what am i doing wrong here? it's a cas question btw:
Five numbers add to zero. The first is equal to the sum of the second and the fourth. The third is equal to the sum of the fourth and the fifth. The sum of the first two numbers is 2 more than the fifth number. The fifth number is three times the sum of the third and fourth numbers. Find the five numbers.
Let a=1st number, b=2nd etc etc
a+b+c+d+e=0
a=b+d
c=d+e
a+b=2+e
e=3(c+d)
Using rref on my calc, i keyed in this matrix:
1 1 1 1 1 0
1 -1 0 -1 0 0
0 0 1 -1 -1 0
1 1 0 0 -1 0
0 0 3 3 1 0
and got a single solution matrix which told me that:
a=4/5, b=0, c = -2/5, d=4/5, e=-6/5
only, the solution in the book says the numbers are:
5/7, 3/7, -4/7, 2/7, -6/7
Anyone have any idea what i'm doing wrong?
thanks