easy Set 63 Form Exercise

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

Show answer

Answer: 49

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 1

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