document.write( "Question 1170765: Find two consecutive odd integers such that three times the smaller is 31 more than twice the larger. \n" ); document.write( "
Algebra.Com's Answer #795651 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "let two consecutive odd integers be \"x\" and \"x%2B2\"\r
\n" ); document.write( "\n" ); document.write( "and if three times the smaller is \"31\" more than twice the larger, we have\r
\n" ); document.write( "\n" ); document.write( "\"3x=2%28x%2B2%29%2B31\"
\n" ); document.write( "\"3x=2x%2B4%2B31\"
\n" ); document.write( "\"3x-2x=35\"
\n" ); document.write( "\"x=35\"
\n" ); document.write( "and \"x%2B2=37\"\r
\n" ); document.write( "\n" ); document.write( "two consecutive odd integers are: \"35\" and \"37\"
\n" ); document.write( "
\n" );