document.write( "Question 524744: Kate makes a batch of salsa in a large cylindrical pot. The inside of the pot is 9 inches in diameter, and it is filled with 4 inches of salsa. Kate plans to store the salsa in small cylindrical glass jars that are 3 inches in diameter and 4 inches high. How many jars will Kate need for all the salsa/ (use 3.14 to approximate.) \n" ); document.write( "
Algebra.Com's Answer #347895 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Pot volume: \n" ); document.write( "p = pi*r^2*h \n" ); document.write( "p = 3.14*(4.5^2)*4 \n" ); document.write( "p = 254.34 cubic inches of salsa \n" ); document.write( ". \n" ); document.write( "Jar volume \n" ); document.write( "j = pi*r^2*h \n" ); document.write( "j = 3.14*(1.5^2)*4 \n" ); document.write( "j = 28.26 \n" ); document.write( ". \n" ); document.write( "Number of jars needed to hold the salsa: \n" ); document.write( "254.34/28.26 = 9 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |