The equation will be:
y = -2
Step-by-step explanation:
A horizontal line has no slope as it is parallel to x-axis.
The horizontal line is in the form y = b where b is the y-intercept.
Given
The line passes through (4 -2).
The y-coordinate of the given point is -2 which means that the line will intersect the y-axis on -2
So,
b = -2
and
The equation will be:
y = -2
Keywords: Equation of line, slope
Learn more about equation of line at:
#LearnwithBrainly
Answer:
The quantity after t years 40 (0.65)^{\textrm t} millions tons
Step-by-step explanation:
Given as :
The rate of decrease of carbon dioxide each other = 35%
The quantity of carbon dioxide emitted this year = 40 million tons
Let the quantity of carbon dioxide emitted after t year = A millions tons
Now, According to question
The quantity of carbon dioxide emitted after t year = The quantity of carbon dioxide emitted this year ×
Or, A millions tons = 40 millions tons ×
Or, A millions tons = 40 millions tons ×
Or, A millions tons = 40 millions tons ×
The surface area formula is

π

π

.
Using the formula, you can determine that the answer is C.
Range= 4
Range is the highest number minus the lowest number, 10-6=4
First step is to analyze input and output variables:INPUT:list of integers with name "values"integer with name "p1"integer with name "p2"OUTPUT:there is no output variable as in declaration of a method there is void
ANALYSIS:"int temp = values[p1]"this line creates variable "temp" which is integer. then this line goes to the list "values" and takes value that is at position "p1" and stores it into variable "temp"
"values[p1] = values[p2]"this line goes to the list "values" and takes value that is at position "p2" and stores it into variable that is at position "p1"
"values[p2] = temp"this line takes value of the variable "temp" and stores it into list values at position "p2"
Short explanation:this code replaces values of the list at between positions p1 and p2