hard Set 43 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 208

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 4

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