document.write( "Question 850509: If m is an odd integer, what is the second consecutive even integer preceding m?
\n" );
document.write( "a) m-4
\n" );
document.write( "b) m-3
\n" );
document.write( "c) m-2
\n" );
document.write( "d) m-1
\n" );
document.write( "e) m+1 \n" );
document.write( "
Algebra.Com's Answer #512192 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! the first even integer preceding odd integer m is m-1 \n" ); document.write( "the next even integer is m-3 \n" ); document.write( "b) m-3 \n" ); document.write( " \n" ); document.write( " |