hard Set 91 Form Exercise

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

Show answer

Answer: 25

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 57

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"\u00d7","operand":3,"result":18}
  • {"op":"\u00d7","operand":2,"result":36}
  • {"op":"-","operand":5,"result":31}
  • {"op":"\u00d7","operand":4,"result":124}
  • {"op":"-","operand":67,"result":57}
FinalValue
57
PathDescription
Step 1: ×3 = 18; Step 2: ×2 = 36; Step 3: -5 = 31; Step 4: ×4 = 124; Step 5: -67 = 57

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

Show answer

Answer: 3

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 130

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