document.write( "Question 192944: 3 times the first of three consecutive numbers is 4 more than 2 times the second. \n" ); document.write( "
Algebra.Com's Answer #144838 by bhayzone(8)![]() ![]() ![]() You can put this solution on YOUR website! Answer: 6,7,8\r \n" ); document.write( "\n" ); document.write( "Let 1st num = n \n" ); document.write( "2nd = n+1 \n" ); document.write( "3rd = n+2\r \n" ); document.write( "\n" ); document.write( "3 times the first of three consecutive numbers is 4 more than 2 times the second. \r \n" ); document.write( "\n" ); document.write( "3n = 2(n+1) + 4 \n" ); document.write( "n = 6 \n" ); document.write( " |