document.write( "Question 139824: How would you find the equation of a line if you were given the slope and the x-intercept? \n" ); document.write( "
Algebra.Com's Answer #101921 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Given a slope of (2) and a given x intercept of (4,0) then: \n" ); document.write( "0=2*4+b where b= the y intercept. \n" ); document.write( "0=8+b \n" ); document.write( "b=-8 thus we have the line equation \n" ); document.write( "Y=2X-8 \n" ); document.write( " |