hard Set 19 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 30

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"+","operand":7,"result":11}
  • {"op":"\u00d7","operand":2,"result":22}
  • {"op":"\u00d7","operand":3,"result":66}
  • {"op":"-","operand":45,"result":21}
  • {"op":"+","operand":9,"result":30}
FinalValue
30
PathDescription
Step 1: +7 = 11; Step 2: ×2 = 22; Step 3: ×3 = 66; Step 4: -45 = 21; Step 5: +9 = 30

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

Show answer

Answer: 1

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

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

Show answer

Answer: 50

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"\u00d7","operand":3,"result":42}
  • {"op":"-","operand":15,"result":27}
  • {"op":"\u00d7","operand":3,"result":81}
  • {"op":"-","operand":31,"result":50}
FinalValue
50
PathDescription
Step 1: ×2 = 14; Step 2: ×3 = 42; Step 3: -15 = 27; Step 4: ×3 = 81; Step 5: -31 = 50

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

Show answer

Answer: 52

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 46

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