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
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
123
Comments
Let R1,R2,R3 represent the rows of the matrix. If the determinant is zero, then the rows must be linearly dependent. Therefore there exist integers a,b,c such that aR1+bR2+cR3=0. So I guess we can look at several mutually exclusive cases:
(1) All of the rows are zero. There is just 1 matrix like this.
(2) Exactly 2 of the rows are zero. We choose which two ((23) ways), and there are 7 possibilities for the remaining nonzero row. (the remaining row can't be zero because we have already counted the case where all 3 rows are zero). Therefore there are 21 ways in this case.
(3) Exactly one of the rows is zero. We choose which one ((13) ways), and there are 7∗7 possibilities for the remaining two nonzero rows. Therefore there are 147 ways in this case.
(4) None of the rows are zero, but the rows are all equal to each other. Well, there are 7 possibilities for what the row looks like, so there are 7 ways.
(5) Exactly 2 of the rows are equal to each other. There are (23) ways to choose which two, 7 ways to decide what the two equal rows look like, and 6 ways remaining to decide how the last one looks (because we want it to be different). Therefore, there are 126 ways in this case.
(6) The rows are all different, but two of them add to make the third row.
First we choose which two rows add to make the third one ((23) ways). Suppose that Ra+Rb=Rc where a,b,c are the numbers 1,2,3 in some order.
Now we'll need to split this case into a few subcases:
(6a)Ra has exactly one '1'. There are 3 possibilities: (1,0,0),(0,1,0),(0,0,1). Note that if Ra,k=1, then we must have Rb,k=0, because the entries can only be 0 and 1 and we assumed that Ra+Rb=Rc. For the other two digits in Rb, there are 3 possibilities (we can't have Rb=(0,0,0) since that possibility was covered in the previous cases). Since Ra+Rb=Rc, there is only 1 choice for what Rc is. This gives a total of 9 for this subcase.
(6b)Ra has exactly two '1's. There are three possibilities: (1,1,0),(0,1,1),(1,0,1). Now Rb can only be (0,0,1),(1,0,0),(0,1,0) respectively (i,e, only one choice for Rb). Again since Ra+Rb=Rc, there is only 1 choice for what Rc is. This gives a total of 3 for this subcase.
Now Ra can't be all zeros since this case was covered earlier. It also can't be all ones, because that would force Rb to be all zeros.
Therefore, the total of the subcases is 12, and multiplying that by (23) gives 36 for case (6).
Hence, the total of all the cases is 1+21+147+7+126+36=328.
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
Let R1,R2,R3 represent the rows of the matrix. If the determinant is zero, then the rows must be linearly dependent. Therefore there exist integers a,b,c such that aR1+bR2+cR3=0. So I guess we can look at several mutually exclusive cases:
(1) All of the rows are zero. There is just 1 matrix like this.
(2) Exactly 2 of the rows are zero. We choose which two ((23) ways), and there are 7 possibilities for the remaining nonzero row. (the remaining row can't be zero because we have already counted the case where all 3 rows are zero). Therefore there are 21 ways in this case.
(3) Exactly one of the rows is zero. We choose which one ((13) ways), and there are 7∗7 possibilities for the remaining two nonzero rows. Therefore there are 147 ways in this case.
(4) None of the rows are zero, but the rows are all equal to each other. Well, there are 7 possibilities for what the row looks like, so there are 7 ways.
(5) Exactly 2 of the rows are equal to each other. There are (23) ways to choose which two, 7 ways to decide what the two equal rows look like, and 6 ways remaining to decide how the last one looks (because we want it to be different). Therefore, there are 126 ways in this case.
(6) The rows are all different, but two of them add to make the third row.
First we choose which two rows add to make the third one ((23) ways). Suppose that Ra+Rb=Rc where a,b,c are the numbers 1,2,3 in some order.
Now we'll need to split this case into a few subcases:
(6a) Ra has exactly one '1'. There are 3 possibilities: (1,0,0),(0,1,0),(0,0,1). Note that if Ra,k=1, then we must have Rb,k=0, because the entries can only be 0 and 1 and we assumed that Ra+Rb=Rc. For the other two digits in Rb, there are 3 possibilities (we can't have Rb=(0,0,0) since that possibility was covered in the previous cases). Since Ra+Rb=Rc, there is only 1 choice for what Rc is. This gives a total of 9 for this subcase.
(6b) Ra has exactly two '1's. There are three possibilities: (1,1,0),(0,1,1),(1,0,1). Now Rb can only be (0,0,1),(1,0,0),(0,1,0) respectively (i,e, only one choice for Rb). Again since Ra+Rb=Rc, there is only 1 choice for what Rc is. This gives a total of 3 for this subcase.
Now Ra can't be all zeros since this case was covered earlier. It also can't be all ones, because that would force Rb to be all zeros.
Therefore, the total of the subcases is 12, and multiplying that by (23) gives 36 for case (6).
Hence, the total of all the cases is 1+21+147+7+126+36=328.