document.write( "Question 365900: find three consecutive odd integers such that the sum of the first and third equals the sum of the second and 43. \n" ); document.write( "
Algebra.Com's Answer #260769 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the odd integers be x ,x+2,x+4 \n" ); document.write( "... \n" ); document.write( "x+x+4=x+2+43 \n" ); document.write( "2x+4=x+45 \n" ); document.write( "2x-x=45-4 \n" ); document.write( "x= 41 \n" ); document.write( ".. \n" ); document.write( "41, 43, 45 \n" ); document.write( ".. \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |