document.write( "Question 1055014: find three cosecUtive even integers such that the sum of twice the smallest and three times the largest is 42 \n" ); document.write( "
Algebra.Com's Answer #670214 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 2x+3(x+2) = 42 \n" ); document.write( "2x+3x+6 = 42 \n" ); document.write( "5x = 36 \n" ); document.write( "x = 7.2 \n" ); document.write( "the numbers are: 7.2, 8.2, 9.2 \n" ); document.write( "------------------- \n" ); document.write( "Check: \n" ); document.write( "2(7.2)+3(9.2) = 42 \n" ); document.write( "14.4+27.6 = 42.0 Correct \n" ); document.write( " |