document.write( "Question 360537: 13. Write three consecutive odd integers starting with the odd integer \"i\".\r
\n" );
document.write( "\n" );
document.write( "14. Write the two consecutive integers preceding integer \"c\".\r
\n" );
document.write( "\n" );
document.write( "15. Find five consecutive integers if the sum of the first and third is -28. \n" );
document.write( "
Algebra.Com's Answer #257235 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! 13. odd integer plus even integer =odd integer \n" ); document.write( "if 1=i \n" ); document.write( "1+2=3 \n" ); document.write( "1+4=5 \n" ); document.write( "1+6=7 \n" ); document.write( "i,i+2,i+4 \n" ); document.write( "14. preceding means before so for example what are 2 consecutive numbers before 5? 3 and 4 correct? so 5-1=4 and 5-2=3 let 5=c \n" ); document.write( "c-1 and c-2 \n" ); document.write( "15. i will use y as my integer \n" ); document.write( "y, y+1, y+2, y+3, y+4 \n" ); document.write( "above are my 5 consecutive integers \n" ); document.write( "first is y and third is y+2 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "y+1=-14 \n" ); document.write( "y+2=-13 \n" ); document.write( "y+3=-12 \n" ); document.write( "y+4=-11 \n" ); document.write( "so the 5 numbers are \n" ); document.write( "-11,-12,-13,-14,-15 \n" ); document.write( " \n" ); document.write( " |