document.write( "Question 1079399: three consecutive odd integers that equal 75 \n" ); document.write( "
Algebra.Com's Answer #693695 by amfagge92(93)![]() ![]() You can put this solution on YOUR website! let the numbers be x, x+2, x+4 \n" ); document.write( "x+x+2+x+4=75 \n" ); document.write( "3x=75-6 \n" ); document.write( "3x=69 \n" ); document.write( "x=23 \n" ); document.write( "the numbers are thus: \n" ); document.write( "23,25,27 \n" ); document.write( " |