document.write( "Question 842094: Find three consecutive odd integers such that the sum of the first and the third is 13 less than the first \n" ); document.write( "
Algebra.Com's Answer #507898 by hamsanash1981@gmail.com(151) ![]() You can put this solution on YOUR website! let the consecutive odd numbers be x,x+2,x+4 \n" ); document.write( "x+x+4 -13 = x \n" ); document.write( "2x -9 =x \n" ); document.write( "x =9\r \n" ); document.write( "\n" ); document.write( "9,11,13 \n" ); document.write( " |