Today's question isn't long and isn't hard, but it makes you think a little. Tomorrow I'll have a nicer question, with an ellipse. Until then, you'll have to work your mind on digits.
In a two digit number, the units digit is bigger than the tens digit by 4. First, you add 1 between the two digits and call it x. Then, you add 5 to the right of the units digit of the original number and call it y. x + y = 692. What is the two digit number?
Let's take this step by step:
First, the original number is _ _.
x is _ 1 _
y is _ _ 5
x + y is 692
Now we can find the values of the units digit, since we know that the units digit + 5 gives 12 (it can't give 2, obviously). This makes the units digit 7.
x is _ 1 7
y is _ 7 5
As you can see, adding the two numbers will leave the hundreds digits untouched. As a result, the two hundreds digits, which are equal, must add up to 6. This makes the hundreds digit 3.
The two numbers are 317 and 375, and the original number is 37.
Short, nice, easy. Tomorrow will be a little harder, I promise.
Nadav
nadavs
Wednesday, June 25, 2008
Missing Middle Digits
Sunday, June 22, 2008
Parametric Parabolas
It hasn't even been a week since we dealt with parabolas, and they come again, this time with actual numbers. The question itself isn't hard, but once again, some thinking is required.
A parabola goes through the points A(17, 3) B(34, z) C(50, -30). B is the maximum point of the parabola. Find point B and the parabola function in standard form.
As you know, a parabola can be written in two ways. One is standard form, with the a, b, and c coefficients, and one is the vertex form. To solve this question, we'll use the vertex form. This form says that the equation a parabola that has a vertex (h, k) is:
y = a(x - h)2 + k
We know h and k, so let's plug them in:
y = a(x - 34)2 + z
We have two other points, so let's use them:
3 = a(17 - 34)2 + z
2 = a(50 - 34)2 + z
3 = 289a + z
-30 = 256a + z
Subtract the second equation from the first:
33 = 33a
a = 1
3 = 289a + z
3 = 289 + z
z = -286
The function of the parabola is:
y = (x - 34)2 - 286
Open parenthese and combine like terms to switch to standard form:
y = x2 - 68x + 1156 - 286
y = x2 - 68x + 870
Nice, isn't it?
Nadav
nadavs