document.write( "Question 407163: A certain number is 2 more than 3 times another number. If their sum is 14, find the numbers. \n" ); document.write( "
Algebra.Com's Answer #287110 by unit(6)![]() ![]() ![]() You can put this solution on YOUR website! A certain number is 2 more than 3 times another number. If their sum is 14, find the numbers.\r \n" ); document.write( "\n" ); document.write( "Let one number be 'x', and other 'y'.\r \n" ); document.write( "\n" ); document.write( "x = 3y + 2\r \n" ); document.write( "\n" ); document.write( "also\r \n" ); document.write( "\n" ); document.write( "x + y = 14\r \n" ); document.write( "\n" ); document.write( "Solving the 2 equations gives \r \n" ); document.write( "\n" ); document.write( "3y + 2 = 14 - y\r \n" ); document.write( "\n" ); document.write( "4y = 12 \n" ); document.write( "y = 3 \n" ); document.write( "And \n" ); document.write( "x= 14-3 = 11. \n" ); document.write( " |