InterviewSolution
Saved Bookmarks
| 1. |
How many ordered pairs (a, b) of positive integers with a < b and 100 |
| Answer» How many ordered pairs (a, b) of positive integers with a < b and 100 <= a, b <=1000 satisfy gcd(a, b) : lcm(a, b) = 1 : 495 ? | |