Spring 98 Exam 1 Solutions

(1) The equations are

    w +    n +    s = 100
 .6 w + .4 n + .4 s = w
 .3 w + .5 n        = n
 .1 w + .1 n + .6 s = s
and they can be rewritten
    w +    n +    s = 1
-.4 w + .4 n + .4 s = 0
 .3 w - .5 n        = 0
 .1 w + .1 n - .4 s = 0
Solving by Gauss-Jordan gives W = 50, N = 30, and S = 20.

(2)

(3)

  -1/3   2/3  -2/3        0   0  -1           0   0   -1
B= 2/3  -1/3  -2/3     C= 1   0   0       E= -1   0    0
  -2/3  -2/3  -1/3        0  -1   0           0   1    0


   1/3   1/3  -1/3        0   0  -1   
A= 1/3   1/3  -1/3     D= 0   1   0   
  -1/3  -1/3   1/3        1   0   0   

(4) The rref of A is

0  0   2  2
1  2   1  2
2  4  -1  1
So a basis for the image is (0,1,2) and (2,1,-2). A basis for the kernel is (-2,1,0,0) and (-1,0,-1,1).

(5)