Solver Finding Square Roots
Algebra
->
Radicals
-> Solver Finding Square Roots
Log On
Algebra: Radicals -- complicated equations involving roots
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Finding Square Roots'
This Solver (Finding Square Roots)
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 I want to find what is the square root of *[input sq=196] ==section solution If the square root of x is y, that means {{{y^2=x}}} {{{x^2=$sq}}} and {{{sqrt($sq)}}} is *[assign sqrt=sqrt($sq)] {{{sqrt($sq)=highlight($sqrt)}}} ==section output sqrt ==section check