
David W. answered 10/06/15
Tutor
4.7
(90)
Experienced Prof
Debate Topic:
Resolved: Questions that cause you to smile are characteristically better than questions that don't.
This is a cool question! And, it has several cool solutions (at different levels of math).
Now, on the pretty complicated side, you could study the products of prime numbers so that you could decrypt coded messages between computers (see "RSA problem" on Wikipedia) or, on the simple side, just to find an LCM (least common multiple) of some numbers.
Here is a cool solution:
The only prime factors we must consider are 2, 3, 5, 7, 11, 13, 17, 19, 23, and 29. That's because multiplying any bigger number by 2 (the very smallest prime) gives a result greater than 60.
Now, if the number is to be funny, it must have at least two of the same prime numbers as a factor (group them together), so a grouped factor of the number must be:
4, 9, 25 (anything larger times 2 also exceeds 60)
O.K., now which of these 3 values can be multiplied by a single prime number to get a result between 30 and 60? (just try them -- iterate with a number in the second list and a number in the first list):
4 *11 = 44
4 *13 = 52
Resolved: Questions that cause you to smile are characteristically better than questions that don't.
This is a cool question! And, it has several cool solutions (at different levels of math).
Now, on the pretty complicated side, you could study the products of prime numbers so that you could decrypt coded messages between computers (see "RSA problem" on Wikipedia) or, on the simple side, just to find an LCM (least common multiple) of some numbers.
Here is a cool solution:
The only prime factors we must consider are 2, 3, 5, 7, 11, 13, 17, 19, 23, and 29. That's because multiplying any bigger number by 2 (the very smallest prime) gives a result greater than 60.
Now, if the number is to be funny, it must have at least two of the same prime numbers as a factor (group them together), so a grouped factor of the number must be:
4, 9, 25 (anything larger times 2 also exceeds 60)
O.K., now which of these 3 values can be multiplied by a single prime number to get a result between 30 and 60? (just try them -- iterate with a number in the second list and a number in the first list):
4 *11 = 44
4 *13 = 52
9 * 5 = 45
25 * 2 = 50
Looks like the funny numbers between 30 and 60 are 44, 52, 45, and 50. (note: I left them out of order)
Looks like the funny numbers between 30 and 60 are 44, 52, 45, and 50. (note: I left them out of order)