document.write( "Question 198805: \n" ); document.write( "
Algebra.Com's Answer #149419 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! if you had a rectangle that is less than 2 times as long as it is wide, \n" ); document.write( " what is the formula to calculate the largest diameter of 2 equal sized circles, \n" ); document.write( " that you could create from this rectangle \n" ); document.write( ": \n" ); document.write( "Let x = the width \n" ); document.write( "then \n" ); document.write( "length < 2x \n" ); document.write( "and \n" ); document.write( "\"largest diameter of 2 equal sized circles that you could create from this rectangle \" \n" ); document.write( "2d < 2x \n" ); document.write( "d < x \n" ); document.write( " |