Solver One Variable_2
Algebra
->
Expressions-with-variables
-> Solver One Variable_2
Log On
Algebra: Expressions involving variables, substitution
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'One Variable_2'
This Solver (One Variable_2)
was created by by
Shin123(626)
:
View Source
,
Show
,
Put on YOUR site
About Shin123
:
Just a kid who solves math problems for fun :)
==section input *[input a=3]x+*[input b=7]=*[input c=13] ==section solution {{{$a(x)+$b=$c}}} Subtract both sides by $b to get *[assign d=$c-$b] {{{$a(x)=$d}}} Divide both sides by $a to isolate x, *[assign e=$d/$a] {{{highlight(x=$e)}}} ==section output d,e ==section check