document.write( "Question 969569: The sum of three consecutive odd numbers is 153. What is the smallest of the three numbers? \n" ); document.write( "
Algebra.Com's Answer #592410 by amarjeeth123(570)![]() ![]() ![]() You can put this solution on YOUR website! Let the three numbers be (x-2),x and (x+2). \n" ); document.write( "The sum of three consecutive odd numbers is 153. \n" ); document.write( "(x-2)+x+(x+2)=153 \n" ); document.write( "3x=153 \n" ); document.write( "x=51 \n" ); document.write( "The smallest of the three numbers is 49. \n" ); document.write( " |