We first need to write the function in standard form.
y = -x^2 - 7x + 18
To find the axis of symmetry, we do -b/2a
The a and b are the coefficients of the x values.
So a would be -1 since -x is same as -1x
Follow that, b would be -7.
Then just plug the values in. - (-7)/2(-1) = -7/2
The axis of symmetry is -7/2
Answer:
women and tiger on a dragon statue
lol
Explanation:
The concept of continuity relates to historical developments and processes because historians can link the happenings in the past to recent occurrences.
- The concept of continuity simply explains the continuation of a cycle and it shows the connection that exists between historical events.
- Changes take place at different times which are then linked forward and backward in time. Continuity refers to the continuance of themes.
- The concept of continuity is vital as historians are able to link what has occurred earlier to the recent things that are happening. For example, Islam had an influence on African culture and its development.
In conclusion, continuity is important to historians.
Read related link on:
brainly.com/question/15498027
Answer:
double a;
double b;
double distance = Math.sqrt( (Math.pow(a, 2) + Math.pow(b, 2));
System.out.println("The distance is: " + distance);
Explanation:
The code snippet is written in Java.
First, variable a is declared as a type of double and variable b is also declared as a type of double.
The given formula for the distance is:
√(a² + b²)
So we use the inbuilt function of Java to calculate the power and the square root.
Math.sqrt is to find the square root and it returns a value of type double.
Math.pow is use to calculate the value of a² and b².
a² = Math.pow(a, 2)
b² = Math.pow(b, 2)
Then Math.sqrt is applied to the sum of Math.pow(a, 2) and Math.pow(b, 2), the value is assigned to distance of type double.
The value of distance is now displayed to the user:
System.out.println("The distance is: " + distance);
Answer:
Explanation:
Alright so the way to do this is to use properties of integrals to make our life easier.
So we have:

So lets break this up into two different integrals that represent the same area.

Lets think about what is going on up there. The integral from four to zero gives us the area under the curve of f(x) from four to zero. If we subtract this from the integral from one to zero (the area under f from one to zero) we are left with the area under f from four to one! Hence:

But since we have these values we can say that:
-3 - 2 = -5
Which means that
= -5
So now we can evaluate 
Lets first break up our integrand into two integrals
= 
Now we can evaluate this:
We know that
= -5
So:
where x is evaluated at 4 to 1 so
-15 + 2(3)
So we are left with -15 + 6 = -9