Solver Find x:Version 1
Algebra
->
Equations
-> Solver Find x:Version 1
Log On
Algebra: Equations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Find x:Version 1'
This Solver (Find x:Version 1)
was created by by
HyperBrain(694)
:
View Source
,
Show
,
Put on YOUR site
About HyperBrain
:
As I help you solve the problem, you are helping me practice my skills.
==section input *[input s=4]x=*[input haha=5] Find x. ==section solution {{{($s)*x=$haha}}} {{{x=$haha/$s}}} {{{x=*[assign were=$haha/$s] $were}}} Therefore, x=$were ==section output $were ==section check $s*$were=$haha