document.write( "Question 840442: a. using a system of linear equations in two variables, model the information given below.
\n" );
document.write( "b. solve the system by the addition method. \r
\n" );
document.write( "\n" );
document.write( "The sum of two numbers is 22. when 2 is added to three times the first number the result is the second number. what are the numbers? \n" );
document.write( "
Algebra.Com's Answer #805958 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x + y = 22 \n" ); document.write( "3x + 2 = y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute the second equation into the first equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (3x + 2) = 22 \n" ); document.write( "4x + 2 = 22 \n" ); document.write( "4x = 20 \n" ); document.write( "x = 5\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The numbers are x = 5 and y = 17. \n" ); document.write( " |