document.write( "Question 50608This question is from textbook Applied College Algebra
\n" );
document.write( ": The sum of three consecutive even integers is between 36 and 54. Find all sets of intergers that satisfy this condition. \n" );
document.write( "
Algebra.Com's Answer #33776 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! The sum of three consecutive even integers is between 36 and 54. Find all sets of intergers that satisfy this condition. \n" ); document.write( "let the 3 consecutive even integers be 2n-2,2n,2n+2 \n" ); document.write( "their sum = 2n-2+2n+2n+2=6n \n" ); document.write( "36<6n<54 \n" ); document.write( "6 \n" ); document.write( "hence the numbers are \n" ); document.write( "2*7-2=12,14,16........or \n" ); document.write( "2*8-2=14,16,18 |