document.write( "Question 1171788: The sum of 3 numbers is 21. 3 times the first number increased by four times the second number plus the third number is 14. The sum of two times the first and seven times the second number, increased by the third number is -18. If the first number is represented by x, the second number is represented by y, and the third number is represented by a, write a system of equation that could be used to solve for the variables.\r
\n" );
document.write( "\n" );
document.write( "Can someone give me step by step instructions on how to solve problems like this? \n" );
document.write( "
Algebra.Com's Answer #796725 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The sum of 3 numbers is 21. 3 times the first number increased by four times the second number plus the third number is 14. The sum of two times the first and seven times the second number, increased by the third number is -18. If the first number is represented by x, the second number is represented by y, and the third number is represented by a, write a system of equation that could be used to solve for the variables. \n" ); document.write( "Can someone give me step by step instructions on how to solve problems like this? \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement \n" ); document.write( ": \n" ); document.write( " The sum of 3 numbers is 21. \n" ); document.write( "x + y + a = 21 \n" ); document.write( " 3 times the first number increased by four times the second number plus the third number is 14. \n" ); document.write( "3x + 4y + a = 14 \n" ); document.write( " The sum of two times the first and seven times the second number, increased by the third number is -18. \n" ); document.write( "2x + 7y + a = -18 \n" ); document.write( ": \n" ); document.write( "Use elimination on the 1st two equation \n" ); document.write( "3x + 4y + a = 14 \n" ); document.write( " x + y + a = 21 \n" ); document.write( "------------------Subtraction eliminates a \n" ); document.write( "2x + 3y = -7 \n" ); document.write( ": \n" ); document.write( "Do the same on the 1st and 3rd equation \n" ); document.write( "2x + 7y + a = -18 \n" ); document.write( " x + y + a = 21 \n" ); document.write( "------------------- \n" ); document.write( "x + 6y = -39 \n" ); document.write( "; \n" ); document.write( "Take the resulting equations, multiply the above by 2 \n" ); document.write( "2x + 12y = -78 \n" ); document.write( "2x + 3y = -7 \n" ); document.write( "----------------Subtraction eliminates x, find y \n" ); document.write( "9y = -71 \n" ); document.write( "y = -71/9 \n" ); document.write( "y = -7.8888 \n" ); document.write( "At this point it is apparent that the solutions are not integers. which leads me to suspect there is a mistake in the problem. \n" ); document.write( "Anyway, find x \n" ); document.write( "x + 6(-7.888) = -39 \n" ); document.write( "x + -47.333 = - 39 \n" ); document.write( "x = -39 + 47.3333 \n" ); document.write( "x = 8.3333 \n" ); document.write( "Find a \n" ); document.write( "8.333 - 7.888 + a = 21 \n" ); document.write( ".445 + a = 21 \n" ); document.write( "a = 21 -.445 \n" ); document.write( "a = 20.555 \n" ); document.write( "I confirmed these solutions using the matrix feature on my Calc\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |