document.write( "Question 92741: What two numbers have the sum of 9 and the product of 20? \n" ); document.write( "
Algebra.Com's Answer #67503 by bucky(2189) ![]() You can put this solution on YOUR website! Call the two numbers x and y \n" ); document.write( ". \n" ); document.write( "Since their sum is 9 we write this in equation form as: \n" ); document.write( ". \n" ); document.write( "x + y = 9 \n" ); document.write( ". \n" ); document.write( "And since their product is 20 we write this in equation form as: \n" ); document.write( ". \n" ); document.write( "x*y = 20 \n" ); document.write( ". \n" ); document.write( "We now have two equations. One way to solve an equation set such at this is by using substitution. \n" ); document.write( ". \n" ); document.write( "Solve the first equation regarding the sum for one of the variables in terms of the other. \n" ); document.write( "You can do this by subtracting y from both sides to get: \n" ); document.write( ". \n" ); document.write( "x + y - y = 9 - y \n" ); document.write( ". \n" ); document.write( "Perform the subtraction on the left side and the equation reduces to: \n" ); document.write( ". \n" ); document.write( "x = 9 - y \n" ); document.write( ". \n" ); document.write( "Then in the second equation we can substitute 9 - y for x since x is equal to 9 - y. \n" ); document.write( "After making this substitution the second equation becomes: \n" ); document.write( ". \n" ); document.write( "(9 - y)*y = 20 \n" ); document.write( ". \n" ); document.write( "Doing the distributed multiplication on the left side (multiplying the y by each of the terms \n" ); document.write( "in the set of parentheses) results in the equation becoming: \n" ); document.write( ". \n" ); document.write( "9y - y^2 = 20 \n" ); document.write( ". \n" ); document.write( "rearrange the terms on the left side in descending powers of y to get: \n" ); document.write( ". \n" ); document.write( "-y^2 + 9y = 20 \n" ); document.write( ". \n" ); document.write( "Subtract 20 from both sides and the equation becomes: \n" ); document.write( ". \n" ); document.write( "-y^2 + 9y - 20 = 0 \n" ); document.write( ". \n" ); document.write( "Finally, to get things in a little more standard form, multiply all the terms on both sides \n" ); document.write( "by -1 to make the y^2 term be positive. After this multiplication, the equation becomes: \n" ); document.write( ". \n" ); document.write( "y^2 - 9y + 20 = 0 \n" ); document.write( ". \n" ); document.write( "This factors into: \n" ); document.write( ". \n" ); document.write( "(y - 5)*(y - 4) = 0 \n" ); document.write( ". \n" ); document.write( "This equation will be true if either one of the factors equals zero, because a multiplication \n" ); document.write( "by zero on the left side will result in that side becoming zero and therefore it equals the \n" ); document.write( "right side. \n" ); document.write( ". \n" ); document.write( "So set y - 5 = to 0. Solve for y by adding 5 to both sides to get y = 5. \n" ); document.write( ". \n" ); document.write( "Then set y - 4 equal to 0. Solve for y by adding 4 to both sides to get y = 4. \n" ); document.write( ". \n" ); document.write( "So we have two possibilities ... either y = 5 or y = 4. \n" ); document.write( ". \n" ); document.write( "Now go to the equation that said x + y = 9. If y is equal to 5 this equation becomes \n" ); document.write( "x + 5 = 9 and when you subtract 5 from both sides this tells you that x = 4. However, \n" ); document.write( "if y is equal to 4 this equation becomes x + 4 = 9 and when you subtract 4 from both sides \n" ); document.write( "you get that x = 5. \n" ); document.write( ". \n" ); document.write( "So the answer is that the two numbers are 4 and 5. Their sum is 9 and their product is 20. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to see your way through this problem. \n" ); document.write( " |