Question 815574: The sum of diameters of two circles is 112 cm and the sum of their areas is 5236 cm^2. Find the radii of the two circles.
Answer by TimothyLamb(4379) (Show Source):
You can put this solution on YOUR website! a = pi*r^2
---
m = radius of smaller circle
n = radius of larger circle
---
2m + 2n = 112
2m = 112 - 2n
m = 56 - n
---
pi*m^2 + pi*n^2 = 5236
m^2 + n^2 = 5236/pi
m^2 + n^2 = 1666.6706
mm + nn = 1666.6706
(56 - n)(56 - n) + nn = 1666.6706
3136 - 112n + nn + nn = 1666.6706
3136 - 112n + 2nn = 1666.6706
2nn - 112n + 1469.3294 = 0
---
the above quadratic equation is in standard form, with a=2, b=-112, and c=1469.3294
---
to solve the quadratic equation, plug this:
2 -112 1469.3294
into this: https://sooeet.com/math/quadratic-equation-solver.php
---
the roots of the quadratic are:
35.0239092
20.9760908
---
since both roots are positive, they both make sense as the radii of circles, so the two roots are in fact the radii of the two circles.
---
Answer:
n = 35.0239092 cm
m = 20.9760908 cm
---
you can easily confirm this by setting n equal to the first root, and solving for m:
m = 56 - n
m = 56 - 35.0239092
m = 20.976091
in the m result above, note the slight rounding of the trailing ...08 to ...1
this is due to my handheld calculator automatically rounding to the number of digits in its display, whereas the online quadratic solver has a slightly higher number of significant digits in its ROOTS output.
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Convert fractions, decimals, and percents:
https://sooeet.com/math/fraction-decimal-percent.php
---
Calculate and graph the linear regression of any data set:
https://sooeet.com/math/linear-regression.php
|
|
|