Solver Solve an equation
Algebra
->
Probability-and-statistics
-> Solver Solve an equation
Log On
Algebra: Probability and statistics
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Solve an equation '
This Solver (Solve an equation )
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 Solve this equation, *[input 20 var=3x+5=2x+6]. ==section solution perl print("This is a solution to the equation:<br/>"); print explain_simplification( $var ); ==section output ==section check