document.write( "Question 78145: One number is 3 more than 2 times the other, and their sum is 27. what are the numbers \n" ); document.write( "
Algebra.Com's Answer #56041 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! The hardest part of this problem is translating the words into equations. \n" ); document.write( ". \n" ); document.write( "The problem uses the words \"one number\" and \"the other\". This tells you that there are two \n" ); document.write( "numbers to be found. Call \"one number\" x and \"the other\" y. \n" ); document.write( ". \n" ); document.write( "The first sentence tells you that \"one number\" (the one we called x) is 3 more than twice \n" ); document.write( "\"the other\" and we called that y. Twice y is 2y and 3 more than that is 2y + 3. \n" ); document.write( ". \n" ); document.write( "So from the first sentence we know that x = 2y + 3. \n" ); document.write( ". \n" ); document.write( "The first sentence also tells us that when we add \"one number\" to \"the other\" the sum is \n" ); document.write( "27. In equation form this is x + y = 27. \n" ); document.write( ". \n" ); document.write( "Now we have two equations as follows: \n" ); document.write( ". \n" ); document.write( "x = 2y + 3 and \n" ); document.write( "x + y = 27 \n" ); document.write( ". \n" ); document.write( "Since we have two unknowns (x and y) we must have two equations to solve for the two unknowns, \n" ); document.write( "and we have our two equations. \n" ); document.write( ". \n" ); document.write( "One of the ways to solve these two is by substitution. Notice that the first equation \n" ); document.write( "tells us that x is equal to the right side and the right side has only one unknown, y. \n" ); document.write( ". \n" ); document.write( "So we can take the right side of the first equation and plug it into the second equation \n" ); document.write( "in place of x. When we do that we get: \n" ); document.write( ". \n" ); document.write( "(2y + 3) + y = 27 \n" ); document.write( ". \n" ); document.write( "The parentheses are just there to show you that we replaced the x that was there with 2y + 3. \n" ); document.write( "We can remove the parentheses to make the equation: \n" ); document.write( ". \n" ); document.write( "2y + 3 + y = 27 \n" ); document.write( ". \n" ); document.write( "Add the terms containing y and the equation becomes: \n" ); document.write( ". \n" ); document.write( "3y + 3 = 27 \n" ); document.write( ". \n" ); document.write( "We need to eliminate the + 3 on the left side. We can do that by subtracting 3 from the \n" ); document.write( "left side, but if we do that we must also subtract 3 from the right side to keep the equation \n" ); document.write( "in balance. This subtraction results in: \n" ); document.write( ". \n" ); document.write( "3y + 3 - 3 = 27 - 3 \n" ); document.write( ". \n" ); document.write( "and this simplifies to: \n" ); document.write( ". \n" ); document.write( "3y = 24 \n" ); document.write( ". \n" ); document.write( "Now you can solve for y by dividing both sides by 3 to get: \n" ); document.write( ". \n" ); document.write( "3y/3 = 24/3 \n" ); document.write( ". \n" ); document.write( "which simplifies to: \n" ); document.write( ". \n" ); document.write( "y = 8 \n" ); document.write( ". \n" ); document.write( "We now know one of the unknowns. Recall that one of our equations said that the sum of the \n" ); document.write( "two unknowns must be 27. In equation form we wrote the equation: \n" ); document.write( ". \n" ); document.write( "x + y = 27 \n" ); document.write( ". \n" ); document.write( "But we know that y is 8. So in this equation we can replace y by 8 and get: \n" ); document.write( ". \n" ); document.write( "x + 8 = 27 \n" ); document.write( ". \n" ); document.write( "We can solve for this by subtracting 8 from both sides of the equation to get: \n" ); document.write( ". \n" ); document.write( "x = 27 - 8 = 19 \n" ); document.write( ". \n" ); document.write( "In summary, we have found that the two unknowns are 19 and 8. \n" ); document.write( ". \n" ); document.write( "Check ... does their sum equal 27? Yes it does. And is 19 equal to twice 8 = 3? Well, twice \n" ); document.write( "8 is 16 and add 3 gives you 19 ... so this condition was met by the two numbers also. \n" ); document.write( "We have found an answer using the process of substitution and have checked our answer. \n" ); document.write( ". \n" ); document.write( "Hope this discussion helps you to see a way to work problems by substitution. \n" ); document.write( " \n" ); document.write( " |