Three numbers: i, j, and k are chosen randomly from the interval [-1, 1].
What is the probability that (i^2) + (j^2) + (k^2) < 1, and |i| + |j| + |k| > 1
Answer to the nearest hundredth.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
is the inscribed octahedron cube?if it is then its side should be 2/root 3
Log in to reply
Sorry, comment below was supposed to be my reply
The octahedron is not a cube. A cube has 6 square faces, 8 vertices, and 12 edges. An octahedron has 8 triangular faces, 6 vertices, and 12 edges.
A twenty-five million point Monte Carlo:
l = Select [ RandomReal [ { − 1 , 1 } , { 2 5 0 0 0 0 0 0 , 3 } ] , $#$1 . $#$1 < 1 & ]
r = Table [ Boole [ Total [ ∣ p ∣ ] > 1 . ] , { p , l } ]
2 5 0 0 0 0 0 0 Total [ r ] ⇒ 2 5 0 0 0 0 0 0 8 9 2 2 0 9 1 ≈ 0 . 3 5 6 8 8 4
The question that I had because of the wording was whether the denominator was 25000000 or 13086730 (the length of the list r ).
Problem Loading...
Note Loading...
Set Loading...
This is equivalent to the probability that a point chosen randomly from a 2x2x2 cube will be inside the unit sphere, but outside its inscribed octahedron.
.
The answer is then
((Volume of unit sphere)-(Volume of inscribed octahedron))/(volume of 2x2x2 cube)
Plugging things in, we get
((4π/3) - (4/3))/(8) = (π-1)/6 ~ .36