document.write( "Question 1208831: Evan thinks of two numbers. If he adds 2 to the first number and then multiplies the sum by three, the result is the second number. if he subtracts 3 times the first number from the second number, the result is 8, what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #847473 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let the first number be x and the second be y. \n" ); document.write( "If he adds 2 to the first number and then multiplies the sum by three, the result is the second number: y=3(x+2)=3x+6 \n" ); document.write( "If he subtracts 3 times the first number from the second number, the result is 8: y-3x=8 --> y=3x+8 \n" ); document.write( "We now have two expressions for y in terms of x, so those two expressions must be equal: 3x+6 = 3x+8 \n" ); document.write( "That equation clearly has no solutions. \n" ); document.write( "ANSWER: no solution \n" ); document.write( " \n" ); document.write( " |