document.write( "Question 248101: Find a sequence of three intergers with a common difference of three, such that three times the sum of the first two intergers minus five times the largest interger is 61. \n" ); document.write( "
Algebra.Com's Answer #180865 by edjones(8007) You can put this solution on YOUR website! Let the integers be x, x+3, x+6 \n" ); document.write( ". \n" ); document.write( "3(x+x+3)-5(x+6)=61 \n" ); document.write( "6x+9-5x-30=61 \n" ); document.write( "x-21=61 \n" ); document.write( "x=82 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |