document.write( "Question 864384: how to verify a point is a solution in a system of equations \n" ); document.write( "
Algebra.Com's Answer #520956 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
You would replace each x value in the equation with the first coordinate of the intersection point and each y value with the second coordinate of the intersection point. If you get true equations for every equation in the system, then you have verified the solution. \n" ); document.write( "
\n" );