Earlier in the year I gave four problems from a book I bought. I just bought another book from the same store. I give two problems from it.
i) A square piece of paper has numbers written at the corners. Specifically, the numbers going clockwise from upper left are 1, 2, 3, 10. Some kind soul has made copies--effectively an unlimited number of copies--of this item available to you. Can you choose some number of the squares so that, with proper rotation of each square in the stack (by some multiple of 90 degrees and keeping the numbered sides of the squares facing up), the sum of the numbers in each of the four corners is 67?
ii) For what real number value of x is the xth root of x a maximum?
Originally posted by Paul Dirac IIii) Intuitive guess-work.
Earlier in the year I gave four problems from a book I bought. I just bought another book from the same store. I give two problems from it.
i) A square piece of paper has numbers written at the corners. Specifically, the numbers going clockwise from upper left are 1, 2, 3, 10. Some kind soul has made copies--effectively an unlimited number of copies ...[text shortened]... 67?
ii) For what real number value of x is the xth root of x a maximum?
Since 2 and 4 return the same result I'm guessing that 2<x<4
And since Maths problems are elegant I'm guessing x=e or x=pi
30 secs on a calculator tells me its not pi but possibly e.
Am I close?
😀
Originally posted by wolfgang59You are certainly on the right track, though neither e nor pi is the precise answer, and in fact your anticipated range is not where the answer falls.
ii) Intuitive guess-work.
Since 2 and 4 return the same result I'm guessing that 2<x<4
And since Maths problems are elegant I'm guessing x=e or x=pi
30 secs on a calculator tells me its not pi but possibly e.
Am I close?
😀
Upon further review...
I am giving wolfgang credit for the right answer to (ii).
The book's answer to "For what value of x is..." is "e^(1/e)."
Goofing around on a calculator, I see that e^(1/e) = 1.444 approximately. Taking the 1.444th root of 1.444 yields 1.27, which is less than the square root of 2 (that root being about 1.414). So the book goofs. They should have said, "e is the value of x, because the function's value reaches a maximum of e^(1/e) for that value of x."
It's a good thing we have the official's instant replay review rule going here. 😛
The book does not show how to derive this, but attributes the result to Jacob Steiner. I will guess you start by taking the natural log of both sides of y = x^(1/x), and then derivatives set to zero to find where the maximum occurs, since the logarithm should max at the same place as the argument.
Here's a method that gives the answer to (ii).
Write x^(1/x) as e^[ln(x)/x].
The derivative of e^u(x) is e^u(x) * du/dx.
Taking the derivative of our function gives:
e^[ln(x)/x] * {x^-2 - ln(x)/[x^2]}.
Setting this to zero, and noting that the factor in front of the * cannot be zero, the second factor must vanish:
x^-2 - ln(x)/[x^2] = 0.
Multiplying through by x^2:
1 - ln(x) = 0.
So ln(x) = 1, meaning x=e.
Originally posted by Paul Dirac IIi) would be trivial if the sum was 64. Since then you would stack 16 papers turning by 90 degrees after every four sheets.
Earlier in the year I gave four problems from a book I bought. I just bought another book from the same store. I give two problems from it.
i) A square piece of paper has numbers written at the corners. Specifically, the numbers going clockwise from upper left are 1, 2, 3, 10. Some kind soul has made copies--effectively an unlimited number of copies ...[text shortened]... 67?
ii) For what real number value of x is the xth root of x a maximum?
You obtain 10*4+3*4+2*4+1*4=64
With 67 the problem oocurs that you would have to write down the possible permutations of the numbers giving 67, choose permutations whose hnumber of elemnts are at least 4, and then see if the permutations will fit the series...
too much for me doing this.
Originally posted by Paul Dirac II1. For the sum of each corner to be 67 the total of all four corners must be 268. Since 268 is not a multiple of 16 (10+3+2+1) it is not possible.
Earlier in the year I gave four problems from a book I bought. I just bought another book from the same store. I give two problems from it.
i) A square piece of paper has numbers written at the corners. Specifically, the numbers going clockwise from upper left are 1, 2, 3, 10. Some kind soul has made copies--effectively an unlimited number of copies ...[text shortened]... 67?
ii) For what real number value of x is the xth root of x a maximum?
That seems far too easy. Have I misunderstood the problem?
Originally posted by wolfgang59That's the right answer, and that is the recommended approach to it.
1. For the sum of each corner to be 67 the total of all four corners must be 268. Since 268 is not a multiple of 16 (10+3+2+1) it is not possible.
That seems far too easy. Have I misunderstood the problem?
No muss, no fuss. 😉