document.write( "Question 1198876: A molasses can is made with a cylindrical base having a radius of 6
\n" );
document.write( "cm, that is topped by a smaller cylindrical pouring spout with radius
\n" );
document.write( "2 cm. When upright, the top of the molasses is 14 cm above the
\n" );
document.write( "base of the can, but when turned over, the top of the molasses is
\n" );
document.write( "19⅓ cm above the base. Find the total height of the can in cm.\r
\n" );
document.write( "\n" );
document.write( "Diagram of Molasses Can:
\n" );
document.write( "https://ibb.co/6RwWmPy\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Ms.Ikelyn previously referred me to a solution by web2.0calc - however that solution is not valid as the poster did not provide a diagram as I have, hence, Cphil (answerer) had to make assumptions. \n" );
document.write( "
Algebra.Com's Answer #832545 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "For anyone curious, the web2.0calc post is here \n" ); document.write( "https://web2.0calc.com/questions/a-molasses \n" ); document.write( "where the user CPhill has posted his solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is the original diagram \n" ); document.write( " ![]() \n" ); document.write( "and I'll add these labels \n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = height of the larger cylinder (figure 1) such that \n" ); document.write( "14-x+y = height of the smaller cylinder\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "V1 = volume of the larger cylinder (figure 1) \n" ); document.write( "V2 = volume of the extra molasses (figure 1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "V3 = volume of the smaller cylinder (figure 2) \n" ); document.write( "V4 = volume of the extra molasses (figure 2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Each volume (V1 through V4) represents a cylinder of some kind. \n" ); document.write( "V2 and V4 are part of the top cylinder for each respective figure.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice in figure 2, I show the calculation of: \n" ); document.write( "58/3 - (14-x+y) = x-y+16/3 \n" ); document.write( "The 58/3 is the improper fraction form of the mixed number 19 & 1/3, aka 19 + 1/3 \n" ); document.write( "Subtracting off the small cylinder's height, 14-x+y, will get us the remaining height of the molasses for figure 2. Then we have z to finish it off.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Volume of a cylinder = pi*(radius)^2*(height) \n" ); document.write( "V1 = pi*r^2*h \n" ); document.write( "V1 = pi*6^2*x \n" ); document.write( "V1 = 36pi*x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "V2 = pi*r^2*h \n" ); document.write( "V2 = pi*2^2*(14-x) \n" ); document.write( "V2 = 4pi*(14-x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "V3 = pi*r^2*h \n" ); document.write( "V3 = pi*2^2*(14-x+y) \n" ); document.write( "V3 = 4pi*(14-x+y)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "V4 = pi*r^2*h \n" ); document.write( "V4 = pi*6^2*(x-y+16/3) \n" ); document.write( "V4 = 36pi*(x-y+16/3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Assuming there aren't any leaks in the container, we can say this: \n" ); document.write( "V1+V2 = V3+V4 \n" ); document.write( "which basically says rearranging the contents of the container will not change the overall volume.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, \n" ); document.write( "V1+V2 = V3+V4 \n" ); document.write( "36pi*x+4pi*(14-x) = 4pi*(14-x+y)+36pi*(x-y+16/3) \n" ); document.write( "9x+(14-x) = (14-x+y)+9(x-y+16/3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The jump from step 2 to step 3 involved dividing both sides by 4pi. \n" ); document.write( "Conveniently all of the pi terms cancel, and things get a bit more simple.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we don't need to find x, and we only need the value of y. \n" ); document.write( "This way we can compute 14+y later on (see figure 1).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "As the steps below will indicate, the x values cancel out and we can solve for y as such:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9x+(14-x) = (14-x+y)+9(x-y+16/3) \n" ); document.write( "9x+14-x = 14-x+y+9x-9y+48 \n" ); document.write( "8x+14 = 14+8x-8y+48 \n" ); document.write( "8x+14-8x-14 = -8y+48 \n" ); document.write( "0 = -8y+48 \n" ); document.write( "8y = 48 \n" ); document.write( "y = 48/8 \n" ); document.write( "y = 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then, \n" ); document.write( "total height = 14+y = 14+6 = 20 cm \n" ); document.write( "when referencing figure 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It's not a coincidence we get the same solution CPhill did on the link I posted above. \n" ); document.write( "This is because the x terms cancel out. \n" ); document.write( "So for the sake of simplicity, we could have x = 14.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 20 cm \n" ); document.write( " \n" ); document.write( " |