document.write( "Question 1201504: An aquarium that holds 40 cubic meters of water is to be made such that the length of its base is twice the width. If material for the base costs $20 per square meter, and the material for the sides costs $16 per square meter, find the cost of the materials for the cheapest such aquarium. \n" ); document.write( "
Algebra.Com's Answer #835912 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An aquarium that holds 40 cubic meters of water \n" ); document.write( " L*w*h = 40 \n" ); document.write( "is to be made such that the length of its base is twice the width. \n" ); document.write( " L = 2w \n" ); document.write( "therefore if we replace L with 2w \n" ); document.write( " 2w^2h = 40 \n" ); document.write( "divide eq by 2 \n" ); document.write( " w^2h = 20 \n" ); document.write( "or \n" ); document.write( "h = 20/(w^2) \n" ); document.write( "If material for the base costs $20 per square meter, \n" ); document.write( " 20(L*w) \n" ); document.write( "replace L with 2w \n" ); document.write( " 20(2w^2 = 40w^2 is cost of the base \n" ); document.write( "and the material for the sides costs $16 per square meter, \n" ); document.write( " 16(2(L*h) \n" ); document.write( " 32Lh \n" ); document.write( "replace L with 2w \n" ); document.write( " 32(2wh) = 64wh is the cost of the long sides \n" ); document.write( "and \n" ); document.write( " 16(2(w*h)) \n" ); document.write( " 32wh is the cost of the shorter sides \n" ); document.write( "cost of the sides: \n" ); document.write( " 64wh + 32wh = 96wh the total cost of the sides \n" ); document.write( "find the cost of the materials for the cheapest such aquarium. \n" ); document.write( " 40w^2 + 96wh = total cost \n" ); document.write( "replace h with 20/w^2 \n" ); document.write( " 40w^2 + 96w(20/w^2) \n" ); document.write( "multiply, cancel w \n" ); document.write( " 40w^2 + 1920/w = total cost \n" ); document.write( "we can simplify to solve, divide by 40 \n" ); document.write( " w^2 + 48/w \n" ); document.write( "find the minimum on your graphing calc, w=3 is minimum cost \n" ); document.write( "then L = 6 is the length and h = 20/3^2 = 2.22 meters \n" ); document.write( "Check: 6 * 3 * 2.22 = 40 cubic meters \n" ); document.write( ": \n" ); document.write( "find the cost of the materials for the cheapest such aquarium. \n" ); document.write( "Base cost: 40*3^2 = 360 \n" ); document.write( "Long sides 64*3*2.22 = 426.24 \n" ); document.write( "Short sides 32*3*2.22 = 213.12 \n" ); document.write( "---------------------------------- \n" ); document.write( "total cost of aquarium 999.36 ~ $1000 \n" ); document.write( ": \n" ); document.write( "Check using total equation \n" ); document.write( "40(3^2) + 1920/3 = 1000 \n" ); document.write( " \n" ); document.write( " |