document.write( "Question 502862: Find three consecutive integers such that the sum of the largest and 5 times the smallest is -244?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #338971 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let integers be x , x+1, x+2\r \n" ); document.write( "\n" ); document.write( "x+2+5x=-244\r \n" ); document.write( "\n" ); document.write( "6x+2=-244 \n" ); document.write( "6x=-246 \n" ); document.write( "x=-246/6 \n" ); document.write( "x=-41\r \n" ); document.write( "\n" ); document.write( "the numbers are -41,-40,-39 \n" ); document.write( " |