Ant Cubes

A 12 × 16 × 24 12 \times 16 \times 24 cuboid is filled up with 4608 little cubes of dimensions 1 × 1 × 1. 1\times 1\times 1. An ant passes through a straight line, connecting two opposite vertices of the cuboid.

How many little cubes does the ant pass through?

Note: Cubes are only counted if the traversal passes through them, so if the traversal only touches a vertex or an edge separating cubes within the cuboid, then it is not considered to pass through the adjacent cubes.

24 26 28 30 32

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.

1 solution

Venkatachalam J
Aug 12, 2018

Number of cubes ant pass = Length + Width + Height – HCF(Length, Width) – HCF(Width, Height) – HCF(Length, Height) + HCF(Length, Width, Height)

Therefore, required Number of cubes equal to 12 + 16 + 24 - HCF(12,16) - HCF(16,24) - HCF(12,24) + HCF(12,16,24) = 12 + 16 + 24 – 4 – 8 – 12 + 4 =32

What do u mean by HCF? Thank you.

Hana Wehbi - 2 years, 10 months ago

Log in to reply

Highest Common Factor (HCF) or Greatest Common Factor (GCF).

Venkatachalam J - 2 years, 10 months ago

Log in to reply

Oh ok, here l am used to GCD or GCF. Thank you.

Hana Wehbi - 2 years, 10 months ago

I am unclear, why does this method give the answer?

Jason Carrier - 2 years, 8 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...