document.write( "Question 1196210: A transport company has two types of trucks, Type A and Type B. Type A has a refrigerated capacity of 20m and non refrigerated capacity of 10m while type B has the same overall volume with equal sections for refrigerated and non refrigerated stock. A grocer needs to hire trucks for the transport of 3000m³ of refrigerated stock and 4000m³ of non refrigerated stock. The cost per kilometre of a Type A is #30 and #40 for Type B. How many trucks of each type should the grocer rent to achieve the minimum total cost? \n" ); document.write( "
Algebra.Com's Answer #828969 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! Let \n" ); document.write( " A = number of Type A Trucks the grocer should rent \n" ); document.write( " B = number of Type B Trucks the grocer should rent\r \n" ); document.write( "\n" ); document.write( " C = total rental cost\r \n" ); document.write( "\n" ); document.write( "The problem says:\r \n" ); document.write( "\n" ); document.write( " C = 30A + 40B (1)\r \n" ); document.write( "\n" ); document.write( "Given constraints \n" ); document.write( " 20A + 15B > or = 3,000 (2) \n" ); document.write( " 10A + 15B > or = 4,000 (3) \n" ); document.write( " A > or = 0, B > = 0\r \n" ); document.write( "\n" ); document.write( "Subtracting equation (2) by (3) \n" ); document.write( "gives A = -100. Choose A =0.\r \n" ); document.write( "\n" ); document.write( "With A = 0, calculate B. \n" ); document.write( "Equation (3) \n" ); document.write( " 15B > or = to 4,000 \n" ); document.write( " B = 267\r \n" ); document.write( "\n" ); document.write( "Answer: \n" ); document.write( "The grocer should rent 267 Type B Trucks only.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |