Phonograph.................
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: A. Car
Explanation:
Here the base class member is being protected which is Vehicle. The base class is the Vehicle class and the derived class is Car class.
As the derived class is created or derived from another existing class. So here the class Car has been created through the process of inheritance from the base class which is vehicle. All the methods and variables in Vehicle class are in protected so the only the derived class is able to get access to those variables and methods.
class Car : protected Vehicle
The class Vehicle has been defined earlier and the class Car is created.
The left side is for derived and right side is for base class.
Answer:
Learn the basics of HTML.
Understand HTML document structure.
Get to know CSS selectors.
Put a CSS stylesheet together.
Get Bootstrap.
Pick a design.
Customize your website with HTML and CSS.
Add content and images.
Explanation: