Let the two numbers be \( x \) and \( y \). The system of equations can be written as:
- \( xy = 10 \)
- \( x = y + 3 \)
To solve using guess and check:
-
Substituting \( x \) in the first equation: \((y + 3)y = 10\) \(y^2 + 3y - 10 = 0\)
-
Factoring: \((y + 5)(y - 2) = 0\)
So, \( y = -5 \) or \( y = 2 \).
- Finding \( x \):
- If \( y = 2 \), then \( x = 5 \).
- If \( y = -5 \), then \( x = -2 \).
Solutions:
- \( (5, 2) \)
- \( (-2, -5) \)
Both pairs satisfy the original conditions.