HenryWilder / amitygxmod-calculator

A browser extension designed for Opera GX, made for helping with algebra
1 stars 0 forks source link

Add "unknown" inputs for solving equations with missing variables #19

Open HenryWilder opened 11 months ago

HenryWilder commented 11 months ago

When an input holds a value of ?, it could be used as a "for what value of this produces the result?"

For example: the parameters ${\color{red}A=5}, {\color{blue}B=?}, {\color{green}C=25}$ would result in the binary operations of: $$\large \displaylines{ {\color{red}5} &+& {\color{darkorange} 20} &= {\color{green}25} \\ {\color{red}5} &-& {\color{darkorange}-20} &= {\color{green}25} \\ {\color{red}5} &\times& {\color{darkorange}5} &= {\color{green}25} \\ {\color{red}5} &\div& {\color{darkorange}\frac{1}{5}} &= {\color{green}25}}$$

and so on.