document.write( "Question 1003451: I'm thinking of three consecutive odd integers.\r
\n" );
document.write( "\n" );
document.write( "One more than the sum of the smaller two is equal to ten more than the larger.
\n" );
document.write( "What are the integers? \n" );
document.write( "
Algebra.Com's Answer #620151 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I'm thinking of three consecutive odd integers.\r \n" ); document.write( "\n" ); document.write( "One more than the sum of the smaller two is equal to ten more than the larger. \n" ); document.write( "What are the integers? \n" ); document.write( "================= \n" ); document.write( "n, n+2 and n+4 \n" ); document.write( "---- \n" ); document.write( "n + n+2 + 1 = n+4 + 10 \n" ); document.write( "2n + 3 = n + 14 \n" ); document.write( "n = 11 \n" ); document.write( "--> 11, 13 & 15 \n" ); document.write( " |