hard Set 18 Form Exercise

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

Show answer

Answer: 306

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

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

Show answer

Answer: 75

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 102

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 16

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