This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
Hi Calvin. Thanks for the response. Won't the grid only work for determining the number of unique products if exactly TWO numbers are chosen? How can you determine the number of unique products if three or more numbers are chosen and multiplied?
@Mark Mottian
–
oh ooops, did not see "or more". That makes it much easier then.
Claim: Each product can be uniquely written as 3a×4b×5c×6d×7e, where 0≤a≤1,0≤b≤2,0≤c≤2,0≤d≤1,0≤e≤3.
This happens to work for the set of numbers, and it should be rigorously proved. It would not work if we had 2 3's and 2 6's.
So, there are 2×3×3×2×4 possible products.
The number of products of 0 terms is 1. The number of products of 1 term is 5. So subtract 1+5=6 from the previous total.
ABCDE is an irregular pentagon with DC = DE and the angles at E and C are right angles. Angle DAB is 70 degrees and angle DBA is 60 degrees. Also, EA + BC = AB. Determine the size of the angle EDC in degrees.
The nine digits 1, 2, 3, 4, 5, 6, 7, 8 and 9 are each used exactly once in writing three 3-digit numbers. In each of the three numbers, the middle digit is the largest. What is the smallest possible sum of these three numbers?
The priority is getting the lowest hundred's digits, then the lowest tens digits and then the lowest ones digits.
So The numbers should be 1__,2__,3__. Next, we need to put the tens digits. We can't put a 4, because then we can't put anything in the ones place. But we can put a 5; putting a 4 in the ones place. Likewise, we can't place a 6, since both 5,4 are used, but we can put a 7. Like wise for 8,9. Putting them in place, we get 154,276,398 with a sum of 828
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Question 20
How many different numbers can be written as the product of two or more of the numbers 3, 4, 4, 5, 5, 6, 7, 7, 7 ?
Log in to reply
A simple way to approach this question is to write the numbers out in a grid, and then multiply them out while ignoring terms in the main diagonal.
Log in to reply
Hi Calvin. Thanks for the response. Won't the grid only work for determining the number of unique products if exactly TWO numbers are chosen? How can you determine the number of unique products if three or more numbers are chosen and multiplied?
Log in to reply
Claim: Each product can be uniquely written as 3a×4b×5c×6d×7e, where 0≤a≤1,0≤b≤2,0≤c≤2,0≤d≤1,0≤e≤3. This happens to work for the set of numbers, and it should be rigorously proved. It would not work if we had 2 3's and 2 6's.
So, there are 2×3×3×2×4 possible products. The number of products of 0 terms is 1. The number of products of 1 term is 5. So subtract 1+5=6 from the previous total.
Question 19
ABCDE is an irregular pentagon with DC = DE and the angles at E and C are right angles. Angle DAB is 70 degrees and angle DBA is 60 degrees. Also, EA + BC = AB. Determine the size of the angle EDC in degrees.
Question 7
The nine digits 1, 2, 3, 4, 5, 6, 7, 8 and 9 are each used exactly once in writing three 3-digit numbers. In each of the three numbers, the middle digit is the largest. What is the smallest possible sum of these three numbers?
Log in to reply
The priority is getting the lowest hundred's digits, then the lowest tens digits and then the lowest ones digits.
So The numbers should be 1__,2__,3__. Next, we need to put the tens digits. We can't put a 4, because then we can't put anything in the ones place. But we can put a 5; putting a 4 in the ones place. Likewise, we can't place a 6, since both 5,4 are used, but we can put a 7. Like wise for 8,9. Putting them in place, we get 154,276,398 with a sum of 828
Log in to reply
Well done! Can you please help me solve the last two problems as well?
Question 16
Let f be a function satisfying:
f(xy)=f(x)/y
for all positive real numbers x and y. If f(500)=3, what is the value of f(100)?
Log in to reply
Isn't this a one line solution?
f(5∗100)=f(100)/5⟹f(100)=5∗f(500)=15
Log in to reply
Hi Siddhartha. As usual, it's an absolute pleasure to discuss things with you. Yes, that's my exact solution!