document.write( "Question 67972: find 3 consecutive odd numbers such that 9 timesthe first is the same as the sum of 3 times the second and 4 times the third. \n" ); document.write( "
Algebra.Com's Answer #48350 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The numbers are
\n" ); document.write( "2n+1
\n" ); document.write( "2n+3
\n" ); document.write( "2n+5
\n" ); document.write( "\"9%282n%2B1%29+=+3%282n%2B3%29+%2B+4%282n%2B5%29\"
\n" ); document.write( "\"18n+%2B+9+=+6n+%2B+9+%2B+8n+%2B+20\"
\n" ); document.write( "\"4n+=+20\"
\n" ); document.write( "\"n+=+5\"
\n" ); document.write( "The numbers are
\n" ); document.write( "\"2n+%2B+1+=+11\"
\n" ); document.write( "\"2n+%2B+3+=+13\"
\n" ); document.write( "\"2n+%2B+5+=+15\"
\n" ); document.write( "
\n" );