Answer:
(1, 4)
(2, 7)
(0, 1)
(-1, -2)
Explanation:
to find <em>ordered pairs</em>, we plug in different values for x.
(remember, and "ordered pair" is (x, y)--the first number turns into the second number when put through the function)
<em>usually, it's easiest to plug in smaller numbers, so that it is less complicated to graph </em>
so, here's a few x values:
x = 1
y = 3x + 1
y = 3(1) + 1
y = 3 + 1
y = 4
so, when x = 1, y = 4
we write this as: (1, 4)
x = 2
y = 3x + 1
y = 3(2) + 1
y = 6 + 1
y = 7
so, when x = 2, y = 7
we write this as: (2, 7)
x = 0
y = 3x + 1
y = 3(0) + 1
y = 0 + 1
y = 1
so, when x = 0, y = 1
we write this as: (0, 1)
x = -1
y = 3x + 1
y = 3(-1) + 1
y = -3 + 1
y = -2
so, when x = -1, y = -2
we write this as: (-1, -2)
hope this helps!! have a lovely day :)
Answer:
Design patterns help you write code faster by providing a clear idea of how to implement the design
Explanation:
Design patterns help you write code faster by providing a clear idea of how to implement the design. These are basically patterns that have already be implemented by millions of dev teams all over the world and have been tested as efficient solutions to problems that tend to appear often. Using these allows you to simply focus on writing the code instead of having to spend time thinking about the problem and develop a solution. Instead, you simply follow the already developed design pattern and write the code to solve that problem that the design solves.
Answer:
File tab
Explanation:
source https://www.computerhope.com/jargon/b/backstage-view.htm
<span />
You
can move the file one of two ways. Your first option is to click and
drag the file to another folder in the Folders pane on the left side of
the window. Your second option is to right-click the file and choose
Send To. Then choose from the options shown in the submenu that appears.