document.write( "Question 785634: Find two numbers such that the second number is 2 more than three times the first number, and the difference of the two numbers is 24. \n" ); document.write( "
Algebra.Com's Answer #477639 by harpazo(655)![]() ![]() You can put this solution on YOUR website! Let x be the first number. \n" ); document.write( "Let y be the second number.\r \n" ); document.write( "\n" ); document.write( "x - y = 24 \n" ); document.write( "y = 3x + 2\r \n" ); document.write( "\n" ); document.write( "This is a system of linear equations in two variables. You can solve using the substitution method.\r \n" ); document.write( "\n" ); document.write( "I hope this helps.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |