document.write( "Question 403526:  write an eqaution of the line that passes rhrough the given point P and has the given slope
\n" );
document.write( "P(0,5) slope = 2  \n" );
document.write( "
| Algebra.Com's Answer #285328 by rfer(16322)      You can put this solution on YOUR website! Point P is the y inty=mx+b \n" ); document.write( "y=2x+5 \n" ); document.write( " |