hard Set 44 Form Exercise

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

Show answer

Answer: 98

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

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

Show answer

Answer: 152

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 11

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"+","operand":10,"result":13}
  • {"op":"-","operand":7,"result":6}
  • {"op":"+","operand":6,"result":12}
  • {"op":"+","operand":8,"result":20}
  • {"op":"-","operand":9,"result":11}
FinalValue
11
PathDescription
Step 1: +10 = 13; Step 2: -7 = 6; Step 3: +6 = 12; Step 4: +8 = 20; Step 5: -9 = 11

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

Show answer

Answer: 48

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