document.write( "Question 282542: The diameter of a circle is 10 centimeters greater than the radius. How long is the radius?\r
\n" );
document.write( "\n" );
document.write( "Thank you! :) \n" );
document.write( "
Algebra.Com's Answer #205150 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! The diameter of a circle is 10 centimeters greater than the radius. How long is the radius?\r \n" ); document.write( "\n" ); document.write( "Diameter = 2*Radius so \n" ); document.write( "If R is the radius then:\r \n" ); document.write( "\n" ); document.write( "Diameter = R + 10 = 2*R \n" ); document.write( "2*R - R = 10 \n" ); document.write( "R = 10 \n" ); document.write( " |