This Linear Equation generator asks you to find the relationship
between X and Y. This is a straight line formula in the form of
Y=MX+B where M is the slope and B is the y-intersect.
This maths question generator asks you to find the relationship between X and
Y. This is a linear fucntion in the form of Y=MX+B where M is the gradient
and B is the y-intersect.
X
1
2
3
4
5
Y
Y =
X +
The JavaScript Source: Generators: Linear Equation Generator
Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Command-s). The script is yours!!!