Answer:
What the other guy said, he’s correct! :)
Answer:

Step-by-step explanation:
<u>Eigenvalues of a Matrix</u>
Given a matrix A, the eigenvalues of A, called
are scalars who comply with the relation:

Where I is the identity matrix
![I=\left[\begin{array}{cc}1&0\\0&1\end{array}\right]](https://tex.z-dn.net/?f=I%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D1%260%5C%5C0%261%5Cend%7Barray%7D%5Cright%5D)
The matrix is given as
![A=\left[\begin{array}{cc}3&5\\8&0\end{array}\right]](https://tex.z-dn.net/?f=A%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D3%265%5C%5C8%260%5Cend%7Barray%7D%5Cright%5D)
Set up the equation to solve
![det\left(\left[\begin{array}{cc}3&5\\8&0\end{array}\right]-\left[\begin{array}{cc}\lambda&0\\0&\lambda \end{array}\right]\right)=0](https://tex.z-dn.net/?f=det%5Cleft%28%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D3%265%5C%5C8%260%5Cend%7Barray%7D%5Cright%5D-%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D%5Clambda%260%5C%5C0%26%5Clambda%20%5Cend%7Barray%7D%5Cright%5D%5Cright%29%3D0)
Expanding the determinant
![det\left(\left[\begin{array}{cc}3-\lambda&5\\8&-\lambda\end{array}\right]\right)=0](https://tex.z-dn.net/?f=det%5Cleft%28%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D3-%5Clambda%265%5C%5C8%26-%5Clambda%5Cend%7Barray%7D%5Cright%5D%5Cright%29%3D0)

Operating Rearranging

Factoring

Solving, we have the eigenvalues

4x+2y=10 Equation 1
x-y=13 Equation 2
Solving by substitution method.
Isolate x from equation 2.
x=y+13
Substitute value of x in equation 1
4(y+13)+2y=10
4y+52+2y=10
6y+52=10
6y=-42
y=-7
Now substitute value of y in x=y+13
x=-7+13
x=6
Answer: (6,-7)
Answer:
<h2>C. <em>
20,160</em></h2>
Step-by-step explanation:
This question bothers on permutation since we are to select a some people out of a group of people and then arrange in a straight line. If r object are to be arranged in a straight line when selecting them from n pool of objects. This can be done in nPr number of ways.
nPr = n!/(n-r)!
Selection of 6 people out of 8 people can therefore be done in 8C6 number of ways.
8P6 = 8!/(8-6)!
8P6 = 8!/2!
8P6 = 8*7*6*5*4*3*2!/2!
8P6 = 8*7*6*5*4*3
8P6 = 56*360
8P6 = 20,160
<em>Hence this can be done in 20,160 number of ways</em>