SOLUTION: trying to answer this question and the program keeps saying i am wrong. not sure where i am messing up.
It wants me to answer in standard form and gives me a point of (3,1) with a
Algebra ->
Linear-equations
-> SOLUTION: trying to answer this question and the program keeps saying i am wrong. not sure where i am messing up.
It wants me to answer in standard form and gives me a point of (3,1) with a
Log On
Question 480815: trying to answer this question and the program keeps saying i am wrong. not sure where i am messing up.
It wants me to answer in standard form and gives me a point of (3,1) with a slope of 2/5. sorry for being so vague. Found 2 solutions by Tatiana_Stebko, mathstutor494:Answer by Tatiana_Stebko(1539) (Show Source):
You can put this solution on YOUR website! I think you need to use Point-slope form to answer this question which states that equation of a line through the points (x1, y1) and slope m is given by
y-y1 = m (x-x1)
Here you are given m & (x1,y1) in the question, so substituting values in the above formulae..
y-1 = (2/5) (x-3)
Multiplying both sides by 5 results in
5(y-1) = 2(x-3)
Further simplification leads to
5y-5=2x-6
5y = 2x-6+5
5y = 2x-1
Dividing both sides by 5
y= 2x/5 -1/5