Answer:
a) Similar triangles are triangles with the same shape but not necessarily the same size
b) 15/45 = 8/x
1/3 = 8/x (simplify the 15/45)
x = 8 * 3 (cross multiplication)
x = 24
c) y^2 = 15^2 + 8^2 (Pythagoras theorem)
y = *square root of* 15^2 + 8^2
y = 17
1/3 = 17/z
z = 17 * 3 (cross multiplication)
z = 51
2/7.
2/7 + 5/7 =1 Just add the numerator if the denominator is the same
You stop at 2 decimal points. If the 3rd decimal is bigger than 5, add 1 to the 2nd and if it's less than 5, keep it as it is.
For example:
2.663 --> 2.66
6.788 --> 6.79
that's what I got, you can confirm if it's correct or not... I'm not sure
have a nice dayʘ‿ʘ
Answer:
(2.83 , 1 , 4)
Step-by-step explanation:

Rewrite these equations in matrix form
![\left[\begin{array}{ccc}2&2&-1\\4&-2&-2\\3&3&-4\end{array}\right] \left[\begin{array}{ccc}x\\y\\z\end{array}\right]=\left[\begin{array}{ccc}4\\2\\-4\end{array}\right] \\](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D2%262%26-1%5C%5C4%26-2%26-2%5C%5C3%263%26-4%5Cend%7Barray%7D%5Cright%5D%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Dx%5C%5Cy%5C%5Cz%5Cend%7Barray%7D%5Cright%5D%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D4%5C%5C2%5C%5C-4%5Cend%7Barray%7D%5Cright%5D%20%5C%5C)
we can write it like this,

so to solve it we need to take the inverse of the 3 x 3 matrix A then multiply it by B.
We get the inverse of matrix A,
![A^{-1}=\left[\begin{array}{ccc}7/15&1/6&-1/5\\1/3&-1/6&0\\3/5&0&-2/5\end{array}\right] \\](https://tex.z-dn.net/?f=A%5E%7B-1%7D%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D7%2F15%261%2F6%26-1%2F5%5C%5C1%2F3%26-1%2F6%260%5C%5C3%2F5%260%26-2%2F5%5Cend%7Barray%7D%5Cright%5D%20%20%5C%5C)
now multiply the matrix with B
![X=A^{-1}B\\\\\left[\begin{array}{ccc}x\\y\\z\end{array}\right] =\left[\begin{array}{ccc}7/15&1/6&-1/5\\1/3&-1/6&0\\3/5&0&-2/5\end{array}\right]\left[\begin{array}{ccc}4\\2\\-4\end{array}\right] \\\\\\\left[\begin{array}{ccc}x\\y\\z\end{array}\right] =\left[\begin{array}{ccc}2.83\\1\\4\end{array}\right] \\](https://tex.z-dn.net/?f=X%3DA%5E%7B-1%7DB%5C%5C%5C%5C%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Dx%5C%5Cy%5C%5Cz%5Cend%7Barray%7D%5Cright%5D%20%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D7%2F15%261%2F6%26-1%2F5%5C%5C1%2F3%26-1%2F6%260%5C%5C3%2F5%260%26-2%2F5%5Cend%7Barray%7D%5Cright%5D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D4%5C%5C2%5C%5C-4%5Cend%7Barray%7D%5Cright%5D%20%5C%5C%5C%5C%5C%5C%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Dx%5C%5Cy%5C%5Cz%5Cend%7Barray%7D%5Cright%5D%20%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D2.83%5C%5C1%5C%5C4%5Cend%7Barray%7D%5Cright%5D%20%5C%5C)