Saved Bookmarks
| 1. |
Getting a composite number |
|
Answer» Step-by-step EXPLANATION: To determine if a NUMBER is prime or composite, follow these steps: FIND all factors of the number. If the number has only TWO factors, 1 and itself, then it is prime. If the number has more than two factors, then it is composite. |
|