Circle Sieve

Geometry Level 4

If the circles in the pattern continue indefinitely (where each circle has 7 7 new smaller congruent circles packed inside it), then the ratio of the area of the blue sections to the area of the purple sections is a b \frac{a}{b} , where a a and b b are positive co-prime integers. Find a + b a + b .


The answer is 16.

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.

1 solution

Chase Marangu
Jun 20, 2019

I used a recursive definition instead of a classic series/infinite sum.

A r e m a i n i n g = 7 π ( r 3 ) 2 = 7 9 π r 2 A_{remaining} = 7\pi{}\cdot{}\left(\frac{r}{3}\right)^2 = \frac{7}{9}\pi{}r^2

A f i l l = π r 2 A r e m a i n i n g = 2 9 π r 2 A_{fill} = \pi{}r^2-A_{remaining}=\frac{2}{9}\pi{}r^2

We square the remaining area of the original because purple only every other iteration and yes i know i stopped using pi r squared just dont talk about it

A p u r p l e = A f i l l + A r e m a i n i n g 2 A p u r p l e = 2 9 + ( 7 9 ) 2 A p u r p l e A_{purple} = A_{fill}+A_{remaining}^2\cdot{}A_{purple} = \frac{2}{9}+\left(\frac{7}{9}\right)^2{}A_{purple}

A p u r p l e = 2 9 + 49 81 A p u r p l e A_{purple} = \frac{2}{9}+\frac{49}{81}A_{purple}

A p u r p l e 49 81 A p u r p l e = 2 9 A_{purple}-\frac{49}{81}A_{purple} = \frac{2}{9}

32 81 A p u r p l e = 18 81 \frac{32}{81}A_{purple} = \frac{18}{81}

and finally

A p u r p l e = 18 32 = 9 16 A_{purple} = \frac{18}{32} = \frac{9}{16}

also we knwo the blue area is the area of the entire thing minus the purple area so

A b l u e = 1 A p u r p l e = 7 16 A_{blue} = 1-A_{purple} = \frac{7}{16}

You have 9/16 against 7/16 the simplified ratios term things are 7 and 9 and there sums 16. Done.

Nice solution!

David Vreken - 1 year, 11 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...