document.write( "Question 334429: Find two consecutive odd integers such that 3 times the first integer is 5 more than twice the second? \n" ); document.write( "
Algebra.Com's Answer #239614 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let the integers be x and \"x%2B2\"
\n" ); document.write( "You are told
\n" ); document.write( "\"3x+=+2%28x%2B2%29+%2B+5\"
\n" ); document.write( "\"3x+=+2x+%2B+4+%2B+5\"
\n" ); document.write( "\"x+=+9\"
\n" ); document.write( "and \"x%2B2+=+11\"
\n" ); document.write( "Does 3*9 = (2*11) + 5 ???
\n" ); document.write( "
\n" ); document.write( "
\n" );