document.write( "Question 1035714: the sum of two num exceed thrice the smaller by 2 if the difference between them is 19 find the num \n" ); document.write( "
Algebra.Com's Answer #650372 by FrankM(1040) You can put this solution on YOUR website! 2 numbers are X and X+19 \r \n" ); document.write( "\n" ); document.write( "2X+19 = 3X+2\r \n" ); document.write( "\n" ); document.write( "X=17 and X+19 = 36\r \n" ); document.write( "\n" ); document.write( "The sum is 17 + 36 = 53 \n" ); document.write( " |