18.4k views
3 votes
A cube 4 units on each side is composed of 64 unit cubes. Two faces of the larger cube that share an edge are painted blue, and the cube is disassembled into 64 unit cubes. Two of the unit cubes are selected uniformly at random. What is the probability that one of two selected unit cubes will have exactly two painted faces while the other unit cube has no painted faces?

User Judelka
by
5.2k points

1 Answer

3 votes

Answer:

P = 0.0714

Explanation:

If two faces of the larger cube that share and edge are painted blue, it means that 28 of the 64 unit cubes are painted in at least one side and 36 cubes have no painting faces.

Additionally, from the 28 cubes painted only 4 have exactly two painted faces.

Then, to calculate the number of ways in which we can select x elements from a group of n, we can use the following equation:


nCx=(n!)/(x!(n-x)!)

So, the probability that one of two selected unit cubes will have exactly two painted faces while the other unit cube has no painted faces is:


P=(4C1*36C1)/(64C2)=0.0714

Because there are 64C2 ways to select 2 cubes from the 64, and from that, there are 4C1*36C1 ways to select one cube with exactly two painted faces and one cube with no painted faces.

User Hong Ooi
by
5.3k points