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
Name a multiple of 13 that is between 30 and 100.
emmainna [20.7K]

Answer:

39

Step-by-step explanation:

just did 13 plus 13 plus 13

4 0
3 years ago
Victoria has $200 of her birthday gift money saved at home, and the amount is modeled by the function h(x) = 200. She reads abou
svlad2 [7]

Solution :

Amount of money Victoria has = $200

The amount modelled by function = h(x) = 200

According to the function,

s(x) = (1.05)x - 1

It means that the total amount of the interest that Victoria will receive s(x) is equal to original amount of $200 which multiplied by the rate of interest (1.05) and then multiplied by the time that Victoria keeps the money in the bank (x) minus 1.

4 0
3 years ago
What is the simplest form of ^4sqrt324x^6y^8
svetlana [45]

\rm{\green{Answer \: is:-}}

3xy \sqrt[24]{ {4x}^{2} }(3xy^2 4 sqrt 4x^2)

Step-by-step explanation:

<h3>Hope it's helpful to you</h3>
3 0
2 years ago
Write the function of this graph​
Colt1911 [192]

Answer:

f(x) = -3/7x - 6

Step-by-step explanation:

5 0
3 years ago
What is a word problem to represent the equation 3/4x=12
Svetach [21]

Answer:

Step-by-step explanation:

John had some number of apples. Niyati his girlfriend wanted 12 of johns apples. John gave niyati 3/4s of his apples what was his starting amount?

3 0
3 years ago
Other questions:
  • HURRY I'LL PICK A BRAINLIEST PERSON!!!
    13·1 answer
  • 20000000000000x 3065
    6·1 answer
  • 331 students went on a field trip. Six buses were filled and 7 student traveled in cars. How many students were in each bus? (Wr
    7·2 answers
  • Deshaun deposited $4000 into an account with 5.1% interest, compounded semiannually. Assuming that no withdrawals are made, how
    14·2 answers
  • Remainder theorem: P(x) is a polynomial. Here are a few values of P(x):
    5·1 answer
  • What fraction does 4 triangles represent when 1 hexagon is worth 1 whole
    8·1 answer
  • SOMEONE PLEASE HELP!!!! I REALLY NEED HELP! ALSO PLEASE EXPLAIN IT NOT JUST THE ANSWER!! THANK YOU
    10·1 answer
  • A computer and printer cost a total of 950$ The cost of the computer is three times the cost of the printer. Find the cost of ea
    11·1 answer
  • PLEASE HELP!! ILL GIVE BRAINLIEST!!
    12·1 answer
  • Given similar terms, solve for the missing variables (x)
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!