How many unordered pairs of positive integers have the property that their product minus their sum is equal to ?
(The pairs and are the same.)
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.
We can set up the equation a b − ( a + b ) = 1 1 . Adding 1 to both sides we get
a b − a − b + 1 = 1 2
( a − 1 ) ( b − 1 ) = 1 2
The pairs of factors of 1 2 are ( 1 , 1 2 ) , ( 2 , 6 ) , and ( 3 , 4 ) . Therefore, there are 3 unordered pairs { a , b } that have the property that their product minus their sum is 1 1 .