document.write( "Question 209881: There are three consecutive odd integers such that twice their sum is 30 less than 8 times the third integer. Find these odd integers. \n" ); document.write( "
Algebra.Com's Answer #159484 by math problem solving(30)![]() ![]() ![]() You can put this solution on YOUR website! Let the middle number is n. \n" ); document.write( "Then the three numbers can be expressed as n-2,n,n+2.\r \n" ); document.write( "\n" ); document.write( "Their sum is n-2 + n + n + 2 = 3n.\r \n" ); document.write( "\n" ); document.write( "Now use the given relationship to set up an equation: \n" ); document.write( "twice their sum is 30 less than 8 times the third integer\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The relationship can be written as: \n" ); document.write( "2* their sum = 8*the third number - 30\r \n" ); document.write( "\n" ); document.write( "2*3n =8(n+2)-30 \n" ); document.write( "Solving for n, we have \n" ); document.write( "6n = 8n + 16 -30 \n" ); document.write( "0 = 2n - 14 \n" ); document.write( "2n = 14 \n" ); document.write( "n = 7 \n" ); document.write( "So the three numbers are 5, 7, 9. \n" ); document.write( " |