Solver Plot two numbers on number line
Algebra
->
Inequalities
-> Solver Plot two numbers on number line
Log On
Algebra: Inequalities, trichotomy
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Plot two numbers on number line'
This Solver (Plot two numbers on number line)
was created by by
ichudov(507)
:
View Source
,
Show
,
Put on YOUR site
About ichudov
:
I am not a paid tutor, I am the owner of this web site!
==section input Plot *[input x1=2.5] and *[input x2=-2] on the number line. ==section solution perl print "{{{ number_line( 500, -9, 9, $x1, $x2 ) }}}"; ==section output ==section check