An environmental engineer has determined that the cost C of a containment tank will be based on the radius r of the tank:
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:1| Question number:33.1
All Answers
total answers (1)
>> format bank >> radius = 11; >> cost = 32430/radius + 428*pi*radius cost = 17738.80
need an explanation for this answer? contact us directly to get an explanation for this answer