document.write( "Question 57334: Solve the following system of linear equation. Answer in ordered pair if possible (x,y)
\n" );
document.write( "y = 2x + 1
\n" );
document.write( "x + y =4\r
\n" );
document.write( "\n" );
document.write( "I think I did it corectly my final answer is x= -1\r
\n" );
document.write( "\n" );
document.write( "Please show steps so I can see if I did it right.\r
\n" );
document.write( "\n" );
document.write( "Thankyou,\r
\n" );
document.write( "\n" );
document.write( "dnn \n" );
document.write( "
Algebra.Com's Answer #39045 by Nate(3500) ![]() You can put this solution on YOUR website! The value for \"y\" is defined as 2x + 1. \n" ); document.write( "So ~> x + y = 4 \n" ); document.write( "So ~> x + 2x + 1 = 4 \n" ); document.write( "So ~> 3x = 3 \n" ); document.write( "So ~> x = 1 \n" ); document.write( " |