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 daily high temperatures were recorded in Montana for four days in February. They are listed in the table below. Day Temperat
ale4655 [162]
The average would be about 4 degrees( i think)

6 0
3 years ago
Read 2 more answers
HELP ASSAPPP WITH THIS QUESTION
GarryVolchara [31]
The answer is the first one 
7 0
3 years ago
Read 2 more answers
What is the mad of 6,8,10
lana [24]

Answer:

6 + 8 + 10 = 24 ÷ 3 = 8

8 - 6 = 2

8 - 8 = 0

8 - 10 = 2

2 + 0 + 2 = 4 ÷ 3 = 1.3

your mad would be 1.3

4 0
3 years ago
The eastbound train travels 10 miles per hour faster than the westbound train. After 2 hours, they are 232 miles apart. At what
patriot [66]

Answer:

48,58

Step-by-step explanation:

Let The speed of the west bound train be x

Let the east bound train be x+10

The speeds can be calculated as follows

2(2x+10)= 232

4x + 40= 232

4x= 232-40

4x= 192

x= 192/4

= 48

Hence the speedof the west bound train is 48

The speed of the east bound train is 48+10

= 58

8 0
3 years ago
Rock musician Donny West is paid 15% on his CD sales and tour video sales. Last year, he sold one million CDs and 550,000 videos
olganol [36]
He had $5,000,000 in CD sales; $3,300,000 in video sales; and he earned $1,245,000 in royalties.

1,000,000 CDs * $5 each = $5,000,000
550,000 videos * $6 each = $3,300,000

Total sales = 5,000,000+3,300,000 = 8,300,000
15% royalties = 0.15(8,300,000) = 1,245,000
5 0
3 years ago
Other questions:
  • What is the simple intrest of $1,200 at 3.5% for 2 years.
    10·2 answers
  • Volunteers at an animal shelter divided 132pounds of dry dog food equally into 16 bags. How many pounda of dry dog food did they
    7·2 answers
  • Tommy can ride his bicycle 4.5 miles in 15 minutes how many miles can he ride in 75 minutes
    6·2 answers
  • Does anyone know this?
    11·1 answer
  • The original price was $12, increased to $15. Find the percent increase
    15·1 answer
  • Help! Click all that apply . Please actually try :(
    7·1 answer
  • Write the expression<br> into words.<br> 6 + x<br><br><br> plz help
    12·1 answer
  • 12 ft. 7 ft. what is the Hypotenuse<br>​
    5·1 answer
  • A pizzeria sells 1 pizza pie for $13, 2 for $23, 3 for $33, and 5 for $53.
    10·1 answer
  • using the table's data, consider the ratio y/x - which statements are correct? a) the table represents a proportional relationsh
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!