document.write( "Question 192254This question is from textbook Intermediate Algebra
\n" );
document.write( ": To solve integer problems. \r
\n" );
document.write( "\n" );
document.write( "Find three consecutive odd integers such that three time the middle integer is seven more than the sum of the first and third integers. \r
\n" );
document.write( "\n" );
document.write( "my try:
\n" );
document.write( "1st integer: n
\n" );
document.write( "2nd integer: 3(n+2)
\n" );
document.write( "3rd integer: (n+4) + 7 \r
\n" );
document.write( "\n" );
document.write( "n+3(n+2) = 7+(n+4)
\n" );
document.write( "2n + 5 = 11 + n
\n" );
document.write( "n + 5 = 11
\n" );
document.write( "n = 6\r
\n" );
document.write( "\n" );
document.write( "WRONG! what am I doing wrong?! \r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #144288 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find three consecutive odd integers such that three time the middle integer is seven more than the sum of the first and third integers. \n" ); document.write( "my try: \n" ); document.write( "1st integer: n \n" ); document.write( "2nd integer: 3(n+2) ---- it's n+2 \n" ); document.write( "3rd integer: (n+4) + 7 ----- it's n+4 \n" ); document.write( "----------- \n" ); document.write( "3*(n+2) = n + n+4 + 7 ---- 3 times the middle # is the sum of 2 #s + 7 \n" ); document.write( "3n+6 = 2n+11 \n" ); document.write( "n = 5 \n" ); document.write( "5, 7, 9 \n" ); document.write( "------------------------\r \n" ); document.write( "\n" ); document.write( "n+3(n+2) = 7+(n+4) \n" ); document.write( "2n + 5 = 11 + n \n" ); document.write( "n + 5 = 11 \n" ); document.write( "n = 6 \n" ); document.write( " \n" ); document.write( " |