document.write( "Question 230046: the sum of three consecutive odd integers is less than 54. what is the set of the largest three consecutive odd integers that fits this situation? \n" ); document.write( "
Algebra.Com's Answer #170446 by chibisan(131)![]() ![]() You can put this solution on YOUR website! let the 1st consecutive odd integer : x \n" ); document.write( "2nd would be x+2 (if x+1 will give you a even integer) \n" ); document.write( "3rd would be x+4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+x+2+x+4 < 54 \n" ); document.write( "3x+6<54 \n" ); document.write( "3x<48 \n" ); document.write( "x<16\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x<16 so the largest integer of x would be 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the set of the largest three consecutive odd integers that fits this situation is 15,17,19. \n" ); document.write( " |