document.write( "Question 49916: How do I determine whether the point (-2, -2) lies on the line 2x + 3y = 10? \n" ); document.write( "
Algebra.Com's Answer #33169 by mathchemprofessor(65) You can put this solution on YOUR website! If a given point satisfies the given equation of a line, then the point lies on the line. Otherwise, it is not. \n" ); document.write( "Now, substitute the point (-2,-2) in 2x+3y=10, we get, \n" ); document.write( "2(-2)+3(-2) =-4-6=-10≠10. \n" ); document.write( "Note:≠means not equal to. \n" ); document.write( "So, the point (-2,-2) does not lie on the line 2x+3y=10 \n" ); document.write( " |