document.write( "Question 71574: Three times the smallest of three consecutive odd integers is nineteen more than twice the largest. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #51191 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Three times the smallest of three consecutive odd integers is nineteen more than twice the largest. Find the integers. \n" ); document.write( "---------- \n" ); document.write( "Consecutive odd integers: 2x+1, 2x+3, 2x+5 \n" ); document.write( "EQUATION: \n" ); document.write( "3(2x+1) = 2(2x+5)+19 \n" ); document.write( "6x+3 = 4x + 29 \n" ); document.write( "2x=26 \n" ); document.write( "2x+1= 27(smallest) \n" ); document.write( "2x+3 = 29 (2nd smallest) \n" ); document.write( "2x+5 = 31 (largest) \n" ); document.write( "============ \n" ); document.write( " \n" ); document.write( " |