Answer:
A
Step-by-step explanation:
We are given a parabola with a vertex point of (2, 1) and a <em>y-</em>intercept of <em>y</em> = 4.
And we want to determine another point on the parabola.
Recall that a parabola is symmetric along the axis of symmetry, which is the <em>x-</em>coordinate of the vertex.
Note that since the <em>y-</em>intercept of the parabola is <em>y</em> = 4, this means that a point on our parabola is (0, 4).
To get from (2, 1) to (0, 4), we move two units left and three units up.
Since the parabola is symmetric along axis of symmetry, another point on the parabola will be two units right and three units up. This yields (2 + 2, 1 + 3) or (4, 4).
Our answer is A.
Answer:
4x² -3y
Step-by-step explanation:
Answer:
240 cell phones
Step-by-step explanation:
=12×1500
=18000÷75
=240
Answer and Explanation:
The Prolog rule expresses that logical implication (:-) describes the relationship between facts.
Prolog expressions are containing truth-functional symbols, which have the same intervention as in predicate calculus.
For example:
English Predicate calculus prolog
and ^ ,
or v ;
By using information, given in the question,
We can make prolog:
Grandfather(X, Y) :-mother(M,Y), father(X,M); father (F, Y), father(X,F)
Prolog (:- ) means define,
Prolog (,) represents a conjunction
And
Prolog (;) represent a disjunction