document.write( "Question 250073: Is the ordered pair (0,5) a solution of the system of linear equations:
\n" );
document.write( " x + y = 5
\n" );
document.write( " -5x + 2y = 10
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #182052 by Theo(13342)![]() ![]() You can put this solution on YOUR website! should be:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace x with 0 and y with 5 in each equation to get: \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( " 0 + 5 = 5\r\n" ); document.write( " 0 + 10 = 10\r\n" ); document.write( " \n" ); document.write( "Since both equations are true, then (0,5) is a solution to the system of equations. \n" ); document.write( " |