document.write( "Question 636519: Select any two integers between -12 and +12 which will become solutions to a system of two equations.
\n" );
document.write( "Write two equations that have your two integers as solutions. Show how you built the equations using your integers. Your solution and equations should not be the same as those of other students or the textbook. There are infinite possibilities.
\n" );
document.write( "Solve your system of equations by the addition/subtraction method. Make sure you show the necessary 5 steps. Use the example on page 426 of Mathematics in Our World as a guide.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #401114 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Select any two integers between -12 and +12 which will become solutions \n" ); document.write( " to a system of two equations. \n" ); document.write( ": \n" ); document.write( "Choose two integers, x =-5 and y=+10 \n" ); document.write( ": \n" ); document.write( "1st equation \n" ); document.write( "3(-5) + 2(10) = \n" ); document.write( "-15 + 20 = 5 \n" ); document.write( "3x + 2y = 5 \n" ); document.write( ": \n" ); document.write( "2nd equation \n" ); document.write( "6(-5) - 4(10) = \n" ); document.write( "-30 - 40 = -70 \n" ); document.write( "6x - 4y = -70 \n" ); document.write( ": \n" ); document.write( "Our two equations \n" ); document.write( "3x + 2y = 5 \n" ); document.write( "6x - 4y = -70 \n" ); document.write( ": \n" ); document.write( "Solve this using the addition method \n" ); document.write( "Multiply the 1st equation by 2, add to the 2nd equation \n" ); document.write( "6x + 4y = 10 \n" ); document.write( "6x - 4y = -70 \n" ); document.write( "----------------adding eliminates y, find x \n" ); document.write( "12x + 0 = -60 \n" ); document.write( "12x = -60 \n" ); document.write( "x = -60/12 \n" ); document.write( "x = -5 \n" ); document.write( ": \n" ); document.write( "Find y using the 1st equation, replace x with -5 \n" ); document.write( "3(-5) + 2y = 5 \n" ); document.write( "-15 + 2y = 5 \n" ); document.write( "2y = 5 + 15 \n" ); document.write( "2y = 20 \n" ); document.write( "y = 20/2 \n" ); document.write( "y = 10 \n" ); document.write( ": \n" ); document.write( "You can check the solution again in the 2nd equation \n" ); document.write( " |