document.write( "Question 1115441: i think of two numbers, the first number plus three times the second number is 1, the first minus three times the second is 19, find the numbers. \n" ); document.write( "
Algebra.Com's Answer #730299 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! i think of two numbers, the first number plus three times the second number is 1, the first minus three times the second is 19, find the numbers. \n" ); document.write( "------------ \n" ); document.write( "Call the 1st number m, the 2nd n. \n" ); document.write( "--- \n" ); document.write( "n + 3m = 1 \n" ); document.write( "n - 3m = 19 \n" ); document.write( "----------------------------- Add \n" ); document.write( " |