document.write( "Question 50605: If the surface area of a right circular cylinder is 12 Pi, and the height is 1,what is its radius? \n" ); document.write( "
Algebra.Com's Answer #33777 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! If the surface area of a right circular cylinder is 12 Pi, and the height is 1,what is its radius? \n" ); document.write( "s.a=2pi*r^2+2pi*r*h=12pi \n" ); document.write( "12=2r^2+2r*1 \n" ); document.write( "r^2+r-6=0 \n" ); document.write( "(r+3)(r-2)=0 \n" ); document.write( "r=2 \n" ); document.write( " |