hard Set 61 Form Exercise

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

Show answer

Answer: 46

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

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

Show answer

Answer: 183

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

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

Show answer

Answer: 236

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 547

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 152

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