document.write( "Question 1109881: I need help figuring out how to solve this problem\r
\n" );
document.write( "\n" );
document.write( "The weight of a can of soup is jointly proportional to its height and to the square of its diameter.
\n" );
document.write( "A can 7 inches high with a diameter of 2 inches weighs 11.1 ounces. What is the weight of a can that is 4 inches with a diameter of 4 inches.\r
\n" );
document.write( "\n" );
document.write( "The weight of the can is how many ounces? \n" );
document.write( "
Algebra.Com's Answer #724845 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The weight of a can of soup is jointly proportional to its height and to the square of its diameter. \n" ); document.write( "w = k*h*d^2 \n" ); document.write( "------ \n" ); document.write( "Solve for \"k\" using \"A can 7 inches high with a diameter of 2 inches weighs 11.1 ounces. \n" ); document.write( "11.1 = k*7*2^2 \n" ); document.write( "11.1 = 28k \n" ); document.write( "k = 0.3964 \n" ); document.write( "----- \n" ); document.write( "Equation:: \n" ); document.write( "w = 0.3964*h*d^2 \n" ); document.write( "--------------------- \n" ); document.write( "What is the weight of a can that is 4 inches high with a diameter of 4 inches. \n" ); document.write( "The weight of the can is how many ounces? \n" ); document.write( "w = 0.3964*4*4^2 = 25.37 ounces \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------- \n" ); document.write( " |