A box holds small cube shaped blocks that are the same size. Kim tires tk build a large cube out of the small blocks but finds that she needs 6 more blocks. Takashi builds a different sized cube out of the same amount of blocks and finds that she has 85 blocks left. How many blocks are in the box?
2026-04-05 14:15:39.1775398539
Volume question
36 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let Kim be building a cube of side $x$ and Takashi be building a cube of side $y$ where $y<x$.
So $x^3 -6 = y^3 + 85$
$x^3 - y^3 = 91$
$(x-y)(x^2 + xy +y^2) = (7)(13) = (1)(91)$
where the RHS has been factorised in the only two unique ways among natural numbers.
Now try $x-y = 7 \implies x = y + 7$ and then $x-y = 1 \implies x = y+1$, substitute those into the equation and solve the resulting respective quadratics arising from the second factor on the LHS. You'll find the only admissible solution to be $x = 6, y = 5$, so the number of blocks is $210$.