document.write( "Question 217522: The sum of 4 consecutive odd integers is 336. Find the largest integer. \n" ); document.write( "
Algebra.Com's Answer #163987 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Let x, x+2, x+4, x+6 be the 4 integers. \n" ); document.write( "x+x+2+x+4+x+6=336 \n" ); document.write( "4x=336-2-4-6 \n" ); document.write( "4x=336-12 \n" ); document.write( "4x=324 \n" ); document.write( "x=324/4 \n" ); document.write( "x=81 ans. for the smallest integer \n" ); document.write( "81+6=87 ans. for the largest integer. \n" ); document.write( "Proof: \n" ); document.write( "81+83+85+87=336 \n" ); document.write( "336=336 \n" ); document.write( " |