hard Set 25 Form Exercise

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

Show answer

Answer: 234

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 52

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"\u00d7","operand":4,"result":120}
  • {"op":"+","operand":1,"result":121}
  • {"op":"+","operand":4,"result":125}
  • {"op":"-","operand":73,"result":52}
FinalValue
52
PathDescription
Step 1: ×3 = 30; Step 2: ×4 = 120; Step 3: +1 = 121; Step 4: +4 = 125; Step 5: -73 = 52

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

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

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

Show answer

Answer: 99

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"+","operand":10,"result":15}
  • {"op":"\u00d7","operand":4,"result":60}
  • {"op":"+","operand":10,"result":70}
  • {"op":"\u00d7","operand":2,"result":140}
  • {"op":"-","operand":41,"result":99}
FinalValue
99
PathDescription
Step 1: +10 = 15; Step 2: ×4 = 60; Step 3: +10 = 70; Step 4: ×2 = 140; Step 5: -41 = 99

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

Show answer

Answer: 75

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

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

Show answer

Answer: 368

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"\u00d7","operand":2,"result":36}
  • {"op":"-","operand":13,"result":23}
  • {"op":"\u00d7","operand":4,"result":92}
  • {"op":"\u00d7","operand":4,"result":368}
FinalValue
368
PathDescription
Step 1: ×2 = 18; Step 2: ×2 = 36; Step 3: -13 = 23; Step 4: ×4 = 92; Step 5: ×4 = 368