Grid: | ||
Tics Lines: |
|
Width
px
|
Hash Lines: |
|
Width
px
|
Labels: |
|
Font
px
|
Trace Lines: | ||
Robot 1: |
|
Width
px
|
Robot 2: |
|
Width
px
|
Robot 3: |
|
Width
px
|
Robot 4: |
|
Width
px
|
Axes: | x-axis | y-axis | Show Grid |
Grid: | 24x24 inches | 36x36 inches | 72x72 inches |
96x96 inches | 192x192 inches | ||
Quad: | 4 quadrants | 1 quadrant | Hardware |
Units: | US Customary | Metric |
Background: |
![]() |
|
|
|
|
|
|
|
|
|
/* Code generated by RoboBlockly v2.0 */ double variable; printf("What transformation takes place from triangle 0 to triangle 1?"+"\n"); scanf("%lf", &variable); printf("What transformation takes place from triangle 1 to triangle 2?"+"\n"); scanf("%lf", &variable); printf("What transformation takes place from triangle 2 to triangle 3?"+"\n"); scanf("%lf", &variable);
Problem Statement: Several transformations are applied to a triangle in the coordinate grid: 1) Triangle 0 is transformed into Triangle 1. 2) Triangle 1 is transformed into Triangle 2. 3) Triangle 2 is transformed into Triangle 3. Using the numbered triangles on the board, identify what transformation took place for each of these three transformations. Transformations that could have taken place include reflection, translation, or rotation. |
|||||||||||
|
|||||||||||