document.write( "Question 942889: Two consecutive odd numbers have a sum of 44. Find the value of the product of both of these odd numbers? \n" ); document.write( "
Algebra.Com's Answer #574908 by macston(5194)![]() ![]() You can put this solution on YOUR website! First number is X, consecutive odd number is X+2 \n" ); document.write( "X+X+2=44 \n" ); document.write( "2X+2=44 \n" ); document.write( "2X=42 \n" ); document.write( "X=21 First number is 21 \n" ); document.write( "X+2=23 Consecutive odd number is 23 \n" ); document.write( "Product=21(23)=483 \n" ); document.write( "The product of two consecutive odd numbers with a sum of 44 is 483 \n" ); document.write( " |