Answer:
To find the sum of interior angles in a polygon, we can use the formula:
where n is the number of sides.
Since this is pentagon (5 sides), then 
The missing angle would then be

Since angles on a straight line add up to 180, then


Answer:
A2: 4*4*4 = 64 cm³; 6*6*6 = 216 cm³; etc...
B2: 7*4.5*4 = 126 cm³; 10.5*6*2 = 126 cm³; etc...
Step-by-step explanation:
So in A2 you have cubes, so l=b=h, and only one has to be given, called the "length of side".
In B2 they are different, hence there are 3 rows with l, b and h. But still you multiply them l x b x h
7900 should be the answer, is there any options?
Answer:
y=x+20
Step-by-step explanation:
we have to find the slope
y2-y1/x2-x1
3-2/23-22
1/1
y=1x+b
y-22 = 1(x-2) + b
y=x+20
Answer: The system of equations is:
x + 2y + 2 = 4
y - 3z = 9
z = - 2
The solution is: x = -22; y = 15; z = -2;
Step-by-step explanation: ONe way of solving a system of equations is using the Gauss-Jordan Elimination.
The method consists in transforming the system into an augmented matrix, which is writing the system in form of a matrix and then into a <u>Row</u> <u>Echelon</u> <u>Form,</u> which satisfies the following conditions:
- There is a row of all zeros at the bottom of the matrix;
- The first non-zero element of any row is 1, which called leading role;
- The leading row of the first row is to the right of the leading role of the previous row;
For this question, the matrix is a Row Echelon Form and is written as:
![\left[\begin{array}{ccc}1&2&2\\0&1&3\\0&0&1\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%262%262%5C%5C0%261%263%5C%5C0%260%261%5Cend%7Barray%7D%5Cright%5D)
![\left[\begin{array}{ccc}4\\9\\-2\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D4%5C%5C9%5C%5C-2%5Cend%7Barray%7D%5Cright%5D)
or in system form:
x + 2y + 2z = 4
y + 3z = 9
z = -2
Now, to determine the variables:
z = -2
y + 3(-2) = 9
y = 15
x + 30 - 4 = 4
x = - 22
The solution is (-22,15,-2).