| 
 
 
| Question 828645:  The sum of two consecutive odd integers is at least 36. What are the integers?
 Answer by TimothyLamb(4379)
      (Show Source): 
You can put this solution on YOUR website! --- y = x + 2
 x + y = 36
 ---
 put the system of linear equations into standard form:
 ---
 x - y = -2
 x + y = 36
 ---
 copy and paste the above linear system in standard form into this matrix-method solver:
 https://sooeet.com/math/system-of-linear-equations-solver.php
 ---
 solution by matrix method:
 x = 17
 y = 19
 ---
 now by elimination:
 ---
 x - y = -2
 x + y = 36
 ---
 add the system:
 ---
 2x = 34
 x = 17
 ---
 y = x + 2
 y = 17 + 2
 y = 19
 ---
 solution by elimination method:
 x = 17
 y = 19
 ---
 now by substitution:
 ---
 y = x + 2
 x + y = 36
 ---
 x + (x + 2) = 36
 2x + 2 = 36
 2x = 34
 x = 17
 ---
 y = x + 2
 y = 17 + 2
 y = 19
 ---
 solution by substitution method:
 x = 17
 y = 19
 ---
 NOTE:
 all three methods agree !
 ---
 Solve and graph linear equations:
 https://sooeet.com/math/linear-equation-solver.php
 ---
 Solve quadratic equations, quadratic formula:
 https://sooeet.com/math/quadratic-formula-solver.php
 ---
 Solve systems of linear equations up to 6-equations 6-variables:
 https://sooeet.com/math/system-of-linear-equations-solver.php
 | 
  
 | 
 |