It is necessary when you are getting into multiplying from the outside of parenthesis and multiplying variables inside of parenthesis.
ex: 5(3 + 3x)
5 * 3 = 15
5 * 3x = 15x
so final set up would be 15 + 15x
<h3>
Answer: angle Q = 75 degrees</h3>
Explanation:
The order of ABC and RPQ is important so we can match up the angles like so
- angle A = angle R .... first letters
- angle B = angle P .... second letters
- angle C = angle Q ... third letters
Meaning that angle Q = 75 since angle C is this measure.
speed = Distance taken / time travelled
Answer:
x = -34
, y = 31
Step-by-step explanation suing Gaussian elimination:
Solve the following system:
{2 x + 3 y = 25
3 x + 4 y = 22
Express the system in matrix form:
(2 | 3
3 | 4)(x
y) = (25
22)
Write the system in augmented matrix form and use Gaussian elimination:
(2 | 3 | 25
3 | 4 | 22)
Swap row 1 with row 2:
(3 | 4 | 22
2 | 3 | 25)
Subtract 2/3 × (row 1) from row 2:
(3 | 4 | 22
0 | 1/3 | 31/3)
Multiply row 2 by 3:
(3 | 4 | 22
0 | 1 | 31)
Subtract 4 × (row 2) from row 1:
(3 | 0 | -102
0 | 1 | 31)
Divide row 1 by 3:
(1 | 0 | -34
0 | 1 | 31)
Collect results:
Answer: {x = -34
, y = 31