Answer:
33 feet.
Step-by-step explanation:
If the ratio of the student to their shadow and flagpole to its shadow are equal, then you can use the proportion
5.5/3 = x/18 and cross multiply to find x.
5.5 × 18 = 99
3 × x = 3x
3x/3 = x, 99/3 = 33.
x = 33.
Answer:
a = -27
d = -21 - ( -27) => 6
a62 => a + 61 (d) +=> -27 + 61(6)
=> -27 + 366
=> 339
Answer:
The coefficient is -5, and the base is 12.
Step-by-step explanation:
The coefficient is the number that the variable is being multiplied by in an expression, so -5 would be the coefficient in the expression
. The base would be the little subscript number that is next to the variable, so the base in the expression
is 12.
Answer:
![\left[\begin{array}{cc}2&8\\5&1\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D2%268%5C%5C5%261%5Cend%7Barray%7D%5Cright%5D)
Step-by-step explanation:
The <em>transpose of a matrix </em>
is one where you swap the column and row index for every entry of some original matrix
. Let's go through our first matrix row by row and swap the indices to construct this new matrix. Note that entries with the same index for row and column will stay fixed. Here I'll use the notation
and
to refer to the entry in the i-th row and the j-th column of the matrices
and
respectively:

Constructing the matrix
from those entries gives us
![P^T=\left[\begin{array}{cc}2&8\\5&1\end{array}\right]](https://tex.z-dn.net/?f=P%5ET%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D2%268%5C%5C5%261%5Cend%7Barray%7D%5Cright%5D)
which is option a. from the list.
Another interesting quality of the transpose is that we can geometrically represent it as a reflection over the line traced out by all of the entries where the row and column index are equal. In this example, reflecting over the line traced from 2 to 1 gives us our transpose. For another example of this, see the attached image!