Answer:
(-4,7)
Step-by-step explanation:
solved by graphing
Answer:
(5, 4 )
Step-by-step explanation:
Given the 2 equations
3x - y = 11 → (1)
- 2x - 4y = - 26 → (2)
Multiplying (1) by - 4 and adding to (2) will eliminate the y- term
- 12x + 4y = - 44 → (3)
Add (2) and (3) term by term to eliminate y
- 14x + 0 = - 70
- 14x = - 70 ( divide both sides by - 14 )
x = 5
Substitute x = 5 into either of the 2 equations and solve for y
Substituting into (1)
3(5) - y = 11
15 - y = 11 ( subtract 15 from both sides )
- y = - 4 ( multiply both sides by - 1 )
y = 4
solution is (5, 4 )
The product of 5 3/4 X 4 2/9 is equal to 24 5/18
Answer:
a median
b center
Step-by-step explanation:
The middle value of a set of numbers is the median
The mean is the average value and the range is the largest minus the smallest.
This value is a measure of the center ( or a measure of the middle)
The range is a measure of the spread
In math, Exponentiation refers to the operation of raising one quantity to the power of another. See the program running the exponentiation below.
<h3>What is the required code?</h3>
The code is given below:
number_of_days = 30
amount_after_30days = 0.01 * (2 ** number_of_days)
# print the amount
print(amount_after_30days)
Learn more about exponentiation at;
brainly.com/question/11975096
#SPJ1