document.write( "Question 669386: Solve the problem by writing a system of equations and then solving it. The sum of two numbers is 2. If the larger number is 14 more than three times the smaller, find the larger number. \n" ); document.write( "
Algebra.Com's Answer #416355 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the numbers be x & y x greater than y\r \n" ); document.write( "\n" ); document.write( "their sum = 2\r \n" ); document.write( "\n" ); document.write( "x+y=2......................(1)\r \n" ); document.write( "\n" ); document.write( "second condition \n" ); document.write( "x= 3y+14 \n" ); document.write( "x-3y=14....................(2)\r \n" ); document.write( "\n" ); document.write( "subtract (2) from (1)\r \n" ); document.write( "\n" ); document.write( "4y=-12 \n" ); document.write( "y= -12/4 \n" ); document.write( "y=-3\r \n" ); document.write( "\n" ); document.write( "plug y in (1)\r \n" ); document.write( "\n" ); document.write( "x+(-3)=2 \n" ); document.write( "x=2+3 \n" ); document.write( "x=5\r \n" ); document.write( "\n" ); document.write( "The numbers are 5 & -3 \n" ); document.write( " |