document.write( "Question 1201890: Find three consecutive odd integers such that four times the sum of the first and second is 11 more than 3 times the third. \n" ); document.write( "
Algebra.Com's Answer #836447 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
Because of this part, \"the sum of the first and second is\", and the three integers are odd,
\n" ); document.write( "variables can be assigned as
\n" ); document.write( "n-1, n+1, n+3
\n" ); document.write( ".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"4%28%28n-1%29%2B%28n%2B1%29%29=11%2B3%28n%2B3%29\"\r
\n" ); document.write( "\n" ); document.write( "-\r
\n" ); document.write( "\n" ); document.write( "\"4%28n-1%2Bn%2B1%29=11%2B3n%2B9\"\r
\n" ); document.write( "\n" ); document.write( "\"4%282n%29=3n%2B20\"\r
\n" ); document.write( "\n" ); document.write( "\"8n=3n%2B20\"\r
\n" ); document.write( "\n" ); document.write( "\"5n=20\"\r
\n" ); document.write( "\n" ); document.write( "\"n=4\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The consecutive odd integers: 3, 5, 7
\n" ); document.write( "
\n" );