PDA

View Full Version : Writing an Equation of a Line


iloveyaa
Oct 7, 2007, 08:52 AM
parallel to the line y=4x+1, and that passes through points (2,3).

galactus
Oct 7, 2007, 09:30 AM
What seems to be the trouble?

If lines are parallel, then the slopes are the same. You are given the slope, m.

Just use your x and y values in y=mx+b to find b and you're done.

terryg752
Oct 8, 2007, 03:49 PM
parallel to the line y=4x+1, and that passes through points (2,3).
Actually, it is very very simple.

All lines parallel to the given are: y = 4x + K

This passes through (2, 3): 3 = 8 + k
So k = -5

Hence: y = 4x -5