document.write( "Question 1171400: I am having trouble with understanding this question:\r
\n" );
document.write( "\n" );
document.write( "The sum of three numbers is 40. The second number is twice the first number. The sum of the first two numbers is 2 more than the third number. What are the three numbers?\r
\n" );
document.write( "\n" );
document.write( "So far, I've worked out:
\n" );
document.write( "x+y+z=10
\n" );
document.write( "y=2x
\n" );
document.write( "x+y=z+2 \n" );
document.write( "
Algebra.Com's Answer #796375 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "As tutor @ikleyn says, the easiest way to solve this problem is using a single variable. \n" ); document.write( "The path she used to the solution is a good one; here is an alternative. \n" ); document.write( "Learn from this that there are nearly always different ways to set up a problem for solving. \n" ); document.write( "As you are learning mathematics, always explore different ways of solving problems and find ways that \"work\" for you. \n" ); document.write( "Start the same way she does: the first number is x, so the second is 2x. \n" ); document.write( "Now go a different direction than she did. \"the sum of the first two numbers is 2 more than the third number\" --> \"the third number is 2 less than the sum of the first two\": the third number is 3x-2. \n" ); document.write( "Now the equation to be solved says that the sum of the three numbers is 40: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWERS: The three numbers are \n" ); document.write( "x = 7 \n" ); document.write( "2x = 14 \n" ); document.write( "3x-2 = 19 \n" ); document.write( " \n" ); document.write( " |