Answer:
Hello :) 12345678910
Step-by-step explanation:
You can think of x && y || z as equivalent to: int func (int x, int y, int z) { if (x) { if (y) { return true; } } if (z) { return true; } return false; } Since both x and y are fixed to be non-zero values the first return statement is always hit. thats what i think
Answer:
<h2>P(x) = (x+3)(x-2)^2</h2>
Step-by-step explanation:
Looking at the brackets you can see where the curve will intersect the x-axis.
The graph shows the curve intersecting at (0,-3) and (0,2).
This means:
x = -3
AND
x = 2
Rearrange the equations, equating them to 0.
x + 3 = 0
x - 2 = 0
This will be the values in the brackets.
Because the curve only touches 0,2 and DOES NOT cross it, we know that x - 2 is a repeated root, hence (x-2) is squared.
Therefore your brackets are: (x+3)(x-2)(x-2)
Which can be simplified:
(x+3)(x-2)^2
Where ^2 means squared.
ANSWER
A parabola.
EXPLANATION
The given conic is :

This can be rewritten as:


This is a parabola with the vertex at the origin.
The foci is (0,4)
Therefore the given conic section is a parabola that has an axis of symmetry parallel to the y-axis.