hard Set 43 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 108

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

Math Maze: Start at 8. Follow the path: ×4 → -15 → ×4 → -23 → -10. What is the final value?

Show answer

Answer: 35

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"-","operand":15,"result":17}
  • {"op":"\u00d7","operand":4,"result":68}
  • {"op":"-","operand":23,"result":45}
  • {"op":"-","operand":10,"result":35}
FinalValue
35
PathDescription
Step 1: ×4 = 32; Step 2: -15 = 17; Step 3: ×4 = 68; Step 4: -23 = 45; Step 5: -10 = 35

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

Show answer

Answer: 22

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 136

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

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

Show answer

Answer: 16

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