document.write( "Question 815700: find three consecutive integers such that the sum of the first and three times the second is 44 less than five the third \n" ); document.write( "
Algebra.Com's Answer #491160 by algebrahouse.com(1659) You can put this solution on YOUR website! x = first consecutive integer \n" ); document.write( "x + 1 = second consecutive integer {consecutive integers increase by 1} \n" ); document.write( "x + 2 = 3rd consecutive integer\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + 3(x + 1) = 5(x + 2) - 44 {sum of 1st and 3 times 2nd is 44 less than 3 times the 3rd} \n" ); document.write( "x + 3x + 3 = 5x + 10 - 44 {used distributive property} \n" ); document.write( "4x + 3 = 5x - 34 {combined like terms} \n" ); document.write( "3 = x - 34 {subtracted 4x from each side} \n" ); document.write( "x = 37 {added 34 to each side} \n" ); document.write( "x + 1 = 38 {substituted 37, in for x, into x + 1} \n" ); document.write( "x + 2 = 39 {substituted 37, in for x, into x + 2}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "37, 38, and 39 are the three consecutive integers \n" ); document.write( " For more help from me, visit: www.algebrahouse.com \n" ); document.write( " |