 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
Patterns and Functions (Rules to Turn Inputs into Outputs)
|
| A | B |
| What's the output when the input = 3 and the rule is: add 3 | output = 6 |
| What is the output when the input = 2 and the rule is: multiply by 4 | output = 8 |
| What's the output when the input = 12 and the rule is: divide by 4 | output = 3 |
| What's the output when the input = 15 and the rule is: subtract 4 | output = 11 |
| What's the rule for the pattern 2, 5, 8, 11 | rule: add 3 |
| What's the rule for the pattern 25, 20, 15, 10, 5 | rule: subtract 5 |
| What's the rule for the pattern 16, 8, 4 | rule: divide by 2 |
| What's the rule for the pattern 25, 100, 400, 1600 | rule: multiply by 4 |
| What's the rule for the pattern 18, 36, 72, 144 | rule: multiple by 2 |
| What's the rule for the pattern 1000, 100, 10, 1 | rule: divide by 10 |
| What's the rule for the pattern 15, 30, 45, 60 | rule: add 15 |
| What's the rule for the pattern 99, 88, 77, 66 | rule: subtract 11 |
|
| |