document.write( "Question 149217: 2x + 5y = 2
\n" );
document.write( "2x - 2y = -12
\n" );
document.write( "I am completely stuck on how to go about doing this problem.
\n" );
document.write( "I think that the Solutions x and y are always intergers between 5 and -5.
\n" );
document.write( "I dont understand how to do the substitution.. im used to X or Y being alone with no other number.\r
\n" );
document.write( "\n" );
document.write( "x = ?
\n" );
document.write( "Y = ? \r
\n" );
document.write( "\n" );
document.write( "If you could, please show me a few steps on How to get the answer
\n" );
document.write( "to this problem.
\n" );
document.write( "I would greatly appreciate your help
\n" );
document.write( "Thank You,
\n" );
document.write( "Kerry G \n" );
document.write( "
Algebra.Com's Answer #109465 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 2x + 5y = 2 (equation 1) \n" ); document.write( "2x - 2y = -12 (equation 2) \n" ); document.write( ". \n" ); document.write( "This site describes the \"substitution method\" quite well: \n" ); document.write( "http://www.purplemath.com/modules/systlin4.htm \n" ); document.write( ". \n" ); document.write( "Solve equation 2 for x: \n" ); document.write( "2x - 2y = -12 \n" ); document.write( "2x = 2y -12 \n" ); document.write( "x = y - 6 \n" ); document.write( ". \n" ); document.write( "Using the above definition of x, we plug it in to equation 1 and solve for y: \n" ); document.write( "2x + 5y = 2 \n" ); document.write( "2(y - 6) + 5y = 2 \n" ); document.write( "2y - 12 + 5y = 2 \n" ); document.write( "7y - 12 = 2 \n" ); document.write( "7y = 14 \n" ); document.write( "y = 2 \n" ); document.write( ". \n" ); document.write( "Plug the above back into equation 2 and solve for x: \n" ); document.write( "2x - 2y = -12 \n" ); document.write( "2x - 2(2) = -12 \n" ); document.write( "2x - 4 = -12 \n" ); document.write( "2x = -8 \n" ); document.write( "x = -4 \n" ); document.write( ". \n" ); document.write( "Solution: \n" ); document.write( "x = -4 \n" ); document.write( "y = 2 \n" ); document.write( " \n" ); document.write( " |