I am struggling with keeps my steps in order, I need help to write a system of linear equations represented by the augmented matrix
2 0 5 -14
0 1 -5 12
5 2 0 4
I am to use x, y, and z for my variables.
in Algebra 2 Answers by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

QUESTION: I am struggling with keeps my steps in order, I need help to write a system of linear equations represented by the augmented matrix
 2 0 5 -14
 0 1 -5 12
 5 2 0 4
 I am to use x, y, and z for my variables.

The above augmented matrix is a way of writing down, explicitly, the matrix equation AX = B, where

A = | 2 0  5 |
      | 0 1 -5 |
      | 5 2  0 |

X = | x |
      | y |
      | z |

B = | -14 |
       | 12 |
       |   4 |

So AX = B is

 | 2 0  5 | | x | = | -14 |
 | 0 1 -5 | | y |    | 12 |
 | 5 2  0 | | z |    |   4 |

where matrix multiplication now gives us the set of linear simultaneous equations,

2x       + 5z = -14

         y - 5z = 12

5x + 2y       = 4

 

 

 

by Level 11 User (81.5k points)

Related questions

1 answer
asked Feb 24, 2014 in Algebra 1 Answers by Kanabesa Level 1 User (400 points) | 1.1k views
1 answer
asked May 26, 2018 in Pre-Algebra Answers by Subarna Das Level 1 User (440 points) | 668 views
1 answer
1 answer
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,544 questions
99,732 answers
2,417 comments
484,758 users