Pubblicità

Piegatura del Cubo

Visualizzare come uno sviluppo piano del cubo si piega in un cubo 3D.

Impara

Visualizzare come uno sviluppo piano del cubo si piega in un cubo 3D.

Cube folding puzzles show a 2D 'net' (unfolded cube pattern) and ask which 3D cube would result when folded. The key insight is that opposite faces of a cube never share an edge in the net—they are always separated by exactly one face. Tracking markers or patterns on each face helps identify the correct folded cube.

folded_cube = fold(net, edges)

  • Cross-shaped net: center square becomes front face
  • Opposite faces in the net have one square between them
  • Adjacent faces in the net remain adjacent when folded

Come riconoscerlo

  • Identify which faces will be opposite (they never share an edge)
  • Pick a 'front' face and trace what becomes top, sides
  • Note the orientation of markers—they may rotate when folded
  • Eliminate answers with impossible face arrangements

Errori comuni

  • Forgetting that markers rotate during folding
  • Missing that opposite faces can't be adjacent in the net
  • Not tracking which edges connect to which

Soluzione passo per passo

Uno sviluppo del cubo ha una stella sulla faccia centrale e un cerchio sulla faccia sopra. Quando piegato, quale faccia è opposta alla stella?

  1. Identificare la faccia centrale con la stella: diventerà una faccia del cubo.
  2. In uno sviluppo a croce, la faccia centrale e qualsiasi faccia adiacente condividono uno spigolo quando piegato.
  3. La faccia opposta è separata da esattamente una faccia nello sviluppo.
  4. Contare dalla stella: il cerchio è adiacente (un passo), quindi NON è opposto.
  5. La faccia a due passi dalla stella (sul braccio opposto della croce) sarà quella opposta.

Risposta: La faccia all'estremità opposta della croce rispetto al cerchio

Indicazioni per la pratica

Ragionamento Spaziale

Pubblicità