SOLUTION: I need a little help with this one please. Find a polynomial for the sum of the areas of three circles. The first circle has an unknown radius, the second one has a radius of 3, an

Algebra.Com
Question 244876: I need a little help with this one please. Find a polynomial for the sum of the areas of three circles. The first circle has an unknown radius, the second one has a radius of 3, and the third a radius of 2. Help is greatly appreciated.
Answer by Theo(13342)   (Show Source): You can put this solution on YOUR website!
area of a circle is equal to pi * r^2 where pi is equal to is equal to 3.141592654 and r is the radius of the circle.

let A[i] = the area of circle i.

[] means sub as in A[i] means A sub i.

i can be 1, 2, or 3.

let S = A[1] + A[2] + A[3]

A[1] = pi * r[1]^2 because the radius is not known.

A[2] = pi * 3^2 because the radius is 3.

A[3] = pi * 2^2 because the radius is 2.

You get:

S = pi*r[1]^2 + pi*3^2 + pi*2^2

This becomes:

S = pi*r[1]^2 + pi*9 + pi*4

factor out the pi to get:

S = pi * (r[1]^2 + 9 + 4)

combine like terms to get:

S = pi * (r[1]^2 + 13)

I think that's your polynomial in its simplest form.

to solve for r[1], you would need to know S.

to solve for S, you would need to know r[1].

S is the sum of all three areas.

r[1] is the radius for the first circle.








RELATED QUESTIONS

Please leave the answers in terms of (pi) a)Find the polynomial for the sum of the areas (answered by JBarnum)
Find a polynomial for the sum of the areas of a circles if the circle has a fadius of 17... (answered by checkley77)
Find a polynomial for the sum of the areas of the circles shown in the figure (leave... (answered by Fombitz)
I would like some help with this one, Given the diagram below, find a) P ∩ Q and... (answered by vleith)
Please solve and leave answers in terms of (pi) Find the polynomial for the sums of... (answered by stanbon)
Find the area of a circle whose area equals the half of the sum of the areas of two... (answered by htmentor)
This one is a little tough for me so I could please use some help! Find an equation of... (answered by stanbon)
The sum of the radii of two circles is equal to 17 centimeters. The sum of the areas of... (answered by scott8148)
Calculate the radius of a circle whose area is equal to the sum of the areas of three?... (answered by rapaljer)