document.write( "Question 390697: The first number is eight more than the second number. Three times the second number plus twice the first number is equal to 26. Find the numbers. HELP \n" ); document.write( "
Algebra.Com's Answer #277077 by emargo19(101)![]() ![]() ![]() You can put this solution on YOUR website! Let x+8 be the 1st number \n" ); document.write( "let x be the 2nd number \n" ); document.write( "three times the 2nd number=3x \n" ); document.write( "twice the 1st number = 2(x+8) \n" ); document.write( "therefore \n" ); document.write( "3x+2(x+8)=26 \n" ); document.write( "3x+2x+16=26 \n" ); document.write( "3x+2x=26-16 \n" ); document.write( "5x=10 \n" ); document.write( "x=2 \n" ); document.write( "The value of 2nd number=2 \n" ); document.write( "The value of 1st number is, \n" ); document.write( "x+8 \n" ); document.write( "=2+8 \n" ); document.write( "=10 \n" ); document.write( "Ans(10, 2) \n" ); document.write( " |