easy Set 32 Form Exercise

Math Maze: Start at 7. Follow the path: +10 → +10 → ×3. What is the final value?

Show answer

Answer: 81

SubType
math-maze
Difficulty
easy
StartValue
7
Steps
  • {"op":"+","operand":10,"result":17}
  • {"op":"+","operand":10,"result":27}
  • {"op":"\u00d7","operand":3,"result":81}
FinalValue
81
PathDescription
Step 1: +10 = 17; Step 2: +10 = 27; Step 3: ×3 = 81

Math Maze: Start at 10. Follow the path: +8 → +5 → ×4. What is the final value?

Show answer

Answer: 92

SubType
math-maze
Difficulty
easy
StartValue
10
Steps
  • {"op":"+","operand":8,"result":18}
  • {"op":"+","operand":5,"result":23}
  • {"op":"\u00d7","operand":4,"result":92}
FinalValue
92
PathDescription
Step 1: +8 = 18; Step 2: +5 = 23; Step 3: ×4 = 92

Math Maze: Start at 2. Follow the path: +4 → +6 → ×3. What is the final value?

Show answer

Answer: 36

SubType
math-maze
Difficulty
easy
StartValue
2
Steps
  • {"op":"+","operand":4,"result":6}
  • {"op":"+","operand":6,"result":12}
  • {"op":"\u00d7","operand":3,"result":36}
FinalValue
36
PathDescription
Step 1: +4 = 6; Step 2: +6 = 12; Step 3: ×3 = 36

Math Maze: Start at 7. Follow the path: ×2 → ×4 → -35. What is the final value?

Show answer

Answer: 21

SubType
math-maze
Difficulty
easy
StartValue
7
Steps
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"\u00d7","operand":4,"result":56}
  • {"op":"-","operand":35,"result":21}
FinalValue
21
PathDescription
Step 1: ×2 = 14; Step 2: ×4 = 56; Step 3: -35 = 21

Math Maze: Start at 10. Follow the path: -8 → ×3 → ×2. What is the final value?

Show answer

Answer: 12

SubType
math-maze
Difficulty
easy
StartValue
10
Steps
  • {"op":"-","operand":8,"result":2}
  • {"op":"\u00d7","operand":3,"result":6}
  • {"op":"\u00d7","operand":2,"result":12}
FinalValue
12
PathDescription
Step 1: -8 = 2; Step 2: ×3 = 6; Step 3: ×2 = 12

Math Maze: Start at 6. Follow the path: -1 → +9 → ×4. What is the final value?

Show answer

Answer: 56

SubType
math-maze
Difficulty
easy
StartValue
6
Steps
  • {"op":"-","operand":1,"result":5}
  • {"op":"+","operand":9,"result":14}
  • {"op":"\u00d7","operand":4,"result":56}
FinalValue
56
PathDescription
Step 1: -1 = 5; Step 2: +9 = 14; Step 3: ×4 = 56

Math Maze: Start at 4. Follow the path: -3 → +10 → ×3. What is the final value?

Show answer

Answer: 33

SubType
math-maze
Difficulty
easy
StartValue
4
Steps
  • {"op":"-","operand":3,"result":1}
  • {"op":"+","operand":10,"result":11}
  • {"op":"\u00d7","operand":3,"result":33}
FinalValue
33
PathDescription
Step 1: -3 = 1; Step 2: +10 = 11; Step 3: ×3 = 33

Math Maze: Start at 2. Follow the path: +2 → ×4 → ×3. What is the final value?

Show answer

Answer: 48

SubType
math-maze
Difficulty
easy
StartValue
2
Steps
  • {"op":"+","operand":2,"result":4}
  • {"op":"\u00d7","operand":4,"result":16}
  • {"op":"\u00d7","operand":3,"result":48}
FinalValue
48
PathDescription
Step 1: +2 = 4; Step 2: ×4 = 16; Step 3: ×3 = 48