easy Set 37 Form Exercise

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

Show answer

Answer: 69

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 20

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

Math Maze: Start at 9. Follow the path: +2 → +2 → -2. What is the final value?

Show answer

Answer: 11

SubType
math-maze
Difficulty
easy
StartValue
9
Steps
  • {"op":"+","operand":2,"result":11}
  • {"op":"+","operand":2,"result":13}
  • {"op":"-","operand":2,"result":11}
FinalValue
11
PathDescription
Step 1: +2 = 11; Step 2: +2 = 13; Step 3: -2 = 11

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

Show answer

Answer: 9

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

Math Maze: Start at 2. Follow the path: -1 → +10 → +9. What is the final value?

Show answer

Answer: 20

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