document.write( "Question 433377: the sum of five consecutive numbers is 190.what is the sum of the largest and the smallest numbers\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #300410 by belle3833(46)![]() ![]() You can put this solution on YOUR website! let the first number be x so all the consecutive numbers are: \n" ); document.write( "x,x+1,x+2,x+3,x+4\r \n" ); document.write( "\n" ); document.write( "The sum of these: \n" ); document.write( "x+x+1+x++,x+3+x+4=190 \n" ); document.write( "5x+10=190 \n" ); document.write( "5x=180 \n" ); document.write( "x=36\r \n" ); document.write( "\n" ); document.write( "so your first number (x)=36,\r \n" ); document.write( "\n" ); document.write( "your consecutive numbers are \n" ); document.write( "36 37 38 39 40 \n" ); document.write( "the sum of the smallest and largest numbers is 36+40=76\r \n" ); document.write( "\n" ); document.write( "Hope this helps otherwise please message me :-) \n" ); document.write( " \n" ); document.write( " |