document.write( "Question 475074: use the given conditions to write and equation for each line in point-slope form and slope intercept form
\n" );
document.write( "passing through(3,5) and (8,15) \n" );
document.write( "
Algebra.Com's Answer #325743 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! use the given conditions to write and equation for each line in point-slope form and slope intercept form \n" ); document.write( "passing through(3,5) and (8,15) \n" ); document.write( "** \n" ); document.write( "slope,m=∆y/∆x=(y1-y2)/x1-x2)=(15-5)/(8-3)=10/5=2 \n" ); document.write( "point slope form: \n" ); document.write( "(y1-y2)=m(x1-x2) \n" ); document.write( "Using one of the given points, \n" ); document.write( "y-5=2(x-3) \n" ); document.write( "y-5=2x-6 \n" ); document.write( ".. \n" ); document.write( "slope intercept form: \n" ); document.write( "y=mx+b \n" ); document.write( "y=2x+b \n" ); document.write( "solving for b using one of the given points, \n" ); document.write( "5=2(3)+b \n" ); document.write( "b=-1 \n" ); document.write( "y=2x-1 \n" ); document.write( " |