I believe it would still be 4 love
Your question has been heard loud and clear.
Well -(-5)=5
5/-5/= -5
/-5/5= -5
So basically , the statement is false because -5(-5) not equal to -5/-5/
Thank you
Answer:
The minimum number of assignment statements needed is 5
Step-by-step explanation:
To write the algorithm, we apply the strategy of interchanging the values of variables in the assignment statements.
Assume "tmp" is the new variable, let assign tmp to w
The algorithm is:
Procedure exchange (w,x,y,z: integers)
tmp := w
w := x
x := y
y := z
z := tmp
return (w,x,y,z)
end
From the algorithm, it is obvious that there will be a minimum of 5 assignment statements needed.
Answer:
Step-by-step explanation:
We will use the work form of a quadratic to determine what a is...in fact we will write the equation for the whole thing in the process, because it's part of solving for a.
y = ±|a|(x - h)² + k
where x and y are from a coordinate point on the graph, h and k are the coordinates of the vertex, the absolute value of a indicates how steep or flat the graph is compared to the parent graph, and the ± is because a positive parabola opens up and a negative one opens upside down.
The vertex is (0, 9) and the coordinate point I chose to use is (3, 0). Filling those in and solving for a:
0 = ±|a|(3 - 0)² + 9 and
0 = ±|a|(3)² + 9 and
-9 = ±|a|9 and
-1 = ±|a| so a = 1. Because this is an upside down parabola the negative is out front, but a is independent of it. The correct choice is C. The quadratic function is
or in more detailed form:

This would be true. The points make up a straight line