document.write( "Question 211899This question is from textbook Algebra
\n" );
document.write( ": Find three consecutive odd integers whosw sum is 105. \n" );
document.write( "
Algebra.Com's Answer #160081 by Fombitz(32388) You can put this solution on YOUR website! N : First integer \n" ); document.write( "N+1 : Second integer \n" ); document.write( "N+2 : Third consecutive integer \n" ); document.write( "Sum = N+(N+1)+(N+2)=3N+3=105 \n" ); document.write( "3N=102 \n" ); document.write( "N=34 \n" ); document.write( "N+1=35 \n" ); document.write( "N+2=36 \n" ); document.write( " |