document.write( "Question 1016661: This is a self written problem because I wanted to explore things myself, so here it is:\r
\n" ); document.write( "\n" ); document.write( "Given the two points P(0,1) and Q(3,4)\r
\n" ); document.write( "\n" ); document.write( "I solved for the slope, which was m= -1\r
\n" ); document.write( "\n" ); document.write( "I plugged that into the point-slope formula a received the slope-intercept equation of the line:\r
\n" ); document.write( "\n" ); document.write( "y=-x+1\r
\n" ); document.write( "\n" ); document.write( "but when I plug in the original points to see if they are actually part of the line, point Q(3,4) doesn't work. \r
\n" ); document.write( "\n" ); document.write( "I'm not sure why that happened. I see that point P(0,1) is actually where the graph crosses or touches the graph, but it doesn't make sense that point Q(3,4) isn't on the graph. \r
\n" ); document.write( "\n" ); document.write( "Any suggestions or help would be helpful. \r
\n" ); document.write( "\n" ); document.write( "Edit: I solved it. :)
\n" ); document.write( "

Algebra.Com's Answer #633066 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
The slope is actually (4-1)/(3-0) = 3/3 = 1, not -1.
\n" ); document.write( "Thus your line is
\n" ); document.write( "y = x + 1
\n" ); document.write( "
\n" );