Solved by pluggable solver: FIND a line by slope and one point |
What we know about the line whose equation we are trying to find out:
First, let's draw a diagram of the coordinate system with point (5, 7) plotted with a little blue dot: Write this down: the formula for the equation, given point Given that a=0.4, and Explanation: Why did we use formula Here's the graph: |
Hi,
Using the standard slope-intercept form for an equation of a line y = mx + b
where m is the slope and b the y-intercept.
write an equation for slope=2/5 and passes through (5,7)
y =(2/5)x + b
7 = (2/5)*5 + b
5 = b
y = (2/5)x + 5