document.write( "Question 815411: Making a Can A can in the shape of a right circular cylinder is required to have a volume of 250 cubic centimeters. Express the amount A of material to make the can as a function of the radius r of the cylinder and how much material is required if the can is of a radius 5 centimeters? \n" ); document.write( "
Algebra.Com's Answer #490960 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! v = 250 cu.cm \n" ); document.write( "v = pi*r^2*h \n" ); document.write( "--- \n" ); document.write( "a = (2*pi*r^2) + (2*pi*r*h) \n" ); document.write( "--- \n" ); document.write( "for r = 5 cm: \n" ); document.write( "v = pi*r^2*h \n" ); document.write( "250 = pi*25*h \n" ); document.write( "h = 3.1830989 cm \n" ); document.write( "--- \n" ); document.write( "a = (2*pi*r^2) + (2*pi*r*h) \n" ); document.write( "a = (2*pi*25) + (2*pi*5*3.1830989) \n" ); document.write( "--- \n" ); document.write( "a = 257.07963 sq.cm \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |