document.write( "Question 275525: If n represents an odd number, which of these is an even number?\r
\n" );
document.write( "\n" );
document.write( "a)4n + 1 b) 2n -1 c) 3n - 2 d) 3n +1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #200963 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! a)4n + 1 b) 2n -1 c) 3n - 2 d) 3n +1 \n" ); document.write( "Answer is d). \n" ); document.write( "Proof: \n" ); document.write( "4*1+1=4+1=5 odd \n" ); document.write( "2*1-1=2-1=1 odd \n" ); document.write( "3*1-2=3-2=1 odd \n" ); document.write( "3*1+1=3+1=4 even. \n" ); document.write( " |