I think gaussian reduction is similar to back substitution, but with all the equation shaving different variables... just not sure how to do it.
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

how do you solve this using a gausian reduction using the three equations? 4x+z=3,2x-y=2,and 3y+2z=0
I think gaussian reduction is similar to back substitution, but with all the equation shaving different variables... just not sure how to do it.

You create a matrix using the constants in the equations. Below, you will see
approximately what the matrix would look like. Unfortunately, it is impossible
to get it to display properly on this page.

┌                       ┐

│ 4   0   1  |   3  │

│ 2  -1  0   |  2   │

│ 0   3   2  |   0   │

└                        ┘

The idea is to perform the same math procedures on these
matrix rows that you would perform on the full equations. We
want the first row to be  1 0 0 | a, meaning that whatever value
appears as the a entry is the value of x. The second row
has to be  0 1 0 | b,  and the third row has to be  0 0 1 | c.

Multiply row 2 by 2.

┌                      ┐

│ 4   0   1  |   3  │

│ 4  -2   0  |  4   │

│ 0   3   2  |   0   │

└                       ┘

Now subtract row 2 from row 1, and replace row 2 with the result.

┌                       ┐

│ 4   0   1  |   3   │

│ 0  2   1   |  -1   │

│ 0   3   2  |   0   │

└                       ┘

Multiply row 2 by 2.

┌                       ┐

│ 4   0   1  |   3   │

│ 0  4    2  |  -2   │

│ 0   3   2  |   0   │

└                       ┘

Subtract row 3 from row 2, replacing row 2.

┌                        ┐

│ 4   0   1  |   3   │

│ 0  1    0  |  -2   │

│ 0   3   2  |   0   │

└                        ┘

Multiply row 2 by 3 and subtract row 3, replacing row 3.

┌                       ┐

│ 4   0   1  |   3   │

│ 0  1    0  |  -2   │

│ 0   0  -2  |   -6  │

└                       ┘

Divide row 3 by -2.

┌                       ┐

│ 4   0   1  |   3   │

│ 0  1    0  |  -2   │

│ 0   0   1  |   3   │

└                       ┘

Subtract row 3 from row 1, replacing row 1.

┌                      ┐

│ 4   0   0  |   0  │

│ 0  1    0  |  -2  │

│ 0   0  1  |   3   │

└                      ┘

Divide row 1 by 4.

┌                      ┐

│ 1   0   0  |   0  │

│ 0  1    0  |  -2  │

│ 0   0   1  |   3  │

└                      ┘

Row 1 shows that x = 0
Row 2 shows that y = -2
Row 3 shows that z = 3

Plug those values into the original equations to check the answer.

4x + z = 3
4(0) + 3 = 3
0 + 3 = 3
3 = 3

2x – y = 2
2(0) – (-2) = 2
0 + 2 = 2
2 = 2

3y + 2z = 0
3(-2) + 2(3) = 0
-6 + 6 = 0
0 = 0
by Level 11 User (78.4k points)

Related questions

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!

Most popular tags

algebra problems solving equations word problems calculating percentages math problem geometry problems calculus problems math fraction problems trigonometry problems rounding numbers simplifying expressions solve for x order of operations probability algebra pre algebra problems word problem evaluate the expression slope intercept form statistics problems factoring polynomials solving inequalities 6th grade math how to find y intercept equation of a line sequences and series algebra 2 problems logarithmic equations solving systems of equations by substitution dividing fractions greatest common factor square roots geometric shapes graphing linear equations long division solving systems of equations least to greatest dividing decimals substitution method proving trigonometric identities least common multiple factoring polynomials ratio and proportion trig identity precalculus problems standard form of an equation solving equations with fractions http: mathhomeworkanswers.org ask# function of x calculus slope of a line through 2 points algebraic expressions solving equations with variables on both sides college algebra domain of a function solving systems of equations by elimination differential equation algebra word problems distributive property solving quadratic equations perimeter of a rectangle trinomial factoring factors of a number fraction word problems slope of a line limit of a function greater than or less than geometry division fractions how to find x intercept differentiation exponents 8th grade math simplifying fractions geometry 10th grade equivalent fractions inverse function area of a triangle elimination method story problems standard deviation integral ratios simplify systems of equations containing three variables width of a rectangle percentages area of a circle circumference of a circle place value solving triangles parallel lines mathematical proofs solving linear equations 5th grade math mixed numbers to improper fractions scientific notation problems quadratic functions number of sides of a polygon length of a rectangle statistics zeros of a function prime factorization percents algebra 1 evaluating functions derivative of a function equation area of a rectangle lowest common denominator solving systems of equations by graphing integers algebra 2 diameter of a circle dividing polynomials vertex of a parabola calculus problem perpendicular lines combining like terms complex numbers geometry word problems converting fractions to decimals finding the nth term range of a function 4th grade math greatest to least ordered pairs functions radius of a circle least common denominator slope unit conversion solve for y calculators solving radical equations calculate distance between two points area word problems equation of a tangent line multiplying fractions chemistry binomial expansion place values absolute value round to the nearest tenth common denominator sets set builder notation please help me to answer this step by step significant figures simplifying radicals arithmetic sequences median age problem trigonometry graphing derivatives number patterns adding fractions radicals midpoint of a line roots of polynomials product of two consecutive numbers limits decimals compound interest please help pre-algebra problems divisibility rules graphing functions subtracting fractions angles numbers discrete mathematics volume of a cylinder simultaneous equations integration probability of an event comparing decimals factor by grouping vectors percentage expanded forms rational irrational numbers improper fractions to mixed numbers algebra1 matrices logarithms how to complete the square mean statistics problem analytic geometry geometry problem rounding decimals 5th grade math problems solving equations with variables solving quadratic equations by completing the square simplifying trigonometric equation using identities
87,446 questions
99,048 answers
2,422 comments
4,780 users