lukew3 / mathgenerator

A math problem generator, created for the purpose of giving self-studying students and teaching organizations the means to easily get access to high-quality, generated math problems to suit their needs.
https://lukew3.github.io/mathgenerator
MIT License
690 stars 178 forks source link

Equation of line from two points #349

Open lukew3 opened 3 years ago

lukew3 commented 3 years ago

Example Problem: Find the equation of the line between points (0,1) and (2,5) in slope-intercept form. Example Solution: y=2x+1 Further explanation (optional): Coordinates should be between positive and negative 20

satyamkoshta340 commented 3 years ago

I would like to contribute to the solution to this problem.

kaartik2611 commented 3 years ago

Can i work on this too?

Sakshi1007 commented 3 years ago

I would like to contribute under hacktober fest. Plz assign this to me.

lusifer65 commented 2 years ago

can you assign to me @lukew3 @

lukew3 commented 1 year ago

Which form does the equation of the line need to be in? Or can that be alterable? If so, in what form do you want to input the form?

I think that it would make sense for the solution to always be in slope intercept form, y = mx + b.