Question:medium

The sum of two numbers is 11 and their product is 30, then the numbers are:

Show Hint

For problems involving the sum and product of two numbers, use a quadratic equation to find the solutions.
Updated On: Jan 15, 2026
  • 8, 3
  • 7, 4
  • 6, 5
  • 9, 2
Show Solution

The Correct Option is C

Solution and Explanation

Let the numbers be \( x \) and \( y \). The equations are: \[\nx + y = 11 \quad \text{and} \quad x \times y = 30\n\] Solve using a quadratic. Substitute \( y = 11 - x \): \[\nx \times (11 - x) = 30\n\] \[\nx^2 - 11x + 30 = 0\n\] Factor the quadratic: \[\n(x - 6)(x - 5) = 0\n\] So, \( x = 6 \) and \( y = 5 \) (or vice versa). The answer is \( 6, 5 \).
Was this answer helpful?
0