Trying to find math inside everything else

Archive for October, 2012

My Classroom

Since I wasn’t in there today, why not make a long overdue blog post about my classroom? It was finally in a presentable condition thanks to Parent Teacher conferences.

@mgolding and @mseiler said this summer when they were setting up their rooms that students know they are entering a math classroom, so why not let them know who you are. So I decided to embrace that.

 Enter my room via this door, with some of the several XKCD posters that I made earlier this year. I have 40 different posters hanging around the room.

 

There’s my desk in the corner. I have a lovely little alcove behind it, and a shoe organizer that I use to keep quizzes for different Learning Goals.

There’s the other side of the room. I’ve got two of the actual giant XKCD posters from the website (Money and Movie Timelines) as well as a Wind Waker poster I won from a Nintendo Store trivia content.

 

The yellow paper is the Wall of Masters, to list anyone who has achieved mastery on a particular learning goal, as opposed to merely proficient. (I also have this Adventure Time poster, which I adore.)

 My front white board, with my projector on the milk crate.

This is my favorite. My co-teacher Sarah came up with the idea of using my side whiteboard as a model version of the Interactive Notebook, showing exactly what the students should have, with the left-hand page and the right-hand page. (I also use a shoe organizer for the calculators.)

 

Math Labs

When I student taught at Banana Kelly High School, the 9th grade math and science teachers there used a wonderful curriculum called Thinking Math and Science, which they had been developing for about 10 years. Those classes were integrated with math and science together, and so very often the classes were doing labs. But the labs weren’t just science, they just as often had math labs. And I wanted to bring that idea into my own classroom.

I had decided last year that I wanted to introduce new topics with labs, so the students could explore an idea before getting the mathematical language that does with it. When I sat down over the summer with my co-teacher Sarah, we created a template for our math lab reports, taking the steps of the scientific method and putting a mathematical twist on it. Here’s an example of it, using the first lab we did, Pythagorean Theorem in 3D.

 

The beginning is much the same, asking the driving question that we want to answer. Then, instead of background research, since I want to work with a low barrier of entry and move up, we have “What do you notice?” (thanks @maxmathforum).

The next step is to construct a hypothesis. This is often still relevant with math, of course, and may go unchanged for some labs. But I thought another way we could look at a hypothesis is an estimate, since both are educated guesses, right? I set it up using Dan Meyer’s suggestion of “too low, too high, actual guess,” which gives us nice bounds, and I think this does it visually as well. Although not completely, since some students haven’t gotten it, so I wonder if I can improve on that. (I have two versions in the file: the arrow one is the one I used, and the dotted line one is a new idea I have, I’ll try it soon.)

Then we do our calculations, which is our experiment, they go hand in hand. And finally we analyze what we did with discussion questions.

I’m don’t think the format/template is perfect, but I think it’s a start.

Recursive Combinations with Replacement

So I was in my classroom last night with my boyfriend, waiting for his phone to charge before we went to dinner. Since we had some time, we played some of the math games I have in my room. (He’s a math PhD student, so he was all for it.) We played Set, of course, and then played a bit of 24. We idly wondered if it were possible to get 24 with any combination of 4 digits. So I looked at the box, and saw it came with 192 possible configurations. Well, if we determined how many possibilities there were (maybe there were 192), that might give us an idea of the feasibility.

20121020-162604.jpg

So we tried to calculate how many configurations there were. Shouldn’t be too hard, right? Well, it kinda is, especially when you’re not already familiar with combinations with replacement. So we started using what we did know of combinations, but were stuck because we could use the same number multiple times, which made it trickier. Otherwise it would just be 9 C 4.

So, unsure how to solve, we tried to make a simpler case. What if we only had 2 digits to choose from, not 9? There’s there’s 5 possibilities. (1111, 1112, 1122, 1222, 2222.) And with 3 digits, there’s 15 (1111, 1112, 1113, 1122, 1123, 1133, 1222, 1223, 1233, 1333, 2223, 2233, 2333, 3333). We got a lot of fruitful thinking out of this, finding patterns, but didn’t really get closer to the answer. (Four digits had 35, btw. But we didn’t want to list all the ones for 5 digits and beyond.)

At this point it was time to go to dinner, so we put the whiteboard aside. But that couldn’t stop us thinking and talking about it, which we did as we walked to the restaurant and waited for out table, when we finally had a breakthrough.

Instead of trying to figure out the pattern with fewer digits but the same number of slots, let’s try to iterate up with the same number of digits, but using increasing number of slots. Let me explain, using 4 possible digits.

If we only have 1 number slot on the card, there are only 4 possibilities. (1, 2, 3, 4.) When we increase to 2 slots, we could start by putting a 1 in front of each of those possibilities. (11, 12, 13, 14). But, because order doesn’t matter, we can’t also put 2 in front of everything, because 21 is the same as 22. So we don’t use the one, and get 22, 23, 24. Same logic for 3 gives us 33, 34, and then finally 44.

This gives us a total of 10 possibilities. (4 + 3 + 2 + 1.) Now let’s think about 3 slots. In the same way, we can add a 1 in front of everything we’ve done so far. So for 3 digit possibilities there are 10 that start 1. Since we have to eliminate the four that two-digit configurations that have 1, there are 6 remaining, so that’s how many will start with 2. (3 + 2 + 1). Then three will start with 3. (2 + 1) And 1 will start with 4.

The process here is to add up all of what we had before, chopping off the start, to get the total number of new possibilities. So now, with 3 slots, we have 20 possibilities. (10 + 6 + 3 + 1.) To get for 4 slots, we use the same process: 20 start with 1, 10 start with 2 (6 + 3 + 1), 4 start with 3 (3 + 1), and 1 starts with 4, for a total of 35. Which is what we found before.

(If there were 5 slots, it would be 35 + 15 + 5 + 1, or 56.)

I don’t know of this recursive method of solving for combinations with replacements has been done before. I’m sure it is, but I haven’t found it in a very short google search. If someone knows of it, please let me know. But I wanted to share what I did. You can tell I love math, and so does my boyfriend, because we got completely distracted from a board game by solving a problem. He told me I’d make a good mathematician, because of how I tackled the problem. That may be true.