easy Set 37 Form Exercise

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

Show answer

Answer: 43

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 6

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