hard Set 51 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 59

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