Μάθηση
Τα σχήματα περιστρέφονται κατά σταθερές γωνίες στις γραμμές ή στήλες.
Rotation patterns involve shapes turning by consistent angles (90°, 180°, 270°) as you move across rows or down columns. The shape type remains the same, but its orientation changes predictably.
Each cell's rotation = base_rotation + (position × rotation_step)
- Triangle pointing up → right → down → left across a row
- Square rotated 45° in column 1, 90° in column 2, 135° in column 3
- All shapes rotated by the same constant angle
Πώς να το αναγνωρίζετε
- Same shape appears in different orientations
- Rotation follows a regular pattern (90° increments)
- Check both rows and columns for rotation progressions
Συνηθισμένα λάθη
- Confusing rotation with different shapes
- Missing subtle rotation differences
- Not considering all four rotation states
Λύση βήμα προς βήμα
Σε πίνακα 3x3, τα τρίγωνα περιστρέφονται 90 μοίρες δεξιόστροφα σε κάθε γραμμή. Η γραμμή 3 δείχνει: τρίγωνο προς τα πάνω, τρίγωνο προς τα δεξιά, ?. Ποιος προσανατολισμός ακολουθεί;
- Αναγνώριση του μοτίβου περιστροφής
- Παρακολούθηση της ακολουθίας: πάνω (0 μοίρες), δεξιά (90 μοίρες)
- Εφαρμογή της επόμενης περιστροφής 90 μοιρών
- Το τρίγωνο περιστρέφεται προς τα κάτω
Απάντηση: Τρίγωνο προς τα κάτω