easy Set 58 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 109

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 4

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