document.write( "Question 731415: the sum of the five consecutive numbers is 28 more than the sum of the third and the fifth numbers . find the consecutive numbers\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #447115 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the numbers be x,x+1,x+2,x+3,x+4\r \n" ); document.write( "\n" ); document.write( "sum = 5x+10\r \n" ); document.write( "\n" ); document.write( "third and fifth sum = x+2+x+4= 2x+6\r \n" ); document.write( "\n" ); document.write( "5x+10= 2x+6+28\r \n" ); document.write( "\n" ); document.write( "5x+10=2x+34\r \n" ); document.write( "\n" ); document.write( "5x-2x=34-10\r \n" ); document.write( "\n" ); document.write( "3x=24\r \n" ); document.write( "\n" ); document.write( "x= 24/3 \n" ); document.write( "x=8\r \n" ); document.write( "\n" ); document.write( "8,9,10,11,12 \n" ); document.write( " |