Answer:
What do you need us to solve?
Step-by-step explanation:
You rearrange the equation getting x = 9 * 3 which equals 27. So x = 27
Or just do 9*3 to get 27.
Answer: 300x200
Step-by-step explanation: First of all...Your perimeter equals 2x+3y. X=length, y=width.
2x+3y=1200
3y=1200-2x
y=400-(2/3)x
y=400-(2/3)x
Your Area = xy=x(400-2x/3)=400x-2^2/3
dA/dx=400-4x/3=0
4x/3=400
4x=1200
x=300ft length
y=400-(2/3)(300)=200ft
I hope this helps you!
Answer:
P(success at first attempt) = 0.1353
Step-by-step explanation:
This question follows poisson distribution. Thus, the formula is;
P(k) = (e^(-G) × (G)k)/k!
where;
G is number of frames generated in one frame transmission time(or frame slot time)
Let's find G.
To do this, we need to find number of frames generated in 1 slot time which is given as 50 ms.
Now, in 1000 ms, the number of frames generated = 50
Thus; number of frames generated in 50 ms is;
G = (50/1000) × 50
G = 2.5
To find the chance of success on the first attempt will be given by;
P(success at first attempt) = P(0) = e^(-G) = e^(-2) = 0.1353