easy Set 56 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 89

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