Answer: Lattice parameter, a = (4R)/(√3)
Step-by-step explanation:
The typical arrangement of atoms in a unit cell of BCC is shown in the first attachment.
The second attachment shows how to obtain the value of the diagonal of the base of the unit cell.
If the diagonal of the base of the unit cell = x
(a^2) + (a^2) = (x^2)
x = a(√2)
Then, diagonal across the unit cell (a cube) makes a right angled triangle with one side of the unit cell & the diagonal on the base of the unit cell.
Let the diagonal across the cube be y
Pythagoras theorem,
(a^2) + ((a(√2))^2) = (y^2)
(a^2) + 2(a^2) = (y^2) = 3(a^2)
y = a√3
But the diagonal through the cube = 4R (evident from the image in the first attachment)
y = 4R = a√3
a = (4R)/(√3)
QED!!!
The corresponding angle is A and D and Q and R
Answer:
The probability is 0.057797
Step-by-step explanation:
Consider the provided information.
It is given that true percentage of voters who vote for the proposition is 63%,
Let p is probability of success.
According to the binomial distribution:

Substitute n=7, p=0.63 and x=2 in the above formula.


Hence, the probability is 0.057797
Answer:
(- 1, 1 )
Step-by-step explanation:
Given the 2 equations
2x - y = - 3 → (1)
x + y = 0 → (2)
Adding the 2 equations term by term will eliminate the term in y, that is
3x = - 3 ( divide both sides by 3 )
x = - 1
Substitute x = - 1 into either of the 2 equations and solve for y
Substituting into (2)
- 1 + y = 0 ( add 1 to both sides )
y = 1
Solution is (- 1, 1 )
The number of companies is quite large. That is, n is quite large.
The probability that a company declares bankruptcy is quite small , p is quite small.
np = the mean number of bankruptcies = 2 = a finite number.
Hence we can apply Poisson distribution for the data.
P (x=5 | mean =2) = e-2 25/5! = e-2 * 32/120 = 0.036089
Alternatively
=poisson(5,2,0) = 0.036089
P(x≥ 5 | mean =2) = 1- P( x ≤ 4) = 1- e-2 (1+2+22/2!+23/3!+24/4!)= 1-e-2 (1+2+2+8/6+16/24)= 1-e-2(7)
=0.052653
Alternatively
= 1- poisson(4,2,1) =0.052653
P(X > 5 | mean =2) = 1- p(x
≤ 5) =1- e-2 (1+2+22/2!+23/3!+24/4!+25/5!)= 1-e-2(7+4/15)
=0.016564
alternatively=1-poisson(5,2,1)
=0.016564