document.write( "Question 805345: Find three consecutive odd numbers such that eight times the first plus the third is seven times the second \n" ); document.write( "
Algebra.Com's Answer #485186 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the numbers be x, x+2, x+4\r
\n" ); document.write( "\n" ); document.write( "8x+x+4=7(x+2)\r
\n" ); document.write( "\n" ); document.write( "9x+4= 7x+14
\n" ); document.write( "9x-7x=14-4
\n" ); document.write( "2x=10
\n" ); document.write( "x=5\r
\n" ); document.write( "\n" ); document.write( "5,7,9 are the numbers
\n" ); document.write( "
\n" );