document.write( "Question 1105369: A machine has two wheels tangent to each other. The distance between centers is 9 in. The sum of the areas is 198 sq. in. Find radius of each wheel, to the nearest hundredth of an inch.\r
\n" );
document.write( "\n" );
document.write( "Area of circle; pi * r^2.\r
\n" );
document.write( "\n" );
document.write( "radius; d/2.\r
\n" );
document.write( "\n" );
document.write( "Let wheels = x and y.\r
\n" );
document.write( "\n" );
document.write( "Not sure how to solve. Non-homework. \n" );
document.write( "
Algebra.Com's Answer #720187 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A machine has two wheels tangent to each other. The distance between centers is 9 in. The sum of the areas is 198 sq. in. Find radius of each wheel, to the nearest hundredth of an inch. \n" ); document.write( "---------- \n" ); document.write( "x + y = 9 \n" ); document.write( "pi*(x^2 + y^2) = 198 \n" ); document.write( "------- \n" ); document.write( "x^2 + y^2 = 198/pi \n" ); document.write( "y = 9-x \n" ); document.write( "--- \n" ); document.write( "x^2 + 81-18x+x^2 = 198/pi \n" ); document.write( "2x^2 - 18x + 81-198/pi = 0 \n" ); document.write( "2x^2 - 18x + 17.9746 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "------------ \n" ); document.write( "x & y are the 2 solutions, they're interchangeable. \n" ); document.write( "The sum of the 2 is 9. \n" ); document.write( " \n" ); document.write( " |