Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Now, consider the following practical problem. Suppose that youre in charge of picking a set of experiments to be launched into space. Each experiment has

Now, consider the following practical problem. Suppose that youre in charge of picking a set of experiments to be launched into space. Each experiment has an ID number, an associated equipment mass in kilograms, and a value rating that approximates how important to science the collected data will be. The following table lists the set E of all experiments:

ID # Experiment Title Mass (kg) Value Rating

1 How rats behave in the absence of oxygen 36 5

2 Solar radiation study 264 9

3 X-ray observatory 188 6

4 Solar flare observation device 203 8

5 Low - gravity bear wrestling gear 104 8

6 CLASSIFIED TOP SECRET 7 6

7 Solid propellant behavior in microgravity 92 2

8 Cloaking field generator 65 8

9 Prototype handheld stun phaser 25 3

10 Laminar fluid flow study 170 6

11 Low Earth orbit race of African vs. European swallows 80 7

12 Hyper- efficient RCS thruster 22 4

Unfortunately, not all of the experiments can be flown due to mass constraints theres only 700 kg of payload available for the experiments. Launching stuff into orbit is expensive! Thus, the challenge is to pick the subset of E whose elements have the highest possible combined value rating but at the same time have a combined mass of 700 kg or less. One way to solve this problem is to use avbrute force approach. Consider ALL subsets ofcE. For each subset, determine its overall mass and value rating. Keep track of the highest-value subset with a combined mass of 700 or less. Once all the subsets are considered, this highest-value subset will be the one that you want to fly! Write a program that uses your function from #1 and the brute force technique to find and display the optimal solution. Which experiments should be chosen? What is the total mass and value rating of the optimal solution? Even though it works fine for this problem, why would this brute force approach be terribly inefficient if you had a large number of experiments? (Answer in Python code please)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DATABASE Administrator Make A Difference

Authors: Mohciine Elmourabit

1st Edition

B0CGM7XG75, 978-1722657802

More Books

Students also viewed these Databases questions

Question

=+What is the procedure for labor relations in the workplace?

Answered: 1 week ago

Question

=+ Are ballots compulsory?

Answered: 1 week ago