mathstresser
Junior Member
- Joined
- Jan 28, 2006
- Messages
- 134
Find an equation relating a, b, and c so that the linear system
2x + 2y + 3z = a
3x - y + 5 = b
x – 3y + 2 = c
is consistent for any values of a, b, and c that satisfy that equation.
The array is (I,II,III)
. . .\(\displaystyle \L A\, =\, \left[\, \begin{array}{rrrr}2&2&3&a\\ 3&-1&5&b\\ 1&-3&2&c \end{array}\, \right]\)
I combine I and 2II and get 8x +13z = a + 2b.
I combine 3I + 2III and get 8x + 13z = 3a + 2c.
So, a + 2b = 3a + 2c.
2b = 2a + 2c
b = a + c
This may be a long and drawn out way, but is this how to do it- and is this the answer they're looking for?
2x + 2y + 3z = a
3x - y + 5 = b
x – 3y + 2 = c
is consistent for any values of a, b, and c that satisfy that equation.
The array is (I,II,III)
. . .\(\displaystyle \L A\, =\, \left[\, \begin{array}{rrrr}2&2&3&a\\ 3&-1&5&b\\ 1&-3&2&c \end{array}\, \right]\)
I combine I and 2II and get 8x +13z = a + 2b.
I combine 3I + 2III and get 8x + 13z = 3a + 2c.
So, a + 2b = 3a + 2c.
2b = 2a + 2c
b = a + c
This may be a long and drawn out way, but is this how to do it- and is this the answer they're looking for?