document.write( "Question 956817: Find three consecutive odd integers such that twice the first less the third is 7. \n" ); document.write( "
Algebra.Com's Answer #584559 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
three consecutive odd integers:n,n+2,n+4
\n" ); document.write( "2n-(n+4)=7
\n" ); document.write( "n-4=7
\n" ); document.write( "n=11 ANSWER 1: The first integer is 11.
\n" ); document.write( "n+2=13 ANSWER 2: The second integer is 13.
\n" ); document.write( "n+4=15 ANSWER 3: The third number is 15.
\n" ); document.write( "
\n" );