One holiday, I gave each of my 3 grandsons x coins and each of my 4 granddaughters y coins. The total number of coins that I gave to my grandchildren will allow for only one ordered pair of positive intergers (x,y). At most how many coins did I give to my 7 grandchildren?
For the above question, or in general for any number of "a" grandsons, and "b" grand daughters, the total number of coins that satisfy the above requirements is given by the following formula: Total number of coins = 2 * (lowest common denominator of "a" and "b")
In the above case, total number of coins = 2 * 12 = 24. 12 is the lowest common denominator of 3 and 4.
My question is, how to prove that the above formula is correct...?
-Peter