Answer:
214.2mm
Step-by-step explanation:
To find area (I'm assuming a rectangle since you didn't specify) All you need to do is multiply the two to find area.
Answer:
(x, y, z) = (1, -1, -4)
Step-by-step explanation:
A suitable graphing or scientific calculator can find the reduced row-echelon form for you. There are on-line calculators that will do that, too.
_____
In general, if you want to do this by hand, you want to use row operations on the augmented matrix to make the diagonal elements 1 and the off-diagonal elements 0 as shown in the attached result.
If a[i,j] represents the element at row i, column j, you do that by dividing row i by a[i, i] (to make a[i, i] = 1), then subtracting the product of row i and a[k,i] from row k. (for all rows k ≠ i) For this 3-row matrix, repeat these steps for i = 1 to 3.
In the general case of an n by n+1 augmented matrix, you will be doing n^2 row operations, each one involving evaluation of n+1 expressions. The work rapidly grows with matrix size, so readily justifies use of a calculator.
As with many "elimination" problems, appropriate choice of sequence can reduce the work. The above algorithm always produces the reduced row-echelon form, but may result in messy arithmetic along the way.
Given the set of equations:
2x + y = 10
y = 3x
Let's solve for x and y.
Here, let's use substitution method.
Substitute 3x for y in equation 1:
2x + y = 10
2x + 3x = 10
5x = 10
Divide both sides by 5:

In equation 2, substitute 2 for x to find y.
y = 3x
y = 3(2)
y = 6
Therefore, we have:
x = 2 and y = 6
ANSWER:
x = 2, y = 6
Isolate "x" on one side of the algebraic equation by dividing the number that appears on the same side of the equation as part of "x."
Answer:
x
≤
13
Step-by-step explanation:
hope this helps