document.write( "Question 566026: Find two consecutive integers such that twice the smaller is 16 more than the larger \n" ); document.write( "
Algebra.Com's Answer #366081 by ad_alta(240)![]() ![]() You can put this solution on YOUR website! Let 'n' be the smaller integer. Then 2n=(n+1)+16. Solving, we get n=17. The integers are 17 and 18. \n" ); document.write( " |