document.write( "Question 529964: Find 3 consecutive numbers such that the sum of the first and three times the second is 44 less than 5 times the third \n" ); document.write( "
Algebra.Com's Answer #349829 by boilpoil(127)![]() ![]() You can put this solution on YOUR website! Let x be the first number\r \n" ); document.write( "\n" ); document.write( "x+3(x+1)=5(x+2)-44 \n" ); document.write( "x+3x+3=5x+10-44 \n" ); document.write( "4x+3=5x-34 \n" ); document.write( "-x=-37 \n" ); document.write( "x=37\r \n" ); document.write( "\n" ); document.write( "The second number \n" ); document.write( "37+1 \n" ); document.write( "=38\r \n" ); document.write( "\n" ); document.write( "The third number \n" ); document.write( "37+2 \n" ); document.write( "=39 \n" ); document.write( " |