Answer:
DY
Step-by-step explanation:
TO ENCRYPT TO USING CAESAR ALPHABETIC SHIFT CIPHER OF 10. THIS MEANS WE'RE EXPECTED TO LOOP EVERY ALPHABET BY 10, SKIPPING EVERYONE TILL WE GET TO THE TENTH.
TO ENCRYPT T, WE HAVE
T = U - V - W - X - Y - Z - A - B - C - D
THEREFORE, T WILL BE ENCRYPTED AS D
TO ENCRYPT O, WE HAVE
O = P - Q - R - S - T - U - V - W - X - Y
HENCE, O WILL BE ENCRYPTED AS Y.
THIS MEANS THAT OUR QUESTION, TO, WILL BE ENCRYPTED AS DY
If an event occurs 0 times (out of 4, in this case) then it does not occur at least once. So we can find the probability of it not occurring and then subtract that value from 1.
So, what are the chances of it not occurring in 1 trip?
1−.37=.63
What about not occurring in 2 trips?
(1−.37)⋅(1−.37)=.63⋅.63=.3969
Now what about not occurring in 4 trips?
.63^4 = 0.15752961
We must subtract this value from 1
(recall that what we just calculated is the probability of it not occurring, so the probability of it occurring at least once is:
1−0.15752961 = .84247039
TLDR - In 4 trips the chance of a guest catching a cutthroat once in under 4 trips in 0.84.
Answer:
Step-by-step explanation:
6 = 2(1+2)
Use distributive property (Multiply 2 and 1. Then multiply 2 and 2)
6 = 2+4
Now add
6=6
This means the statement is true
Answer:
The graph in the attached figure
Step-by-step explanation:
we have
x < -1
The solution is the interval ----> (-∞,-1)
All real numbers less than -1
On a number line the solution is the shaded area at the left of x=-1 (open circle)
using a graphing tool
see the attached figure
Answer:
m = 15/4
Step-by-step explanation:
slope (m) = (y₂ - y₁)/(x₂ - x₁)
Let:
(x₁ , y₁) = (-5 , -10)
(x₂ , y₂) = (-1 , 5)
Plug in the corresponding numbers to the corresponding variables:
m = (5 - (-10))/(-1 - (-5))
m = (5 + 10)/(-1 + 5)
m = (15)/(4)
m = 15/4 is your answer.
~