document.write( "Question 184553: Determine whether the given ordered pair is a solution of the system of equation. Remember to use alphabetical ordered varibles. (9,1);
\n" );
document.write( " 8x-y=71
\n" );
document.write( " 3x-4y=23
\n" );
document.write( "Is the ordered pair a solution? No or yes \n" );
document.write( "
Algebra.Com's Answer #138524 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (9,1) \n" ); document.write( "8x-y=71 \n" ); document.write( "8*9-1=71 \n" ); document.write( "72-1=71 \n" ); document.write( "71=71 \n" ); document.write( "3x-4y=23 \n" ); document.write( "3*9-4*1=23 \n" ); document.write( "27-4=23 \n" ); document.write( "23=23 \n" ); document.write( "Answer is YES. \n" ); document.write( " \n" ); document.write( " |