User:CreativeHedgehog/Templates/2 var linear equation
< User:CreativeHedgehog | Templates
Revision as of 13:54, 7 August 2020 by Creativehedgehog (talk | contribs) (Created page with "<noinclude> {{User:CreativeHedgehog/Templates/Navbar||||||||20px}} </noinclude> given a, b, c, d, e, and f, find x and y in the 2 equations below: {{{a}}}x+{{{b}}}y={{{c}}...")
given a, b, c, d, e, and f, find x and y in the 2 equations below:
{{{a}}}x+{{{b}}}y={{{c}}}
{{{d}}}x+{{{e}}}y={{{f}}}
x=({{{e}}}*{{{d}}}-{{{b}}}*{{{f}}})/({{{a}}}*{{{d}}}-{{{b}}}*{{{c}}})
y=({{{a}}}*{{{f}}}-{{{e}}}*{{{c}}})/({{{a}}}*{{{d}}}-{{{b}}}*{{{c}}})
given a, b, c, d, e, and f, find x and y in the 2 equations below:
57x+34y=35
25x+23y=57
x=(35*23-34*57)/(57*23-34*25)
y=(57*57-35*25)/(57*23-34*25)
Note: Do not use this for Alcumus. Also, I am going to build a 3 var'ed one very soon. CreativeHedgehog 14:42, 7 August 2020 (EDT)