document.write( "Question 1079628: Find 3 consecutive odd integers such that the sum of the first and the third equals the sum of the second and 13. \n" ); document.write( "
Algebra.Com's Answer #693855 by amfagge92(93) You can put this solution on YOUR website! let the numbers be n,n+2,n+4 \n" ); document.write( "sum of the first and third \n" ); document.write( "=(n)+(n+4)=(n+2)+13 \n" ); document.write( "2n+4=n+15 \n" ); document.write( "2n-n=15-4 \n" ); document.write( "n=11. \n" ); document.write( "the numbers are:11,13,15 \n" ); document.write( " \n" ); document.write( " |