document.write( "Question 835432: Two similar cones have a combined volume of 400 in.^3 and the larger cone holds 80 in^3 more than the smaller cone which has a radius of 3 in. What is the radius of the larger cone? \n" ); document.write( "
Algebra.Com's Answer #503569 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let V1 equal volume of smaller cone. \n" ); document.write( "let V2 equal volume of larger cone. \n" ); document.write( "V1 + V2 = 400 \n" ); document.write( "V2 = V1 + 80 \n" ); document.write( "replace V2 with V1 + 80 and you get: \n" ); document.write( "V1 + V1 + 80 = 400 \n" ); document.write( "combine like terms to get: \n" ); document.write( "2V1 + 80 = 400 \n" ); document.write( "subtract 80 from both sides of the equation to get: \n" ); document.write( "2V1 = 320 \n" ); document.write( "divide both sides of the equation by 2 to get: \n" ); document.write( "V1 = 160 \n" ); document.write( "Since V2 = V1 + 80, then: \n" ); document.write( "V2 = 240 \n" ); document.write( "The ratio of V2 to V1 is equal to 240 / 160 which is equal to 1.5 \n" ); document.write( "The radius of the larger cone will be equal to the cube root of (1.5) * the radius of the smaller cone. \n" ); document.write( "This makes the radius of the larger cone equal to 3.434142728.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The solution relies on the fact that the ratio of the individual parts of similar cones is equal to the cube root of the ratio of the volume.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we can show this in a much simpler example: \n" ); document.write( "Let's assume V1 = 1/3 * pi * 2^2 * 4 = 1/3 * pi * 4 * 4 = 1/3 * pi * 16 \n" ); document.write( "now let's double the radius and the height. \n" ); document.write( "That makes V2 = 1/3 * pi * 4^2 * 8 = 1/3 * pi * 16 * 8 = 1/3 * pi * 128 \n" ); document.write( "If we take the ratio of V2 to V1, we will get (1/3 * pi * 128) / (1/3 * pi * 16) which will become 8 because the 1/3 * pi in the numerator and the 1/3 * pi in the denominator will cancel out and you will be left with 128 / 16 which is equal to 8. \n" ); document.write( "The cube root of 8 is equal to 2. \n" ); document.write( "That's exactly the ratio of the individual parts.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the same principle applies in the problem you have above. \n" ); document.write( "we figured out what the volume of V1 and V2 were. \n" ); document.write( "we took the ratio of V2 to V1. \n" ); document.write( "we then took the cube root of that and multiplied the radius of V1 by it to get the radius of V2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |