document.write( "Question 810880: There are 3 spherical balls. The radius of the middle sized ball is twice the radius of the small ball. The radius of the largest ball is 5cm larger than the radius of the smallest ball. The surface area of the largest ball is equal to the sum of the surface areas of the two smaller balls. Find the radius of the middle sized ball. Note: the surface area of a sphere given is by the formula SA =4πr^2\r
\n" );
document.write( "\n" );
document.write( "I cant seem to get the correct answer which is around 8.02 and 8.09
\n" );
document.write( "Ive tried to form equations for them and they're below
\n" );
document.write( "The equation for radius
\n" );
document.write( "Medium ball : 2r
\n" );
document.write( "Large ball : r+5
\n" );
document.write( "Small ball : r
\n" );
document.write( "Equations for surface area
\n" );
document.write( "middle ball : a
\n" );
document.write( "Large ball : a+b
\n" );
document.write( "small ball: b
\n" );
document.write( "I dont know where to go from here, please help \n" );
document.write( "
Algebra.Com's Answer #488530 by mananth(16946)![]() ![]() You can put this solution on YOUR website! radius \r \n" ); document.write( "\n" ); document.write( "small ball x\r \n" ); document.write( "\n" ); document.write( "middle ball 2x\r \n" ); document.write( "\n" ); document.write( "large ball x+5\r \n" ); document.write( "\n" ); document.write( "surface area of large ball = 4*pi*(x+5)^2\r \n" ); document.write( "\n" ); document.write( "middle ball ---4*pi*(2x)2\r \n" ); document.write( "\n" ); document.write( "small ball -------4*pi*x^2\r \n" ); document.write( "\n" ); document.write( "sum= 16pix^2+4pix^2= 20 pix^2\r \n" ); document.write( "\n" ); document.write( "20pix^2=4pi(x+5)^2\r \n" ); document.write( "\n" ); document.write( "5x^2=(x+5)^2\r \n" ); document.write( "\n" ); document.write( "5x^2=x^2+10x+25 \n" ); document.write( "4x^2-10x-25=0 \n" ); document.write( "Find the roots of the equation by quadratic formula \n" ); document.write( " iiiii \n" ); document.write( "a= 4 , b= -10 , c= -25 \n" ); document.write( " \n" ); document.write( "b^2-4ac= 100 + 400 \n" ); document.write( "b^2-4ac= 500 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x1=( 10 + 22.36 )/ 8 \n" ); document.write( "x1= 4.05 \n" ); document.write( " \n" ); document.write( "x2=( 10 -22.36 ) / 8 \n" ); document.write( "x2= -1.55 \n" ); document.write( "ignore negative \n" ); document.write( "x= 4.05_________ small ball \n" ); document.write( "2x= 8.1___________middle ball \n" ); document.write( "x+5=9.05___________large ball\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |