document.write( "Question 1002068: Find four consecutive integers such that the sum of the first three is 54 more than the fourth. \n" ); document.write( "
Algebra.Com's Answer #619075 by Timnewman(323)![]() ![]() You can put this solution on YOUR website! Hi dear, \n" ); document.write( "let the interger be x,x+1,x+2,andx+3,. \n" ); document.write( "since,the sum of the first three is 54 more than the fourth, \n" ); document.write( "Then, \n" ); document.write( "x+x+1+x+2=x+3+54 \n" ); document.write( "3x+3=x+57 \n" ); document.write( "2x=57-3 \n" ); document.write( "2x=54 \n" ); document.write( "x=27 \n" ); document.write( "The consecutive intergers are:27,28,29,and 30 \n" ); document.write( "OR \n" ); document.write( "-27,-28,-29 and -30 \n" ); document.write( "HOPE THIS HELPS? \n" ); document.write( " |