The answer to your question is 2
Answer:
(0,-7)
Step-by-step explanation:
If nay point is form (x,y)
x is abscissa can be also called x axis coordinate
y is ordinate can be also called y axis coordinate
ordiantes are points lying on y axis.
For any point lying on y axis, its x-axis coordinate will be 0
given that ordinate is -7. it means that value of y coordinate is -7
Thus, coordinates of the point is (0,-7)
F(x)=x2−x−1f, left parenthesis, x, right parenthesis, equals, x, squared, minus, x, minus, 1 What is the average rate of change
Alexandra [31]
Answer: The average rate of change = -1
Step-by-step explanation: Please find the attached file for the solution
First of all, a bit of theory: since the area of a square is given by

where s is the length of the square. So, if we invert this function we have
.
Moreover, the diagonal of a square cuts the square in two isosceles right triangles, whose legs are the sides, so the diagonal is the hypothenuse and it can be found by

So, the diagonal is the side length, multiplied by the square root of 2.
With that being said, your function could be something like this:
double diagonalFromArea(double area) {
double side = Math.sqrt(area);
double diagonal = side * Math.sqrt(2);
return diagonal;
}
We have been given a system of inequalities and an objective function.
The inequalities are given as:

And the objective function is given as:

In order to find the minimum value of the objective function at the given feasible region, we need to first graph the region.
The graph of the region is shown below:
From the graph, we can see that corner points of the feasible region are:
(x,y) = (15,30),(30,15) and (30,60).
Now we will evaluate the value of the objective function at each of these corner points and then we will compare which of those values is minimum.

Hence the minimum value of objective function is 975 and it occurs at x = 15 and y = 30