easy Set 58 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 8

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