Reasonix MAC™ · Grade 6
Grade 6 — Ratios and Operators
Catches over attempts: a ratio you can watch change live.
Grade 6 at Reasonix MAC: ratios and simplifying, reading charts, arithmetic and comparison operators, random numbers, and a Star Catcher game. Bilingual.
The three bridges in this grade
Mathematics
Ratios and simplifying, reading bar charts, operators
Algorithms
Compute and compare: expressions that decide
Coding
pick random 1 to 10 · if catches / tries > 0.5 [ level up ]
Try it right now
Move it, click it, and watch the maths, the algorithm and the code change at the same moment.
3 × 4 = 12
MATH
3 × 4 = 12, and 4 × 3 gives the same total — that is commutativity.
ALGO
A loop inside a loop: repeat the row 3 times, stamping 4 dots each time.
CODE
repeat 3 [ repeat 4 [ stamp · move 22 ] · newline ]
Grade 6 lessons
- 1Ratios and Simplifying
- 2Reading Bar Charts
- 3Arithmetic Operators (+ − × ÷)
- 4Comparison Operators (< > =)
- 5Random Numbers
- 6Star Catcher — Falling Stars
- 7Score, Catches and the Success Ratio
- 8Nested Loops for Rows and Columns