document.write( "Question 508100: how do i set up and solve for problems such as: find three consecutive odd intergers sch that three times the first is 9 greater than six times the third? \n" ); document.write( "
Algebra.Com's Answer #340865 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
Let n be the first
\n" ); document.write( "Then n+2 is the second
\n" ); document.write( "And n+4 is the third\r
\n" ); document.write( "\n" ); document.write( "Then 3n = 9 + 6(n+4)\r
\n" ); document.write( "\n" ); document.write( "3n = 9 + 6n + 24
\n" ); document.write( "-3n = 33\r
\n" ); document.write( "\n" ); document.write( "n = -11\r
\n" ); document.write( "\n" ); document.write( "so we have -11, -9, -7 as our three consecutive odd integers.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );