Open ended project: Investigate facial recognition algorithms

Here is a sample outline for what a project about facial recognition algorithms might look like.

  1. Investigation phase:

    What is automated facial recognition? How does it work? What does a computer do to look at two different photos of someone and determine if they are the same person? What algorithms are in use? How successful are these algorithms? Where is facial recognition used?

  2. Problem posing:

    What factors affect the success of automated facial recognition? How efficient are these algorithms? What are the problems with these algorithms?

  3. Experiment
  4. Share results

 

Advertisement

Open-ended problem: How likely is it a quadratic equation will factor?

This question comes from Professor Wright via Twitter:

When Professor Wright means factor, he means, be written in the form (dx + e)(fx + g) with d, e, f, and g all being rational numbers.

Here are some questions to extend this investigation:

How often does ax2+bx+c factor with rational values of a, b, and c? Does the range of numbers we choose to look at matter? What if we allow d, e, f, and g to be irrational numbers? How often does this factor if a is 1? What if a is 2? Is there a relationship between the value of a, and the likelihood the quadratic function factors? Can you write a computer program to test out your hypothesis?

An insurance agent walks into a bar…

This is a riddle forwarded to me from the BCAMT Math list-serve (originally by George Pólya, according to someone on the list-serve):

A Life Insurance agent comes up to a ladies door to sell her a policy. He asks her how many children does she have and what are their ages. She replies, I have three children, but I will not even listen to your sales pitch if you cannot guess their ages. (Assume all ages are whole numbers)
Here is clue number 1: The product of their ages is equal to 36.
Salesman jots down some figures and replies, “I do not have enough information to answer that yet”.
The lady replies, “Okay, here is clue number 2: If you go the house next door (points to it), the sum of their ages is the same as the house number”.
Salesman goes next door, looks at the number, jots down a few more things and then returns to say,” I still don’t have enough information”.
The lady then replies, “Okay, your third and final clue: My eldest is learning to play the piano!!”

The salesman, replied with the answer, it was correct, he gave his sales pitch, she bought a policy.

What were their ages?

The puzzle itself is interesting, but what I found more interesting is what happened next. Another mathematics teacher from the list-serve gave the question to some of their students, and got this response back:

“Couldn’t sleep, wrote a script that not only solved your problem, but solves it with any number of children, and any product of their ages, if possible. It also will generate numbers that will give you valid variations of this question, given the number of answers that you want.”

Script: https://gist.github.com/yasyf/5299301

This is a nice bit of mathematical reasoning by this student. They took a problem, solved it, and then found a way to generalize the problem, and solved the more general problem. You can’t ask for much more than that!