document.write( "Question 994882: the sum of the two consecutive odd numbers is 52. what are the two odd numbers? \n" ); document.write( "
Algebra.Com's Answer #613826 by phillywily(18)![]() ![]() ![]() You can put this solution on YOUR website! Take x as the first odd number, x+2 as the second odd number(because odd numbers are 2 numbers apart). \n" ); document.write( "x+(x+2)=52 \n" ); document.write( "2x+2=52 \n" ); document.write( "2x=52-2 \n" ); document.write( "2x=50 \n" ); document.write( "x=50/2 \n" ); document.write( "x=25 \n" ); document.write( "x+2=45+2 \n" ); document.write( "x+2=27\r \n" ); document.write( "\n" ); document.write( "Hence, the two odd numbers are 25 and 27 each. \n" ); document.write( " |