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 #182053 by actuary(112)![]() ![]() ![]() You can put this solution on YOUR website! This question is asking you to substitute 0 for X and 5 for y in both equations. If the right hand value is equal to the left hand value after making the substitution, the answer is \"yes\". Otherwise, the answer is \"no\".\r \n" ); document.write( "\n" ); document.write( "Substitute 0 for x and 5 for y in the first equation and then the second equation. Since 0 + 5 = 5 and -5*0 + 2*5 = 10 the answer is \"yes\". \n" ); document.write( " |