document.write( "Question 894069: find four consecutive odd numbers such that four times the second is decrteased by twice the fourth is 78. \n" ); document.write( "
Algebra.Com's Answer #805827 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive odd numbers: x, (x+2), (x+4), (x+6)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4(x+2) - 2(x+6) = 78
\n" ); document.write( "4x+8 - 2x-12 = 78
\n" ); document.write( "2x = 82
\n" ); document.write( "x = 41\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 41, 43, 45, and 47.
\n" ); document.write( "
\n" );