Answer:
Where is the question?
Step-by-step explanation:
Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation.
Answer:
n = -1
Step-by-step explanation:
To make n on its own, you have to subtract 1 from both sides
0 - 1 = -1 + 1 + n
-1 + 1 = 0
-1 = n
Answer:
To graph a linear equation in slope-intercept form, we can use the information given by that form. For example, y=2x+3 tells us that the slope of the line is 2 and the y-intercept is at (0,3). This gives us one point the line goes through, and the direction we should continue from that point to draw the entire line.
Step-by-step explanation: