Answer:
A
Step-by-step explanation:
P^T is transpote matrix. So the rows of matrix P you write like columns in P^T.
So we have first row: 2, 5, it will be firsl column
2nd row: 8,1 will be 2nd column.
It is matrix:
2 8
5 1
This is matrix a)
1/49=x^2 where x is the side of the square
1/49=(1/7)^2, so the side length of the square is 1/7
-------------------------------------------------------------------------
Given Information
-------------------------------------------------------------------------
Total number of people = 165
Adult = $6
Child = $2
Total collected = $618
-------------------------------------------------------------------------
Assumptions
-------------------------------------------------------------------------
Let x be the number of adults and y be the number of children
-------------------------------------------------------------------------
Form equations
-------------------------------------------------------------------------
Total number of people
x + y = 165
Total amount collected
6x + 2y = 618
-------------------------------------------------------------------------
Ans: The two equations are x + y = 165 and 6x + 2y = 618
-------------------------------------------------------------------------
The question is not asking for it but if you need to solve the equation to find the answer to x and y
-------------------------------------------------------------------------
Present the two equations and solve for x and y
-------------------------------------------------------------------------
x + y = 165 ------------------------- (eqn 1)
6x + 2y = 618 ------------------------- (eqn 2)
(eqn 1) :
x + y = 165
x = 165 - y ------------------------- substitute into (eqn 2)
6(165 - y) + 2y = 618
990 - 6y + 2y = 618
4y = 990 - 618
4y = 372
y = 93 ------------------------- substitute into (eqn 1)
x + y = 165
x + 93 = 165
x = 165 - 93
x = 72
x = 72 and y = 93
-------------------------------------------------------------------------
Ans: 72 adults and 93 children
-------------------------------------------------------------------------