document.write( "Question 716278: if n+6 represent a positiveodd integer, the next larger postive odd integer is represented by?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #439802 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! Notice how to jump from 1 to 3 (both of which are odd), you add 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also, jumping from 7 to 9 (both odd), you add 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the general rule is: to go from one odd number to the next odd number is you add 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So add 2 to n+6 to get (n+6) + (2) = n+6 + 2 = n + 8 which is your answer \n" ); document.write( " |