document.write( "Question 1075642: You are going to paint the top of a circular table, but you only have enough paint to cover 1.25 square meters. What is the maximum radius of the table that the paint will cover? \n" ); document.write( "
| Algebra.Com's Answer #690331 by addingup(3677)     You can put this solution on YOUR website! r^2*Pi = 125 \n" ); document.write( "r^2 = 125/Pi \n" ); document.write( "r^2 = 39.79 \n" ); document.write( "r = sqrt39.79 \n" ); document.write( "r = 6.31 \n" ); document.write( " |