easy Set 91 Form Exercise

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

Show answer

Answer: 3

SubType
math-maze
Difficulty
easy
StartValue
3
Steps
  • {"op":"+","operand":10,"result":13}
  • {"op":"+","operand":5,"result":18}
  • {"op":"-","operand":15,"result":3}
FinalValue
3
PathDescription
Step 1: +10 = 13; Step 2: +5 = 18; Step 3: -15 = 3

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

Show answer

Answer: 3

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

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

Show answer

Answer: 51

SubType
math-maze
Difficulty
easy
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"+","operand":7,"result":47}
  • {"op":"+","operand":4,"result":51}
FinalValue
51
PathDescription
Step 1: ×4 = 40; Step 2: +7 = 47; Step 3: +4 = 51

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

Show answer

Answer: 63

SubType
math-maze
Difficulty
easy
StartValue
10
Steps
  • {"op":"+","operand":5,"result":15}
  • {"op":"+","operand":6,"result":21}
  • {"op":"\u00d7","operand":3,"result":63}
FinalValue
63
PathDescription
Step 1: +5 = 15; Step 2: +6 = 21; Step 3: ×3 = 63

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

Show answer

Answer: 10

SubType
math-maze
Difficulty
easy
StartValue
6
Steps
  • {"op":"+","operand":3,"result":9}
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"-","operand":17,"result":10}
FinalValue
10
PathDescription
Step 1: +3 = 9; Step 2: ×3 = 27; Step 3: -17 = 10

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

Show answer

Answer: 24

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 6

SubType
math-maze
Difficulty
easy
StartValue
5
Steps
  • {"op":"+","operand":6,"result":11}
  • {"op":"+","operand":8,"result":19}
  • {"op":"-","operand":13,"result":6}
FinalValue
6
PathDescription
Step 1: +6 = 11; Step 2: +8 = 19; Step 3: -13 = 6