Jump to content
BrainDen.com - Brain Teasers

harey

Members
  • Posts

    221
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by harey

  1. I calculated with 660.60 and the price is 600.60. Just a small typo as I often do...
  2. Set aside the sets calculated by Bonanova: 13,519.90-(4*660.60)-(1*1501.50)=9,376 As 600.60*5=1501.50*2=3003=3*1001, remain TVs for 231, 273, 429, 1001 (multiple solutions reserved). 231=3*7*11 273=3*7*13 429=3*11*13 -> all divisible by 3 9+3+7+6=25; so 9,376 is not divisible by 3; -> there are at most 8 TVs priced 1,001 and only 7,374 and 1,368 fits. The same way substract multiples of 231 and consider multiples of 39 (3*13, common divisor of 273 and 429). Alternatively, I think the problem could be solved by Diophantine equations, but I never studied them.
  3. I do not follow here. Worst case: the cards are sorted. Bonanova wrote: What is the expected number of cards in the left pile after all N cards have been drawn? OK, that answer is not difficult to determine, since the definitions of the piles are symmetrical.
  4. Even here, it increases the travel time. A non-zero component of the plane's speed is used to compensate the wind.
  5. This assumes that a point is (at least partially) illuminated if a straight line can be drawn uninterrupted between it and a light source.
  6. These thoughts suggest what I think is an interesting question: for each N, find an example of a convex solid that can be illuminated with the fewest lights. That's the start to the original question What bothers me with points and lines: We do not illuminate an object as such, we illuminate it's surfaces. (Already a problem with a sphere and alike: in this case, we may not consider the sphere has one surface, but infinity.) If a surface is illuminated, does it imply that it's edges and vertexes are illuminated, too? One answer would be that this question does not have a sense, but it seems a little week as argument.
  7. Not so quickly... If we need (in 3D) four lights for a sphere, a cylinder can be illuminated by three lights only. (I spent a long time to find a way to show that the edges can be smoothened and still illuminated until I consulted http://en.wikipedia.org/wiki/Convex_body and realized that a cylinder is a convex solid). For a cone, two lights are enough. What bothers me at most: Consider a unit cube in the xyz coordinates and a line (0;0;0) - (1;1;1). If we need 0 lights to illuminate a point or a line, the whole cube would be illuminated by just two lights placed on this line just slightly outside the cube.
  8. c - a = -1 You mistakenly have this as positive one in your post. This is just a typo, sorry for that: d) ac=2; (c-a)=1; I would find very tasteful a=2; c=1; (1-2)=-1 I'm looking for you to show the steps in solving the system of simultaneous equations above. Sorry, I fear I will disappoint you (as I already said, there are few possibilities, so a brute force approach will solve the system in seconds while I would spend hours due to algebra errors): for a in [-2,-1,1,2]: c=int(2/a) for b in [-2,-1,1,2]: d=int(-2/b) if(d-b==3): if(a*d+b*c==3): print("a=",a,"c=",c,"b=",b,"d=",d,"ad+bc=",a*d+b*c,"d-b=",d-b) print(a*c,"x2+",a*d+b*c,"xy+",b*d,"y2+",c-a,"x+",d-b,"y-1") The problem does not have to be solved by a system of equations, As no one else posts and I have no other idea how to solve it, can you post the solution?
  9. Well, I am just not very sure concerning the assumption in b). I do not consider whether there is a solution of another kind - when solving a problem, there is a little bit of intuition on the beginning. This does not make me doubt about the solution if I find one, except in the case I would claim it is unique. As for the remainder, there are so few possible solutions (we look for integers) that you can try them all. Otherwise, you could solve it as a system of multiple equations with multiple variables, but I think it is too much hassle here. I am awaiting the official solution!!!
  10. I get the same result as bonanova and Yoruichi-san. Wanting to avoid algebraic errors, I asked Wolfram Alpha: http://www.wolframalpha.com/input/?i=minimize+%28%28x*x%29%2B4%29**%281%2F2%29%2B%28%28x*x%29%2B9%29**%281%2F2%29%2B5-x&lk=4&num=5
  11. What does it mean? I have never been to an orgy
  12. I do not really fancy this kind of problem. The solution usually is "What would answer the god B if the god A asked him what would answer the god C if..." Did you think about something like that?
  13. I am assuming we are looking for the smallest CONSTANT speed. If we want to maximize the travel time (at varying speed), he can travel almost forever: he follows the shadow line moving imperceptibly to the south.
  14. Please post, I think that you cannot get more than 3:
×
×
  • Create New...