is a real root of .
An analog clock is inscribed in an equilateral triangle of side length . The clock reads 12:45, and the hands of the clock enclose a circular sector of area . can be expressed as , when simplified.
is a -digit integer, whose digits add to a power of and multiply to a power of , with distinct prime factors. and .
A regular hexagon of area is inscribed in the graph of , touching the graph at four vertices. The distance from the center of the hexagon to the origin can be expressed as when simplified.
. There is a grid and a grid. The grid contains each integer from to inclusive. The grid contains each integer from to inclusive. A number is randomly chosen from the grid; then, one is randomly chosen from the grid. % is the probability that the first number is not a factor of and the second is a factor of .
Find .
Details and Assumptions:
and are positive integers.
and are coprime.
and are coprime.
and are not divisible by any perfect square greater than .
A program may be used to calculate roots of 5th degree polynomials.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Start with the information about the hexagon inscribed in a parabola; the area Q can be determined from the given information, rather than the other way around.
Draw the lines above to create three triangles. The side lengths of the equilateral triangles are equal to S , the side lengths of the hexagon. Knowing the properties of 3 0 − 6 0 − 9 0 triangles, it is clear that the x -coordinate of A is 2 S , and the height of each triangle is 2 s 3 . Since points A and C lie on the parabola, their y coordinates must equal the square of their x -coordinates.
Using this, we can write a system of equations:
y A = ( 2 S ) 2 = 4 S 2
y A + 2 S 3 = S 2
Substituting y A in the second equation:
4 S 2 + 2 S 3 = S 2 ⇒ 3 S 2 − 2 3 S = 0
Since S = 0 ,
S = 3 2
Plugging the value of S into the first equation:
y A = 3 1
The y -coordinate of the center of the hexagon (the distance between the center and the origin) is given by:
y H = y A + 2 S 3 = G F = 3 4
We now know that F = 4 and G = 3 .
In addition, the area of the hexagon can be easily calculated:
Q = 2 A p o t h e m × P e r i m e t e r = 2 2 S 3 × 6 S = 2 3 = Q
Now that Q is known, let's go to the part about the clock.
Since the hour is 6 0 4 5 = 4 3 of the way complete, and the angle between 1 2 and 1 is 1 2 2 π = 6 π :
θ = 6 π × 4 3 = 8 π
The angle of the total sector, then, is:
8 π + 2 π = 8 5 π
The radius of the clock can be found using the formula for the area of a circular sector, since the area Q is already known:
Q = 2 3 = 2 1 ( 8 5 π ) ( r 2 ) ⇒ r = 5 π 3 2 3
r is one leg of a 3 0 − 6 0 − 9 0 triangle, shown in the diagram. The other leg is half of P, the side length of the equilateral triangle. This fact can be used to calculate P:
2 P = r 3 = 5 π 9 6 3 = 4 5 π 6 3 ⇒ P = A D π B C = 8 5 π 6 3
We now know that A = 8 , B = 6 , C = 3 , and D = 5 . This will be enough information to look at the part about grids.
The prime factorization of 2 3 4 is 2 × 3 2 × 1 3 . Therefore, 1 , 2 , and 3 are factors of 2 3 4 , but 4 is not. There is a 4 1 chance that the first number is not a factor of 2 3 4 .
The prime factorization of 2 3 4 0 is 2 2 × 3 2 × 5 × 1 3 . Therefore, the following are factors of 2 3 4 0 less than or equal to 2 5 :
{ 1 , 2 , 3 , 4 , 5 , 6 , 9 , 1 0 , 1 2 , 1 3 , 1 5 , 1 8 , 2 0 }
There are 1 3 factors out of 2 5 total numbers. The probability that the second number is a factor of 2 3 4 0 is 2 5 1 3 . Therefore, the probability of both outcomes occurring consecutively is:
4 1 × 2 5 1 3 = 1 0 0 1 3 = 1 0 0 H
We now know that H = 1 3 . This gives us enough information to look at the problem about the 4-digit integer.
Since W X = Z Y , W X Y Z = W X X W .
Since W + X + X + W = 2 ( W + X ) is a power of 2 , W + X must also be a power of two (a power of 2 divided by 2 is still a power of 2 ).
Since W × X × X × W = ( W × X ) 2 is a power of 3 , W × X is also a power of 3 . It is easy to show that there are only three 4-digit integers for which W + X is a power of 2 and W × X is a power of 3 :
{ 1 1 1 1 , 1 3 3 1 , 3 1 1 3 }
The problem states that W X = X W and that W X X W has H − D − B = 2 distinct prime factors. This leaves 3 1 1 3 as the only possibility. Therefore, E = 3 1 .
We can now go to the polynomial.
f ( x ) = D H x 5 − D 2 E H 2 x 4 + F G F x 3 − C F D E F H x 2 + E H x − D E 2 H 2 .
Substituting in all known variables:
f ( x ) = 6 5 x 5 − 1 3 0 9 7 5 x 4 + 3 2 4 x 3 − 6 5 2 8 6 0 x 2 + 4 0 3 x − 8 1 2 0 4 5 .
This polynomial has only one real root N : 2 0 1 5