document.write( "Question 206659: write the equation of the line passing through each of the given pairs of points. Write your result in slope-intercept form, where possible. (-4,1) and (3,1) \n" ); document.write( "
Algebra.Com's Answer #156188 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (-4,1) (3,1) \n" ); document.write( "Y=mX+b is the line equation where m=slope & b=y intercept. \n" ); document.write( "slope=(y2-y1)/(x2-x1) \n" ); document.write( "slope=(1-1)/(3+4) \n" ); document.write( "slope=0/7=0 which indicates a horizontal line through the point yu=1. \n" ); document.write( "1=0X+b \n" ); document.write( "1=0+b \n" ); document.write( "b=1 \n" ); document.write( "Y=1 ans. \n" ); document.write( " |