document.write( "Question 1191472: The sum of three consecutive odd integers is 75. Find the integers. \n" ); document.write( "
\n" ); document.write( "The middle number is 75/3 = 25, thus 23,25, and 27 are the three consecutive odd integers.\r\n" ); document.write( "\n" ); document.write( "---\r\n" ); document.write( "\n" ); document.write( "The workout: n-2, n, n+2 are the three consecutive odd integers\r\n" ); document.write( "\n" ); document.write( " 3n = 75\n" ); document.write( " n = 25 --> n-2 = 23, and n+2 = 27\r\n" ); document.write( "\n" ); document.write( "