Answer:
b. The number of digits in a randomly selected row until a 3 is found.
Explanation:
A random variable often used in statistics and probability, is a variable that has its possible values as numerical outcomes of a random experiment or phenomenon. It is usually denoted by a capital letter, such as X.
In statistics and probability, random variables are either continuous or discrete.
1. A continuous random variable is a variable that has its possible values as an infinite value, meaning it cannot be counted.
2. A discrete random variable is a variable that has its possible values as a finite value, meaning it can be counted.
Also, any random variable that meets certain conditions defined in a research study.
Hence, an example of a geometric random variables is the number of digits in a randomly selected row until a 3 is found.
Prolog languages are logics that are used when creating programs that require artificial intelligence.
The prolog rule to define the predicate grandfather(x, y) is grandfather(X,Y) :- mother(M,Y), father(X,M); father(F,Y), father(X,F)
<h3>How to determine the prolog rule</h3>
From the question, we have the following definitions:
- mother(m, y): m is the mother of y
- father(f, x): f is the father of x
For x to be the grandfather of y, then either of the following definitions must be true
- m is the mother of y, and x is the father of m
- f is the father of y, and x is the father of f
Using the above highlights, the prolog rule would be
grandfather(X,Y) :-
mother(M,Y), father(X,M);
father(F,Y), father(X,F)
Read more about logics at:
brainly.com/question/24833629
Answer:
if the pork is in a bag, you can thaw it in a sink, or if it is not in a bag, put the pork in a bag before thawing it in said sink.