Solver One Variable
Algebra
->
Equations
-> Solver One Variable
Log On
Algebra: Equations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'One Variable'
This Solver (One Variable)
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 num1=3]x=*[input num2=6] ==section solution Divide each side by $num1 to isolate x. {{{($num1)x/$num1=$num2/$num1}}} *[assign x=$num2/$num1] {{{highlight(x=$x)}}} ==section output x ==section check