document.write( "Question 756721: decide whether an ordered pair is a solution of a linear system
\n" );
document.write( "(-5,-3)
\n" );
document.write( "4x+y=-23
\n" );
document.write( "2x+4y=-22 \n" );
document.write( "
Algebra.Com's Answer #460393 by Alan3354(69443) You can put this solution on YOUR website! decide whether an ordered pair is a solution of a linear system \n" ); document.write( "(-5,-3) \n" ); document.write( "4x+y=-23 \n" ); document.write( "2x+4y=-22 \n" ); document.write( "----------- \n" ); document.write( "Sub -5 for x and -3 for y, see if it's equal. \n" ); document.write( " \n" ); document.write( " |