Answer:
20%
Step-by-step explanation:
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
I got C for 6 & 7. I haven't done this in a while so I don't know 8 & 9. I hope I helped!
Answer:
On a coordinate plane, a line has a negative slope
Step-by-step explanation:
A linear function is a function whose graph is a straight line. For example, y = 3x - 2 represents a straight line on a coordinate plane and hence it represents a linear function.
Answer:
5/6
Step-by-step explanation:
9/18 + 1/3 <Need the same denominator so find the lowest common multiple.
3 6 9 12 15 18 < multiples of 3
if 3 goes into 18 than it will be our LCM
3 goes into 18 6 times so multiply 1 and 3 by 6 and rewrite the equation
9/18 + 6/18 < just add 9 + 6 and place it over 18
15/18 <this number can be simplified so write out their factors and pick the highest one to divide by one they have in common.
1 3 5 15 <Factors of 15
1 2 3 6 9 18 <Factors of 18
3 is the highest one they both have so divide both 15 and 18 by 3
15/3 is 5 and 18/3 is 6
put the 5 and 6 in their proper places and you have 5/6 or .83333333333...