document.write( "Question 879200: i need to solve the linear system using using substitution and elimination 4x-y=5 and 4x+4y=-4.
\n" );
document.write( " also graph the linear equation and complete the table
\n" );
document.write( "4x-y=5 4x+4y=-4
\n" );
document.write( "x,y x,y
\n" );
document.write( "0, 0,
\n" );
document.write( "1, 1
\n" );
document.write( "3, -1
\n" );
document.write( "and explain how the graph shows reasonableness of solutions of substitution and elimination \n" );
document.write( "
Algebra.Com's Answer #530593 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 4x - y = 5 \n" ); document.write( "4x + 4y = -4 (time -1 and ADD EQs) \n" ); document.write( " -5y = 9 \n" ); document.write( " y = -9/5 = -1.8 and x = .8 \n" ); document.write( "Ordered pair (.8, -1.8) the solution for this system \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |