Delirious Determinant

Consider all 3x3 determinants whose each element can be 11 or 00.Find the number of such determinants whose value is 00 when evaluated.

#Algebra #Determinant #CosinesGroup #Goldbach'sConjurersGroup #TorqueGroup

Note by Eddie The Head
7 years, 1 month ago

No vote yet
1 vote

  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:

  • 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.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # 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"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Let R1,R2,R3R_1, R_2, R_3 represent the rows of the matrix. If the determinant is zero, then the rows must be linearly dependent. Therefore there exist integers a,b,ca,b,c such that aR1+bR2+cR3=0a R_1 + b R_2 + c R_3 = 0. So I guess we can look at several mutually exclusive cases:

(1)(1) All of the rows are zero. There is just 1 matrix like this.

(2)(2) Exactly 2 of the rows are zero. We choose which two ((32)\binom{3}{2} 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)(3) Exactly one of the rows is zero. We choose which one ((31)\binom{3}{1} ways), and there are 777*7 possibilities for the remaining two nonzero rows. Therefore there are 147 ways in this case.

(4)(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)(5) Exactly 2 of the rows are equal to each other. There are (32)\binom{3}{2} 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)(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 ((32)\binom{3}{2} ways). Suppose that Ra+Rb=Rc R_a + R_b = R_c where a,b,ca,b,c are the numbers 1,2,31,2,3 in some order.

Now we'll need to split this case into a few subcases:

(6a)(6a) RaR_a has exactly one '1'. There are 3 possibilities: (1,0,0),(0,1,0),(0,0,1)(1,0,0),(0,1,0),(0,0,1). Note that if Ra,k=1R_{a,k} = 1, then we must have Rb,k=0R_{b,k} = 0, because the entries can only be 0 and 1 and we assumed that Ra+Rb=RcR_a + R_b = R_c. For the other two digits in RbR_b, there are 3 possibilities (we can't have Rb=(0,0,0)R_b = (0,0,0) since that possibility was covered in the previous cases). Since Ra+Rb=Rc R_a + R_b = R_c, there is only 1 choice for what RcR_c is. This gives a total of 9 for this subcase.

(6b)(6b) RaR_a has exactly two '1's. There are three possibilities: (1,1,0),(0,1,1),(1,0,1)(1,1,0),(0,1,1),(1,0,1). Now RbR_b can only be (0,0,1),(1,0,0),(0,1,0)(0,0,1),(1,0,0),(0,1,0) respectively (i,e, only one choice for RbR_b). Again since Ra+Rb=Rc R_a + R_b = R_c, there is only 1 choice for what RcR_c is. This gives a total of 3 for this subcase.

Now RaR_a can't be all zeros since this case was covered earlier. It also can't be all ones, because that would force RbR_b to be all zeros.

Therefore, the total of the subcases is 12, and multiplying that by (32)\binom{3}{2} gives 36 for case (6)(6).

Hence, the total of all the cases is 1+21+147+7+126+36=3281 + 21 + 147 + 7 + 126 + 36 = 328.

Ariel Gershon - 7 years ago
×

Problem Loading...

Note Loading...

Set Loading...