Ask Professor Puzzler
Do you have a question you would like to ask Professor Puzzler? Click here to ask your question!
Wanshika from SriLanka asks, how to "identify stressed and unstressed vowels without pronouncing them loudly?"
That's a good question, Wanshika, and both Mr. and Mrs. Puzzler have an answer for you.
Mrs. Puzzler says, "Tap your hand on a desk for each stressed syllable." (Or, if you're trying to be extra quiet, tap on your leg!). What you'll find is that it's almost impossible to tap on the unstressed syllables; your brain somehow pushes you into doing the tap whenever your vocal chords are forming a strong syllable.
Mr. Puzzler says, "Tap on your leg with your thumb and your forefinger. If you're like me, you'll find that you gravitate toward tapping with your thumb on the stressed syllables, and the unstressed syllables with your forefinger." Mr. Puzzler's suggestion is really better for checking rhythms of poetry, if you already know where the accents are supposed to be.
If you try to tap this sentence out on thumb and index finger, then you'll find it has a perfect meter from the start to ending syllable.
[Note: the sentence above is written so that the first syllable is accented, and then it alternates between stressed and unstressed].
Related post: How context affects the way we stress syllables.
Mathi, from Vellore, wants to know how to figure out the following game show probability:
"On a game show, a contestant is given three keys, each of which opens exactly one of three identical boxes. The first box contains $1, the second $100, and the third $1,000. The boxes are randomly lined up and the contestant gets to assign each key to one of the boxes. The contestant wins the amount of money contained in each box that is opened by the key he assigns to it. What is the probability that a contestant will win more than $1,000?"
I'm not going to answer that exact question, because I think we can make it more challenging and interesting by changing the numbers a bit. Let's do this one instead:
"On a game show, a contestant is given four keys, each of which opens exactly one of four identical boxes. The first box contains $250, the second $500, the third $750, and the fourth $1,000. The boxes are randomly lined up and the contestant gets to assign each key to one of the boxes. The contestant wins the amount of money contained in each box that is opened by the key he assigns to it. What is the probability that a contestant will win more than $1,000?"
First, we need to figure out how many ways the keys can be arranged. The first key can be assigned in 4 ways, the second one in 3 ways (since one key has already been placed), the third key in 2 ways, and then there's only one way to place the last key. That gives us a total of 4 x 3 x 2 x 1 = 24 ways. So if we can figure out how many possibilities are wins, all we need to do is divide that by 24 to get the answer.
It's a win if you place all the keys in the right position. There is one way to do that.
It's a win if you place $1000 and any one of the others correctly. (Note that you can't place $1000 and two others correctly, because if you place three of them correctly, the fourth one must be correct as well, and we've already counted that possibility!). So there are three ways to do that.
It's a win if you place the $500 and $750 correctly (but not the other two, since we've already counted that possibility!). You can do that in one way.
And there are no other combinations that work. Thus, we have a probability of (1 + 3 + 1)/24 = 5/24.
Now that we've gone through that, you'll be surprised at how easy the other problem is - there are far fewer combinations to consider!
Good luck!
Professor Puzzler
Ninth grader Michaela wants to know how you can "find the number of diagonals [in a polygon] drawn from a single vertex."
In answering this question, I'd like to point out that my diagram shows a convex polygon. If the polygon is concave, some of the diagonals will lie outside the polygon, but we would still call them diagonals.
If you look at the diagram to the right, you'll see that I've marked three vertices with an X. Why? Because those are the vertices we can't draw a diagonal to. You can't draw a diagonal from a vertex to itself, and you can't draw a diagonal from a vertex to its neighboring vertex. After all, drawing a line between two neighboring vertices isn't drawing a diagonal; it's drawing a side!
So, there are seven vertices in my polygon, and we can't draw diagonals to three of them, so that means we can draw diagonals to 7 - 3 = 4 vertices.
Can we generalize that? Of course! No matter how many sides the polygon has, there will always be 3 vertices you can't draw a diagonal to.
So if it has n vertices? You can draw n - 3 diagonals from any vertex.
As an added bonus (this goes beyond what you asked, Michaela!), this is how we get the formula for the number of diagonals in a polygon.
There are n vertices, and we can draw n - 3 diagonals from each one, making a total of n(n - 3) diagonals. Except...wait a minute! We've counted each diagonal TWICE (because we counted both endpoints!). So we need to divide that by two:
Total diagonals = n(n - 3)/2.
Enjoy your polygons!
Professor Puzzler
Karylle from Marinduque wants to know how you can find the ratio in an infinite geometric series, if you know that the sum is a particular multiple of the first term.
This is in that interesting class of problems in which you feel like you don't have enough information to solve it. After all, there are a lot of unknowns (the first term, the ratio, and the sum) and you'll only have one equation to work with. Whenever my students have problems like this, I tell them to simplify the equation as much as possible, and see what happens!
So let's take an example. Let's say that you know the sum of the infinite series is 5 times the first term. Can you find the common ratio?
Well, the sum of the series is a/(1 - r), and that is 5a.
a/(1 - r) - 5a = 0
Ah...I see what's going to happen already - the a is going to factor out:
a(1/(1 - r) - 5) = 0
so either a = 0 (in which case, r could be anything, right? It's a really boring series, with all the terms equal to zero, but hey, it works!) or 1/(1 - r) = 5. This leads to:
5 - 5r = 1
5r = 4
r = 4/5
I would be inclined to say that the problem should be reworded to state that the first term is not 0, in order to avoid having "r can be any real number" as the answer. If you add in that proviso, then the answer is r = 4/5.
Hope that helps, Karylle!
Professor Puzzler
Jana from the Philippines wants to know, if you know the second and fourth terms, how do you find the first term?
Well Jana, that's a bit of a trick question, because if you don't tell me what KIND of sequence it is, I can't figure out the first term (or any other terms for that matter!). The most common types of sequences you might be talking about are: arithmetic and geometric. Of course, that's not all the possiblities. It could be a Fibonacci sequence, for example, or even a random list of numbers. Of course, if the sequence is random, there's really no way we can figure out any terms, is there?
So let's suppose the sequence is either arithmetic or geometric. And let's use the same numbers for both types of sequences. We'll say that the first term is 12, and the fourth term is 48.
Arithmetic
The nth term of an arithmetic sequence is given by a+(n-1)d, where a is the first term, and d is the common difference.
Thus, 12 = a + d, and 48 = a + 3d. This is a system of two equations in two unknowns, and if we solve it, we find that d = 18, and therefore, a = -6. That's our first term.
Geometric
Then nth term of a geometric sequence is given by ar^(n -1). Thus, 12 = ar, and 48 = ar^3. If we divide the second equation by the first one (which we can only do if a and r are not zero!) we obtain 4 = r^2, from which r is either 2 or -2. Thus, the first term is 6 or -6.
Just for Kicks
A Fibonacci sequence is a sequence in which each term is the sum of the two previous terms. So if this was a Fibonacci sequence, the third term would have to be 36, since 12 + 36 = 48. And this leads to the first term being 24, since 24 + 12 = 36.
There you go! How to find the first term, given the 2nd and 4th terms, for three types of sequences.
Good luck!
Professor Puzzler