document.write( "Question 70625: Can you please help on this problem, rather complicated...instructions..write the equation of the line passing through (5,5) and (4,5). \n" ); document.write( "
Algebra.Com's Answer #50417 by venugopalramana(3286) You can put this solution on YOUR website! Can you please help on this problem, rather complicated...instructions..write the equation of the line passing through (x1,y1)=(5,5) and (x2,y2)=(4,5). \n" ); document.write( "eqn. is given by \n" ); document.write( "y-y1=[(y2-y1)/(x2-x1)][x-x1] \n" ); document.write( "y-5=[(5-5)/(4-5)][x-5]=0 \n" ); document.write( "y=5 \n" ); document.write( " |