The answer is -a + b = 0
If she wants to solve <span>a system of linear equations by elimination and if one equation is unknown, one of the solutions in the unknown equation must be negative:
Known equation: a + b = 4
Unknown equation: -a + b = ?
We know that a = 2 and be = 2, thus:
</span>Unknown equation: -2 + 2 = 0
The general form of the equation is -a + b = 0
Let's check it out:
Known equation: a + b = 4
Unknown equation: -a + b = 0
________________________
Add them up: 2b = 4
b = 4/2 = 2
a + b = 4
a = 4 - b
a = 4 - 2
a = 2
So, the second equation is correct.
Answer:
-3 for the integer and she has to climb 3 miles back up to her starting point.
Step-by-step explanation:
Answer:
A dilation factor of 1 over 2
Step-by-step explanation:
The smaller polygon is half the size of the original polygon
Public class GeometricSequence{ private double initialValue; private double multiplier; } initialValue = initial; multiplier = mult;