hard Set 39 Form Exercise

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

Show answer

Answer: 114

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

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

Show answer

Answer: 148

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

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

Show answer

Answer: 300

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"-","operand":5,"result":25}
  • {"op":"\u00d7","operand":2,"result":50}
  • {"op":"\u00d7","operand":2,"result":100}
  • {"op":"\u00d7","operand":3,"result":300}
FinalValue
300
PathDescription
Step 1: ×3 = 30; Step 2: -5 = 25; Step 3: ×2 = 50; Step 4: ×2 = 100; Step 5: ×3 = 300

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

Show answer

Answer: 60

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

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

Show answer

Answer: 95

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

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

Show answer

Answer: 40

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"+","operand":9,"result":12}
  • {"op":"\u00d7","operand":4,"result":48}
  • {"op":"\u00d7","operand":3,"result":144}
  • {"op":"-","operand":50,"result":94}
  • {"op":"-","operand":54,"result":40}
FinalValue
40
PathDescription
Step 1: +9 = 12; Step 2: ×4 = 48; Step 3: ×3 = 144; Step 4: -50 = 94; Step 5: -54 = 40

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

Show answer

Answer: 3

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

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

Show answer

Answer: 36

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