 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
Unit 6 Lesson 2 Remediation Activity 2
|
A | B |
greater than 3 | x > 3 |
less than 3 | x < 3 |
greater than or equal to 3 | x ≥ 3 |
less than or equal to 3 | x ≤ 3 |
at most 4 | x ≤ 4 |
at least 4 | x ≥ 4 |
more than 2 | x > 2 |
fewer than 2 | x < 2 |
no more than 2 | x ≤ 2 |
at most 8 | x ≤ 8 |
up to 6 | x ≤ 6 |
no less than 2 | x ≥ 2 |
in excess of 6 | x > 6 |
exceeds 8 | x > 8 |
at least 5 | x ≥ 5 |
a minimum of 8 | x ≥ 8 |
a maximum of 5 | x ≤ 5 |
at most 7 | x ≤ 7 |
at least 7 | x ≥ 7 |
more than 7 | x > 7 |
|
| |