0% found this document useful (0 votes)
15 views2 pages

Mandelbrot Competition Round Two Solutions

Uploaded by

codewizard.19
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

Mandelbrot Competition Round Two Solutions

Uploaded by

codewizard.19
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

afterwards, since three-quarters of the sales are for $x each, while a

Answer Key 4. $31 quarter of them sell for $(x + 8). Since a 10% increase means that the
√ 110
1. 17 5. 2 13 new revenue is 100 times the old revenue, we have

2. 3 6. 34 17 110
(30w) = w(x + 2) =⇒ 33 = x + 2,
100
3. 13 7. 268
thus the less expensive widget should cost $31.

5. There are many routes to the answer. One method is note that AB
1. This linear equation is straight-forward to solve in the usual manner. is bisected by OP into two halves of length 6. On
However, it is also possible to solve the equation by inspection. Observe the other hand, AB cuts OP into two segments
that because of the symmetry of the two sides of the equation, plugging whose lengths we label as x and y. Next observe
in x = 17 gives 7·10 = 70 on both sides. Therefore x = 17 is the answer. that 4OAP is a right triangle since the line is
tangent to the circle. Standard properties of al-
2. A sequence of three quarter-turns is the least number possible. There
titudes in right triangles now imply that xy = 62 . (Because the two
are several ways to accomplish this task; one way is illustrated below.
smaller right triangles within 4OAP are similar.) But x + y = 13, and
After the third turn vertices A and B will have reversed positions. √ √
solving these equations yields x = 4 or 9. Hence r = 2 13 or r = 3 13.

We discard the latter solution since r < 10, leaving r = 2 13.

6. A clever application of the AM-GM (Arithmetic Mean-Geometric


Mean) inequality neatly reveals the maximal value. Recall that AM-

GM for three positive real numbers states that 13 (x + y + z) ≥ 3 xyz,
3. We quickly discover that 14 is nimble, since 14 = 27−13, and 27 = 33 with equality if and only if x = y = z. Taking x = 1
2 a, y = 1
2a and
while 13 is prime. At first it would seem that 13 cannot be expressed z = 51 − a we discover that
as a cube minus a prime, but the persistent solver finally discovers that 1
2a + 12 a + (51 − a) q
13 = 512 − 499, and 512 = 83 while 499 is prime. Hence the next nimble ≥ 3 ( 12 a)( 21 a)(51 − a),
3
number is in fact 13. It seems likely that every positive integer is nimble,
although a proof of this fact is probably not easy! which may be rewritten as

4. Let x represent the price Abby will charge for the new cheaper model, 4 · 173 ≥ a2 (51 − a)
so that the more expensive type will cost x + 8 dollars. Also let w stand
for the number of widgets sold, which does not change after the new after simplify the left side, cubing both sides, then multiplying through
√ √
pricing structure is put in place. Abby’s revenue prior to the change is by 4. Taking the square root of both sides gives a 51 − a ≤ 34 17.
$30w, while it becomes Hence the largest value in the list occurs when a = 34, and the actual

 
3
 
1 maximum value is 34 17. (Note that it is also possible to find the
w x+ w (x + 8) = w(x + 2) answer without too much difficulty using calculus.)
4 4
7. Label lengths P A, P B and P C as a, b and c, respectively. The Law of December
2 2 2 ◦ 1
Cosines applied to 4P AB gives (AB) = a + b − ab, since cos 60 = 2.
Similarly (AC)2 = a2 + c2 − ac and (BC)2 = b2 + c2 − bc. Now the
Pythagorean Theorem in 4ABC tells us that

(a2 + b2 − ab) = (a2 + c2 − ac) + (b2 + c2 − bc),

which may be rearranged to give

ac + bc − ab − c2 = c2 .
? National Level ?
Factoring, we arrive at (b − c)(c − a) = c2 .
We are given that b = 2010 and that c is odd, and wish to find a.
Let d be the greatest common divisor of a, b and c, so that we can write
a = da0 , b = db0 and c = dc0 . Substituting in and dividing through Round Two Solutions
by d2 gives (b0 − c0 )(c0 − a0 ) = (c0 )2 . But now (b0 − c0 ) and (c0 − a0 )
are relatively prime and their product is a square, so we must have
b0 − c0 = m2 , c0 − a0 = n2 and c = mn. Solving for a0 and b0 brings us to

a0 = n(m − n), b0 = m(m + n), c0 = mn,

with m > n. Recall that b0 | 2010 and c0 is odd, meaning that both m
and n are odd. So b0 is a factor of 2010 which can be written as the
product of an odd number m and a larger even number m + n which is
less than twice as large as m. Since 2010 = (2)(3)(5)(67) there are only
a couple options to consider, and only one that works, namely m = 5,
n = 1 which yields a0 = 4, b0 = 30, c0 = 5, and d = 67. Finally, we
deduce that a = 4 · 67 = 268.
c Greater Testing Concepts 2010

Greater Testing Concepts The Mandelbrot Competition


PO Box 760 [Link]
Potsdam, NY 13676 info@[Link]

Common questions

Powered by AI

The problem involves a right triangle where segment \( AB \) is bisected by \( OP \). Using the properties of right triangles and similar triangles, we set \( xy = 6^2 \) and \( x + y = 13 \). Solving the system of equations yields \( r = 2\sqrt{13} \) since \( r < 10 \) eliminates the solution \( r = 3\sqrt{13} \).

Using the Law of Cosines for triangle \( \triangle PAB \), \( (AB)^2 = a^2 + b^2 - ab \). We equate and simplify to \( ac + bc - ab - c^2 = c^2 \), leading to factoring \( (b-c)(c-a) = c^2 \). With \( b = 2010 \) and \( c \) as odd, factors and gcd constraints lead us to deduce \( a = 268 \) with \( m = 5, n = 1 \). Calculation involves solving for \( a', b', c' \) with the gcd condition .

A number is 'nimble' if it can be expressed as \( x^n - y \) where both \( x^n \) and \( y \) are primes. In this context, 14 is nimble since \( 14 = 2^7 - 13 \), and \( 13 = 8^3 - 499 \). This suggests a hypothesis that possibly every positive integer is nimble, though proving this is non-trivial .

Abby's revenue without the change was \( 30w \), where \( w \) is the number of widgets sold. After the change, the revenue becomes \( \frac{3}{4}wx + \frac{1}{4}w(x+8) = w(x+2) \). The increase in revenue by 10% implies that \( 1.1 \times 30w = w(x+2) \), leading to \( 33 = x + 2 \). Therefore, the less expensive widget should cost $31 .

To find \( r \), the radius of a circle tangent to a line, apply properties of right triangles wherein \( xy = 6^2 \) and \( x + y = 13 \). Solving \( xy = 36 \) and \( x + y = 13 \) yields solutions for \( x \) and \( y \), further narrowing down the possibility \( r = 2\sqrt{13} \) as under the given length constraint of \( r < 10 \).

The AM-GM inequality states that for three positive real numbers, \( \frac{x + y + z}{3} \geq \sqrt[3]{xyz} \), with equality if and only if \( x = y = z \). In the context of the problem, if we take \( x = \frac{1}{2}a \), \( y = \frac{1}{2}a \), and \( z = 51 - a \), the inequality can be rewritten and manipulated to yield \( a\sqrt{51 - a} \leq 34\sqrt{17} \). The largest value is achieved when \( a = 34 \), resulting in the maximum value being \( 34\sqrt{17} \).

Given conditions include \( b = 2010 \) and \( c \) being odd. Set \( a = d a', b = d b', c = d c' \) and substitute into factored expressions and solve for integer solutions \( a', b', c' \) under gcd constraints. Solutions are \( a' = n(m-n), b' = m(m+n), c' = mn \) based on \( b'-c' \) and \( c'-a' \) being relatively prime, yielding \( a = 268 \) with gcd \( d = 67 \).

By inspection, if we plug in \( x = 17 \), it gives \( 7 \cdot 10 = 70 \) on both sides of the linear equation due to symmetrical properties. Therefore, the solution to the equation is \( x = 17 \).

The principle involves expressing a number as \( x^n - y \) with both expressions being prime, suggesting nimbleness. This was demonstrated through examples such as \( 14 \) and \( 13 \), positing a hypothesis applicable to all integers albeit proving requires disciplined mathematical effort .

The deduction involves setting \( x+y+z \) over specific substitutions \( x = \frac{1}{2}a, y = \frac{1}{2}a, z = 51-a \) under AM-GM constraints such that \( a\sqrt{51-a} \leq 34\sqrt{17} \). Technically, solve for maximization requiring calculus for thorough constraint check, confirming \( a = 34 \) achieves maximum \( 34\sqrt{17} \) accurately .

You might also like