Answer: A
Step-by-step explanation:
An ordered pair is a solution if when substituted it makes the equation true. If when you substitute, it does not make the equation true then it is not a solution.
y = -5x - 4
Test:
-52 = -5(10) - 4
-52 = -54 FALSE
Answer:
8.6
Step-by-step explanation:
a^2+b^2=c^2
7^2+5^2=c^2
49+25=c^2
74=c^2
8.6=c
Answer:
- 27 and 7
Step-by-step explanation:
To obtain f(- 6) substitute x = - 6 into f(x), that is
f(- 6) = 4(- 6) - 3 = - 24 - 3 = - 27
To obtain g(- 3) substitute x = - 3 into g(x), that is
g(- 3) = - 3(- 3) - 2 = 9 - 2 = 7
Answer:
Python will return:
True
Step-by-step explanation:
The math function ** is an exponent indicator.
The equation you made was:

When you run this in python, it will return as true.
It is run as a Boolean expression because you have already provided the answer to the expression with the "==" statement.
If you had provided an incorrect answer (setting it equal to any number other than 4), it would return False.
Answer:The slope of the line is both ppsitive and linear.