Answer:
needing this toooooo
Step-by-step explanation:
A = (12 x 8 x 3) + (1/2 x 8 x 6.9) + (1/2 x 8 x 7 x 3)
A = 288 + 27.6 + 84
A = 399.6 m²
Answer:
Answers provided below
Step-by-step explanation:
From the simultaneous linear equation, we have the coefficient matrix as;
(3 4 5)
(2 -1 8)
(5 -2 7)
The x-matrix is Dx is given by;
(18 4 5)
(13 -1 8)
(20 -2 7)
Similarly, the y-matrix Dy is given by;
(3 18 5)
(2 13 8)
(5 -20 7)
Also,the z-matrix Dz is given by;
(3 4 18)
(2 -1 13)
(5 -2 -20)
Determinant of the coefficient matrix from online determinant calculator is;
D = 136
Determinant of the x-matrix from online determinant calculator is; Dx = 92
Determinant of the y-matrix from online determinant calculator is; Dy = 696
Determinant of the z-matrix from online determinant calculator is; Dz = 576
From crammers rule;
x = Dx/D = 92/136
y = Dy/D = 696/136
z = Dz/D = 576/136
This looks like scalar matrix multiplication. The idea here is to multiply the scalar 3 by each item inside the matrix.
Doing so leads to the answer [3 -12 15 -21]
Side note: I'm assuming the matrix given to you has 1 row and 4 columns.