Difference between revisions of "User:CreativeHedgehog/Templates/2 var linear equation"
(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}}...") |
|||
Line 7: | Line 7: | ||
given a, b, c, d, e, and f, find x and y in the 2 equations below: | given a, b, c, d, e, and f, find x and y in the 2 equations below: | ||
− | {{{a}}}x+{{{b}}}y={{{ | + | {{{a}}}x+{{{b}}}y={{{e}}} |
− | {{{ | + | {{{c}}}x+{{{d}}}y={{{f}}} |
x=({{{e}}}*{{{d}}}-{{{b}}}*{{{f}}})/({{{a}}}*{{{d}}}-{{{b}}}*{{{c}}}) | x=({{{e}}}*{{{d}}}-{{{b}}}*{{{f}}})/({{{a}}}*{{{d}}}-{{{b}}}*{{{c}}}) | ||
Line 16: | Line 16: | ||
<noinclude> | <noinclude> | ||
− | {{User:CreativeHedgehog/Templates/2 var linear equation|c= | + | {{User:CreativeHedgehog/Templates/2 var linear equation|c=1|b=2|a=3|d=4|e=5|f=5}} |
− | |||
Note: Do not use this for Alcumus. Also, I am going to build a 3 var'ed one very soon. [https://artofproblemsolving.com/wiki/index.php/User:CreativeHedgehog CreativeHedgehog] 14:42, 7 August 2020 (EDT) | Note: Do not use this for Alcumus. Also, I am going to build a 3 var'ed one very soon. [https://artofproblemsolving.com/wiki/index.php/User:CreativeHedgehog CreativeHedgehog] 14:42, 7 August 2020 (EDT) | ||
</noinclude> | </noinclude> |
Revision as of 14:55, 8 August 2020
given a, b, c, d, e, and f, find x and y in the 2 equations below:
{{{a}}}x+{{{b}}}y={{{e}}}
{{{c}}}x+{{{d}}}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:
3x+2y=5
1x+4y=5
x=(5*4-2*5)/(3*4-2*1)
y=(3*5-5*1)/(3*4-2*1)
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)