A pair of numbers is considered a "beautiful" pair if its sum equals its product. How many beautiful pairs are there?
Note that the numbers need not to be distinct.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
A pair of number a , b can be a "beautiful" pair if it is a solution to the quadratic equation
x 2 − z x + z = 0 ,
where z is any number such that z = a + b . Since there are no restrictions (as to when the pairs have to be rational numbers, integers, etc.) then there are infinitely many pairs that satisfy this equation.