1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
ch4aika [34]
3 years ago
14

If A^2=A, which matrix is matrix A

Mathematics
2 answers:
Ronch [10]3 years ago
8 0

Consider all options:

A.

\left[\begin{array}{cc}5&5\\-4&-4\end{array}\right] \cdot \left[\begin{array}{cc}5&5\\-4&-4\end{array}\right] =\left[\begin{array}{cc}5\cdot 5+5\cdot (-4)&5\cdot 5+5\cdot (-4)\\-4\cdot 5+(-4)\cdot (-4)&-4\cdot 5+(-4)\cdot (-4)\end{array}\right]=

=\left[\begin{array}{cc}5&5\\-4&-4\end{array}\right].

This option is true.

B.

\left[\begin{array}{cc}6&5\\5&6\end{array}\right] \cdot \left[\begin{array}{cc}6&5\\5&6\end{array}\right] =\left[\begin{array}{cc}6\cdot 6+5\cdot 5&6\cdot 5+5\cdot 6\\5\cdot 6+6\cdot 5&5\cdot 5+6\cdot 6\end{array}\right]=

=\left[\begin{array}{cc}61&60\\60&61\end{array}\right].

This option is false.

C.

\left[\begin{array}{cc}0.5&-0.5\\-0.5&0.5\end{array}\right] \cdot \left[\begin{array}{cc}0.5&-0.5\\-0.5&0.5\end{array}\right] =\left[\begin{array}{cc}0.5\cdot 0.5+(-0.5)\cdot (-0.5)&0.5\cdot (-0.5)+(-0.5)\cdot 0.5\\-0.5\cdot 0.5+0.5\cdot (-0.5)&-0.5\cdot (-0.5)+0.5\cdot 0.5\end{array}\right]=

=\left[\begin{array}{cc}0.5&-0.5\\-0.5&0.5\end{array}\right].

This option is true.

D.

\left[\begin{array}{cc}0.5&0.5\\-0.5&0.5\end{array}\right] \cdot \left[\begin{array}{cc}0.5&0.5\\-0.5&0.5\end{array}\right] =\left[\begin{array}{cc}0.5\cdot 0.5+0.5\cdot (-0.5)&0.5\cdot 0.5+0.5\cdot 0.5\\-0.5\cdot 0.5+0.5\cdot (-0.5)&-0.5\cdot 0.5+0.5\cdot 0.5\end{array}\right]=

=\left[\begin{array}{cc}0&0.5\\-0.5&0\end{array}\right].

This option is false.

E.

\left[\begin{array}{cc}-6&-6\\5&5\end{array}\right] \cdot \left[\begin{array}{cc}-6&-6\\5&5\end{array}\right] =\left[\begin{array}{cc}-6\cdot (-6)+(-6)\cdot 5&-6\cdot (-6)+(-6)\cdot 5\\5\cdot (-6)+5\cdot 5&5\cdot (-6)+5\cdot 5\end{array}\right]=

=\left[\begin{array}{cc}6&6\\-5&-5\end{array}\right].

This option is false.

Answer: correct options are A and C.

pentagon [3]3 years ago
7 0

Answer:

Options 1 and 3.

Step-by-step explanation:

By definition the product between two matrices is:

Let's suppose both matrices are 2x2,

A=\left[\begin{array}{cc}a_{11}&a_{12}\\a_{21}&a_{22}\end{array}\right]

B=\left[\begin{array}{cc}b_{11}&b_{12}\\b_{21}&b_{22}\end{array}\right]

The product between A and B is:

AB=\left[\begin{array}{cc}a_{11}b_{11}+a_{12}b_{21}&a_{11}b_{12}+a_{12}b_{22}\\a_{21}b_{11}+a_{22}b_{21}&a_{21}b_{12}+a_{22}b_{22}\end{array}\right]

IMPORTANT: It's not the same AB then BA the results of both products are differents.

Now we are going to analyze every option:

A^2=A.A

Option 1:

A=\left[\begin{array}{cc}5&5\\-4&-4\end{array}\right]

A.A=\left[\begin{array}{cc}5&5\\-4&-4\end{array}\right] .\left[\begin{array}{cc}5&5\\-4&-4\end{array}\right] =\\\\=\left[\begin{array}{cc}5.5+5(-4)&5.5+5(-4)\\(-4).5+(-4).(-4)&(-4).5+(-4)(-4)\end{array}\right] \\\\=\left[\begin{array}{cc}25-20&25-20\\-20+16&-20+16\end{array}\right] \\\\=\left[\begin{array}{cc}5&5\\-4&-4\end{array}\right]=A

We can see that A.A=A then this is the correct option.

Option 2:

A=\left[\begin{array}{cc}6&5\\5&6\end{array}\right]\\\\A.A=\left[\begin{array}{cc}6&5\\5&6\end{array}\right].\left[\begin{array}{cc}6&5\\5&6\end{array}\right]\\\\=\left[\begin{array}{cc}6.6+5.5&6.5+5.6\\5.6+6.5&5.5+6.6\end{array}\right]\\\\=\left[\begin{array}{cc}36+25&30+30\\30+30&25+36\end{array}\right]\\\\=\left[\begin{array}{cc}61&60\\60&61\end{array}\right]\neq A

A.A\neq A Then this option is incorrect.

Option 3:

A=\left[\begin{array}{cc}0,5&-0,5\\-0,5&0,5\end{array}\right] \\\\A.A=\left[\begin{array}{cc}0,5&-0,5\\-0,5&0,5\end{array}\right].\left[\begin{array}{cc}0,5&-0,5\\-0,5&0,5\end{array}\right]\\\\=\left[\begin{array}{cc}0,5.0,5+(-0,5).(-0,5)&0,5.(-0,5)+(-0,5).(0,5)\\(-0,5).0,5+0,5.(-0,5)&(-0,5).(-0,5)+0,5.0,5\end{array}\right]\\\\=\left[\begin{array}{cc}0,25+0,25&-0,25-0,25\\-0,25-0,25&0,25+0,25\end{array}\right]\\\\=\left[\begin{array}{cc}0,5&-0,5\\-0,5&0,5\end{array}\right]= A

We can see that this option is also correct.

Option 4:

A=\left[\begin{array}{cc}0,5&0,5\\-0,5&0,5\end{array}\right] \\\\A.A=\left[\begin{array}{cc}0,5&0,5\\-0,5&0,5\end{array}\right].\left[\begin{array}{cc}0,5&0,5\\-0,5&0,5\end{array}\right]\\\\=\left[\begin{array}{cc}0,5.0,5+0,5.(-0,5)&0,5.0,5+0,5.0,5\\(-0,5).0,5+0,5.(-0,5)&(-0,5).0,5+0,5.0,5\end{array}\right]\\\\=\left[\begin{array}{cc}0,25-0,25&0,25+0,25\\-0,25-0,25&-0,25+0,25\end{array}\right]\\\\=\left[\begin{array}{cc}0&0,5\\-0,5&0\end{array}\right]\neq A

Then this option is incorrect.

Option 5:

A=\left[\begin{array}{cc}-6&-6\\5&5\end{array}\right]\\\\A.A=\left[\begin{array}{cc}-6&-6\\5&5\end{array}\right].\left[\begin{array}{cc}-6&-6\\5&5\end{array}\right]\\\\=\left[\begin{array}{cc}(-6).(-6)+(-6).5&(-6).(-6)+(-6).5\\5.(-6)+5.5&5.(-6)+5.5\end{array}\right]\\\\=\left[\begin{array}{cc}36-30&36-30\\-30+25&-30+25\end{array}\right]\\\\=\left[\begin{array}{cc}6&6\\-5&-5\end{array}\right]\neq A

Then this option is incorrect.

You might be interested in
The average sea-level in 1900 at London-bridge was 33 feet. In 1990 it was 33.08 feet. Use linear interpolation or extrapolation
Shalnov [3]
Do your school bro: The Vikings were also known as Norsemen because<span>they sailed on ships called Norses.they came from the northland of Scandinavia.<span>they were barbarians.</span></span>
7 0
2 years ago
HELP NEEDED ASAP <br> answer this question for me, image below
maks197457 [2]

Answer: Heyaa! ~

Your Answer Is... 13

Step-by-step explanation:

  • 385 divided by 28 = 13. 75
  • Reduce the expression, if possible, by cancelling the common factors.

Hopefully this helps you! ~

6 0
2 years ago
No clue what I'm doing help
Umnica [9.8K]
-32=y+4 is the answer
6 0
3 years ago
It cost a farmer 43.60 pre acre to harvest corn. How much does it cost to harvest 1325.5 acres
KATRIN_1 [288]

Answer:

$57,791.8

Step-by-step explanation:

Each acre cost $43.60.

If the famer wants to harvest 1325.5 acres he has to pay 43.6 per acre

43.60×1325.5= 57,791.8

4 0
3 years ago
−px+r=−8x−2<br> solve for X
Arlecino [84]
-8x-2=0
-8x=2
8x=-2
x=-1/4
5 0
3 years ago
Read 2 more answers
Other questions:
  • En la figura adjunta se muestra un estuche de brocas de acero que sirven para perforar paredes de cemento. Las brocas están nume
    6·1 answer
  • What is the range of 8,4,9,2,3
    15·2 answers
  • Standard form of 5y=35+10x
    11·2 answers
  • If you forgot to study for a quiz with 10
    6·1 answer
  • Sam can prepared 20 wall painting in four weeks. How much time will he need to prepare 80 wall painting?
    5·2 answers
  • In a 2 digit number, the sum of the cubes of the digits is equal to 10 times the value of the number. What is the number?
    6·1 answer
  • Can someone help me with this maths equations please?
    15·1 answer
  • Pls please help me ASAP!!!
    14·1 answer
  • Round to the nearest 100<br><br> 438.7
    15·1 answer
  • Please help!!!!!!!!!!
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!