document.write( "Question 764947: When the smaller of two consecutive integers is added to three times the larger,the result is 39. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #465845 by Cromlix(4381) You can put this solution on YOUR website! Two consecutive integers x and x + 1 \n" ); document.write( "x + 3(x + 1) = 39 \n" ); document.write( "x + 3x + 3 = 39 \n" ); document.write( " 4x + 3 = 39 \n" ); document.write( " 4x = 39 - 3 \n" ); document.write( " 4x = 36 \n" ); document.write( " x = 9. \n" ); document.write( "Two integers 9 and 10 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |