document.write( "Question 376038: find three consecutive integers such that the sum of the second and third is forty eight more than one-fifth the smallest. \n" ); document.write( "
Algebra.Com's Answer #267440 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! find three consecutive integers such that the sum of the second and third is forty eight more than one-fifth the smallest.\r \n" ); document.write( "\n" ); document.write( "Let x = the smallest integer \n" ); document.write( " x+1 = the 2nd integer \n" ); document.write( " x+2 = the 3rd integer\r \n" ); document.write( "\n" ); document.write( "(x+1)+(x+2) = x/5 + 48 \n" ); document.write( "2x+3 = .2x +48 \n" ); document.write( " 1.8x = 45 \n" ); document.write( " x = 25 \n" ); document.write( " x+1 = 26 \n" ); document.write( " x+2 = 27\r \n" ); document.write( "\n" ); document.write( "The 3 consecutive integers are 25, 26, & 27. \n" ); document.write( " |