document.write( "Question 1022767: how do i write out this equation: one positive number is 11 greater than twice another number. The difference between the two numbers is 17. Find each number. I know how to solve an equation, I just don't know how to write it out. \n" ); document.write( "
Algebra.Com's Answer #638388 by rothauserc(4718) You can put this solution on YOUR website! let x be our first positive number and y the second one, then \n" ); document.write( ": \n" ); document.write( "x = 2y +11 \n" ); document.write( ": \n" ); document.write( "x - y = 17 \n" ); document.write( ": \n" ); document.write( "substitute for x in second equation \n" ); document.write( ": \n" ); document.write( "2y +11 -y = 17 \n" ); document.write( ": \n" ); document.write( "y = 6 \n" ); document.write( "x = 23 \n" ); document.write( " \n" ); document.write( " |