The sum of the two positive integers is 20. Find the chance that their product will be less than 50.
If the answer can be written as a/b find a+b ?
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.
In this script x and y represent the two positive integers. x ranges over all possible values such that the sum of the two integers sum to 20. As this happens the code counts how many x and y pairs are possible. The code counts how many pairs have a product less than 50.