Difference between revisions of "Systems of Equations in Three Variables"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 1: Line 1:
 
See [[Systems of Equations in Two Variables]] for more information on systems of equations.
 
See [[Systems of Equations in Two Variables]] for more information on systems of equations.
 
==Examples==
 
==Examples==
*  
+
* One solution: <math> x + y + z = 3 </math>, <math> 2x - 3y + z = 0 </math>, and <math> -5x - 5y + 23z = 13 </math>. <math> x + y + z = 3 \implies 5x + 5y + 5z = 15</math>. We can add this to the third equation to get <math> 28z = 28 </math>, which means z = 1. So, the first two equations can be rewritten as <math> x + y = 2 </math> and <math> 2x - 3y = -1 </math>. Using substitution, elimination, or graphing, we can calculate that x = 1 and y = 1 with these two equations. Thus, the solution to the system is (x, y, z) = (1, 1, 1).
  
 
==Resources==
 
==Resources==
 
* [https://tutorial.math.lamar.edu/classes/alg/systemsthreevrble.aspx Linear Systems with Three Variables], Paul's Online Notes (Lamar Math)
 
* [https://tutorial.math.lamar.edu/classes/alg/systemsthreevrble.aspx Linear Systems with Three Variables], Paul's Online Notes (Lamar Math)

Revision as of 10:38, 15 September 2021

See Systems of Equations in Two Variables for more information on systems of equations.

Examples

  • One solution: , , and . . We can add this to the third equation to get , which means z = 1. So, the first two equations can be rewritten as and . Using substitution, elimination, or graphing, we can calculate that x = 1 and y = 1 with these two equations. Thus, the solution to the system is (x, y, z) = (1, 1, 1).

Resources