Sieve of Eratosthenes 101-200 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 Over 2,000 years ago, a Greek mathematician named Eratosthenes created a system for finding prime numbers. A prime number is a whole number that has only two factors, itself and one. 1 is not a prime number since it only has one factor. All other numbers that have more than two factors are called composite numbers. You can use Eratosthene’s Sieve (a sieve separates things out) to find all of the prime numbers less than 100. Follow these directions: First, cross out 1. Circle the prime numbers 2, 3, 5, and 7. Next, use a red pencil to cross out all the multiples of 2 with a red l. Then use blue pencil and cross out the multiples of 3 with a blue ―. Using green, cross out multiples of 5 with a green /. Try a purple \ for multiples of 7. (Do you start to notice patterns as you cross out multiples?) Do NOT cross out 2 Name ___________________________ Date ___________________ # ________ When you are finished, circle all of the numbers that have NOT been crossed out. These numbers are prime. List all of the prime numbers that are less than 100 (there are 25): ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ How many even primes are there? What do you know about numbers that have more than one slash? For example, 30 should have a red line, blue line, and green line. What are these numbers called? Which of the following is a composite number: 37, 47, 57, 67? Extensions (optional): Make your own grid for the numbers 101-200. Find all of the prime numbers. Is the number of primes on this grid the same as on the hundred grid?