document.write( "Question 832144: 23. Odd and Even numbers
\n" );
document.write( "Is the sum of any two odd numbers an odd number?
\n" );
document.write( "Is the sum of any two even numbers an even number?
\n" );
document.write( "Is the product of any two odd numbers an odd number?
\n" );
document.write( " Is the product of any two even numbers an even number? \n" );
document.write( "
Algebra.Com's Answer #501927 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Sum of odds: \n" ); document.write( "Sum of evens: \n" ); document.write( "Product of Odds: \n" ); document.write( "Product of Evens: \n" ); document.write( " \n" ); document.write( " |