document.write( "Question 1052151: Find three consecutive odd integers with the property that 3 times the first integer plus twice the second integer is 5 more than twice the third integer \n" ); document.write( "
Algebra.Com's Answer #667591 by advanced_Learner(501)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "let x-2,x,x+2 be the odd consecutive integers.
\n" ); document.write( "\"3%28x-2%29\"+\"2%28x%29\"=\"2%28x%2B2%29\"+\"%285%29\"\r
\n" ); document.write( "\n" ); document.write( "\"%283x-6%29\"+\"%282x%29\"=\"%282x%2B4%29\"+\"%285%29\"\r
\n" ); document.write( "\n" ); document.write( "\"%283x-6%29\"=\"%284%29\"+\"%285%29\"
\n" ); document.write( "\"%283x%29\"=\"%2810%29\"+\"%285%29\"
\n" ); document.write( "\"%28x%29\"=\"%2815%2F3%29\"
\n" ); document.write( "\"%28x%29\"=\"%285%29\"\r
\n" ); document.write( "\n" ); document.write( "the numbers are 3,5,7
\n" ); document.write( "check\r
\n" ); document.write( "\n" ); document.write( "3(3)+2(5)=5+14
\n" ); document.write( "19=19\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );