Publicidad

Progresión de Formas

Cómo las formas cambian o permanecen constantes en las filas y columnas de una matriz.

Aprender

Cómo las formas cambian o permanecen constantes en las filas y columnas de una matriz.

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)

Cómo reconocerlo

  • 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

Errores comunes

  • 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

Resolución paso a paso

En una matriz 3x3, cada fila muestra la misma progresión de formas. Fila 1: círculo, cuadrado, triángulo. Fila 2: círculo, cuadrado, triángulo. Fila 3: círculo, cuadrado, ?. ¿Qué sigue?

  1. Examinar la fila 1 para encontrar la secuencia de formas
  2. Confirmar que el patrón se repite en la fila 2
  3. Aplicar el patrón a la fila 3
  4. La tercera posición en la secuencia siempre es triángulo

Respuesta: Triángulo

Orientación para practicar

Reconocimiento de Patrones

Publicidad