document.write( "Question 872322: A machine shop needs to make a small automotive part by drilling four holes of radius r from flat circular piece of radiusR. The area of the resulting part is eight square inches. Write an equation that relates r and R. \n" ); document.write( "
Algebra.Com's Answer #526050 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! The big circle has an area of pi*R^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The small circles have individual areas of pi*r^2 and there are 4 of them, so they total to 4*pi*r^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(Area of Big circle) - (Area of little circles) = Resulting area\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "pi*R^2 - 4*pi*r^2 = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can optionally factor out pi to get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "pi*(R^2 - 4r^2) = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and then factor the remaining bit using the difference of squares rule to get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "pi*(R - 2r)*(R + 2r) = 8 \n" ); document.write( " |