document.write( "Question 246314: Find three consecutive odd integers such that the sum of the second and third integers is three less than three times the first integer. \n" ); document.write( "
Algebra.Com's Answer #179928 by College Student(505)\"\" \"About 
You can put this solution on YOUR website!
Let \"x\" = integer
\n" ); document.write( "Let \"x%2B2\" = consecutive odd integer
\n" ); document.write( "Let \"x%2B4\" = the next consecutive odd integer
\n" ); document.write( ".
\n" ); document.write( "If the sum of the second and third integers is three less than three times the first integer, our equation becomes:
\n" ); document.write( "\"%28x%2B2%29%2B%28x%2B4%29=3x-3\"
\n" ); document.write( ".
\n" ); document.write( "Now solve for x to find your first integer. The other two will be easy to figure out.
\n" ); document.write( "Rememebr to check your answers.
\n" ); document.write( "
\n" );