hard Set 31 Form Exercise

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

Show answer

Answer: 968

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":2,"result":20}
  • {"op":"\u00d7","operand":3,"result":60}
  • {"op":"\u00d7","operand":4,"result":240}
  • {"op":"\u00d7","operand":4,"result":960}
  • {"op":"+","operand":8,"result":968}
FinalValue
968
PathDescription
Step 1: ×2 = 20; Step 2: ×3 = 60; Step 3: ×4 = 240; Step 4: ×4 = 960; Step 5: +8 = 968

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

Show answer

Answer: 3

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 51

SubType
math-maze
Difficulty
hard
StartValue
1
Steps
  • {"op":"+","operand":10,"result":11}
  • {"op":"+","operand":10,"result":21}
  • {"op":"+","operand":1,"result":22}
  • {"op":"\u00d7","operand":2,"result":44}
  • {"op":"+","operand":7,"result":51}
FinalValue
51
PathDescription
Step 1: +10 = 11; Step 2: +10 = 21; Step 3: +1 = 22; Step 4: ×2 = 44; Step 5: +7 = 51

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

Show answer

Answer: 19

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

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

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 6

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