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
for any positive integer n, the sum of the first n positive integers equals n(n 1)/2. what is the sum of all the even integers b
marusya05 [52]

The sum of all the even integers between 99 and 301 is 20200

To find the sum of even integers between 99 and 301, we will use the arithmetic progressions(AP). The even numbers can be considered as an AP with common difference 2.

In this case, the first even integer will be 100 and the last even integer will be 300.

nth term of the AP = first term + (n-1) x common difference

               ⇒    300 = 100 + (n-1) x 2

Therefore, n = (200 + 2 )/2 = 101

That is, there are 101 even integers between 99 and 301.

Sum of the 'n' terms in an AP = n/2 ( first term + last term)

                                                = 101/2 (300+100)

                                                = 20200

Thus sum of all the even integers between 99 and 301 = 20200

Learn more about arithmetic progressions at brainly.com/question/24592110

#SPJ4        

7 0
1 year ago
Find the number of years it would take for $1,200 to earn simple interest of $324 at an annual interest rate of 6% per year.
nydimaria [60]
Years=100x S.I
________
rate x principal

4 0
3 years ago
Onyango bought p oranges and later on 1%are bad how many oranges remained​
Paraphin [41]

Answer:

100% all of them

Step-by-step explanation:

he bought (p) oranges so if 1% are bad they are still there, so there are still 100% of the oranges remaining because he hasn't aten any or disposed of any.

3 0
2 years ago
Which expression is equivalent to 6f+f?
Elena L [17]

Answer:

A

Step-by-step explanation:

This is because 6f+f is just 7f.

f f f f f f+f = fffffff

Soooo, ONLY A gives us 7f when added together again.

f+5f+f=7f.

f+ f f f f f +f = fffffff

3 0
2 years ago
Read 2 more answers
How many decimal places do you move to change meters to centimeters?
vlada-n [284]
1 meter = 100 cm, so 10 m = 1000 cm and
0.1 m = 0.01
To change meter into centimeter you MULTIPLY the meters by 100
And to convert cm into meter you DIVIDE the cm by 100

8 0
3 years ago
Other questions:
  • Quadratic formula, SOMEONE PLEASE HELP (30 points)
    13·1 answer
  • Find the annual interest rate.
    10·1 answer
  • How many numbers are 10 units from 0 on the number line?
    15·2 answers
  • MARK AS BRAINLIESTT
    7·2 answers
  • Do #4. Find the range. Please explain how you know the answer
    7·1 answer
  • Solve for number eight
    10·2 answers
  • What is the distance of a car traveling with a velocity of 20 m/s north in 5 seconds
    13·1 answer
  • 2. Determine el area y el valor de "y" de un triangulo isosceles si se conoce que uno de sus lados
    6·1 answer
  • HELPPPPPPPPPPPPPPPPppppppppp PLEASE HELP ME
    14·2 answers
  • What points should I circle and in which point do they intersect?
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!