document.write( "Question 968713: The sum of 5 consecutive odd numbers is 435.\r
\n" );
document.write( "\n" );
document.write( "What is the third number in this sequence?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #591909 by amarjeeth123(570)![]() ![]() ![]() You can put this solution on YOUR website! Let the consecutive odd numbers be (x-4),(x-2),x,(x+2) and (x+4). \n" ); document.write( "The sum of 5 consecutive odd numbers is 435. \n" ); document.write( "(x-4)+(x-2)+x+(x+2)+(x+4)=435 \n" ); document.write( "5x=435 \n" ); document.write( "x=87 \n" ); document.write( "The third number in the sequence is 87. \n" ); document.write( " |