Answer:
You have to have an X and Y axis chart to do this problem
Step-by-step explanation:
Answer is in the photo. I can't attach it here, but I uploaded it to a file hosting. link below! Good Luck!
tinyurl.com/wpazsebu
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.
6n−20=−2n+4(1−3n)
Simplify both sides of the equation.
−6n−20=−2n+4(1−3n)
−6n+−20=−2n+(4)(1)+(4)(−3n)(Distribute)
−6n+−20=−2n+4+−12n
−6n−20=(−2n+−12n)+(4)(Combine Like Terms)
−6n−20=−14n+4
−6n−20=−14n+4
Add 14n to both sides.
−6n−20+14n=−14n+4+14n
8n−20=4
Add 20 to both sides.
8n−20+20=4+20
8n=24
Divide both sides by 8.
8n/8 = 24/8
n=3