Pubblicità

Progressione delle Forme

Come le forme cambiano o restano costanti nelle righe e colonne di una matrice.

Impara

Come le forme cambiano o restano costanti nelle righe e colonne di una matrice.

Shape rules determine which geometric form appears in each cell. The simplest rule is 'constant shape' where all cells contain the same form. Progression rules change the shape systematically—either the same order repeats in each row, each column has its own shape, or each row/column contains three different shapes. Understanding shape rules helps isolate this attribute from size and fill.

shape(cell) = f(row, col) or constant

  • Constant: All cells contain circles
  • Row pattern: Each row shows circle → square → triangle
  • All different: Each row has 3 unique shapes (order may vary)

Come riconoscerlo

  • Check if all shapes are identical (constant rule)
  • Compare shapes across each row—do they follow a pattern?
  • Compare shapes down each column—do they follow a pattern?
  • Note: shape is independent of size and fill

Errori comuni

  • Confusing shape order with size or fill patterns
  • Assuming shapes must change when they might be constant
  • Missing that different rows can have different shape sets

Soluzione passo per passo

In una matrice 3x3, ogni riga mostra la stessa progressione di forme. Riga 1: cerchio, quadrato, triangolo. Riga 2: cerchio, quadrato, triangolo. Riga 3: cerchio, quadrato, ?. Cosa segue?

  1. Esaminare la riga 1 per trovare la sequenza di forme
  2. Confermare che il pattern si ripete nella riga 2
  3. Applicare il pattern alla riga 3
  4. La terza posizione nella sequenza è sempre triangolo

Risposta: Triangolo

Indicazioni per la pratica

Riconoscimento di Schemi

Pubblicità