These array of numbers shown above are called matrices. These are rectangular arrays of number that are arranged in columns and rows. It is mostly useful in solving a system of linear equations. For example, you have these equations
x+3y=5
2x+y=1
x+y=10
In matrix form that would be
![\left[\begin{array}{ccc}1&3&5\\2&1&1\\1&1&10\end{array}\right]](https://tex.z-dn.net/?f=%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%263%265%5C%5C2%261%261%5C%5C1%261%2610%5Cend%7Barray%7D%5Cright%5D%20)
where the first column are the coefficients of x, the second column the coefficients of y and the third column is the constants, When you multiple matrices, just multiply the same number on the same column number and the same row number. For this problem, the solution is
6x - 2 = x + 13
Subtract x
5x - 2 = 13
Add 2
5x = 15, x = 3
Solution: the number is 3
Answer:
Step-by-step explanation:
-11.6+8.4-15.5+2.8
Answer:
1) S(t) = C(t) × D(t)
2) S(t) = (400 + 30t)(25 + t)
Step-by-step explanation:
The function C(t) = 400 + 30t ........... (1), models the number of classrooms, C. in the town of Sirap, t years from now.
The function D(t) = 25 + t ......... (2) models the number of students per classroom, D, t years from now.
Then if S(t) represents the number of students in Sirap's school system t years from now, then, we can write the relation
1) S(t) = C(t) × D(t) (Answer)
2) Hence, the formula of S(t) in terms if t is given by
S(t) = (400 + 30t)(25 + t) (Answer)