document.write( "Question 688914: show that 2 is a factor of n^2+3n \n" ); document.write( "
Algebra.Com's Answer #425729 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! n^2+3n = n(n+3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Case 1: if n is even, then 2 is a factor of n(n+3) or n^2+3n (since n is a factor of n^2+3n)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Case 2: If n is odd, then n+3 is even (odd+odd = even), so 2 is factor of n+3 which means 2 is a factor of n^2+3n \n" ); document.write( " |