Answer:
Its option B -4
Step-by-step explanation:
X=10 and y=5 so it's the first option
Answer:
Step-by-step explanation:
There are 2 ways to proceed further.
Option A is with using the random number table.
- Let us assume that each gravestone has a unique number between 1 and 55914.
- Choose a row at random from the table.
- Take the first number consisting of 5 digits, if the number corresponds with a number between 1 and 55914, then select the corresponding plot, otherwise move on to the next 5 digit-number.
Repeat until 395 gravestones have been selected.
Option B is with using any calculator with capability of generating random integer. Here for example consider any TI series programmable calculator.
- Enter the following command into your calculator:
randInt(1,55914,395)
- The first and second number are the lower and upper limits between which the values have to lie.
- The third number is the number of required selections.
Answer:
1 / 13
Step-by-step explanation:
The total number of cards in a deck = 52
The total number of aces in a deck = 4
Since selection is drawn with replacement, then probability of drawing a certiaj number of card from the deck will be the same each time a selection is made :
Probability = required outcome / Total possible outcomes
The required outcome = number of aces = 4
Total possible outcomes = total number of cards = 52
P(drawing an ace) = 4 / 52 = 1 /13