Answer:

Step-by-step explanation:
Given


Required
Determine the probability that the order is 5
This question can be answered using Poisson distribution.

Where
is used to represent the mean
and


<em />
<em> ---- Euler's constant</em>
So, we have:







<em>Approximated</em>
Answer:
9
Step-by-step explanation:
2a-10-15=3
2a=18
a=9
hope you get the explanation
Answer:
129°
Step-by-step explanation:
51+51 =102
360-102=258
258÷2=129
:)
For this case we must find the inverse of the following function:

For this, we follow the steps below:
We change f (x) to y:

We exchange the variables:

We solve for y:

We divide between 8 on both sides of the equation:

We raise both sides of the equation to the square to remove the root:

So, the inverse is:
ANswer:
Option C
Answer:
bool b = isupper(x);
Step-by-step explanation:
I have written the expression for a char variable x.The isupper(x) will return true if the character x is upper case and false if the character x is lower case.
I have stored the returned value to a bool variable b .So the value of variable b will be true only when the x is in uppercase and false when b is lower case.