document.write( "Question 991204: You have a set of 2 consecutive odd integers. Doubling the greater integer is equal to 13 less than 3 times the lesser integer. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #805284 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(x+2) = 3x - 13 \n" ); document.write( "2x + 4 = 3x - 13 \n" ); document.write( "17 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 17 and 19. \n" ); document.write( " |