easy Set 24 Form Exercise

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

Show answer

Answer: 80

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 114

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