Mark:
RULER
31 counting the 1" and 2" marks.
LICENSE PLATES
45,697,600
GEORGE
28
Mark could have just said, ?'Yes' or ?'No' but chose instead to enlighten.
TRIANGLE
No. This is equivalent to asking if an equilateral triangle can be constructed with integer coordinates.
No. One way of seeing this is to note that by either Pick's Theorem or the determinant formula for the area of a triangle the area of an equilateral triangle with every vertex a lattice point must have the form n/2, for some integer n. Since the area of an equilateral triangle is also equal to sqrt(3)/4 * side^2, where side^2 is an integer if the vertices are lattice points, it would follow that if such a triangle existed then sqrt(3) would be rational, which is nonsense.
Alternately, we can assume that one of the vertices is at (0,0). Let the other two vertices be (a,b) and (c,d), and it then follows that a^2 + b^2 = c^2 + d^2 = 2(a*c + b*d). We may assume that at least one of a,b,c,d is odd (otherwise, keep dividing by 2 until this is the case). Assume that a is odd, then b must also be odd since a^2 + b^2 is even, and so a^2 + b^2 must be of the form 8k+2 for some integer k. Finally, it then follows from this that c and d must also be odd, and so 2(a*c + b*d) must be divisible by 4, contradicting the fact that it's of the form 8k+2.
Bill learned to count in a base different from base 10, so that, for instance, instead of writing 136, he writes 253.
What base does Bill use
Al, Bob, Chris, and Dan play with a special deck of 32 cards. Dan deals them out unequally, then says, "If we want to all have the same number of cards, Al should divide half his cards between Bob and Chris, then Bob should do the same with Chris and Al, then Chris should divide half his cards between Al and Bob".
How did Dan initially distribute the cards
Phyllis had made six of seventeen free-throw attempts. How many consecutive free throws must she make to raise her percentage of free-throws made to exactly 50 percent
Donald Knuth, one of the most famous computer scientists in the world (and who was first published as a kid in Mad Magazine) believes that it's possible to make any positive integer by starting with a single 3 and then using some combination of the operations of factorial !, square-root sqrt(), and greatest integer []. Note that n! = 1*2*...*n (e.g. 6!=720), and that [x] is the greatest integer less than or equal to x (e.g. [3.14]=3).
As an example, we can make 26 by [sqrt((3!)!)], since 3!=6, 6!=720, sqrt(720)=26.8, and [26.8]=26.
Can you show how that it's possible to make 10