document.write( "Question 534381: Twice the smallest of three consecutive odd integers is five more than the largest. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #351503 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Three consecutive odd integers can be defined as: \n" ); document.write( "x \n" ); document.write( "x+2 \n" ); document.write( "x+4 \n" ); document.write( ". \n" ); document.write( "2*x = x+4 +5 \n" ); document.write( "x = 9 \n" ); document.write( "x+2 = 11 \n" ); document.write( "x +4 = 13 \n" ); document.write( ". \n" ); document.write( "Checking... \n" ); document.write( "2*9 = 18 \n" ); document.write( "18 is 5 more than 13 \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Answer: The integers are 9, 11, and 13. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |