1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
zavuch27 [327]
3 years ago
9

The following program includes fictional sets of the top 10 male and female baby names for the current year. Write a program tha

t creates: A set all_names that contains all of the top 10 male and all of the top 10 female names. A set neutral_names that contains only names found in both male_names and female_names. A set specific_names that contains only gender specific names. Sample output for all_names: {'Michael', 'Henry', 'Jayden', 'Bailey', 'Lucas', 'Chuck', 'Aiden', 'Khloe', 'Elizabeth', 'Maria', 'Veronica', 'Meghan', 'John', 'Samuel', 'Britney', 'Charlie', 'Kim'}

Engineering
2 answers:
yuradex [85]3 years ago
4 0

Answer:

Please see attachment

Explanation:

Please see attachment

otez555 [7]3 years ago
3 0

Answer:

Define Variables and Use List methods to do the following

Explanation:

#<em>Conjoins two lists together</em>

all_names = male_names.union(female_names)

#<em>Finds the names that appear in both lists, just returns those</em>

neutral_names = male_names.intersection(female_names)

#<em>Returns names that are NOT in both lists</em>

specific_names = male_names.symmetric_difference(female_names)

You might be interested in
A furnace wall is to be built of 20-cm firebrick and building (structural) brick of same thickness. The thermal conductivities o
Norma-Jean [14]

Answer:

q=2313.04W/m^2

T=690.86°C

Explanation:

Given that

Thickness t= 20 cm

Thermal conductivity of firebrick= 1.6 W/m.K

Thermal conductivity of structural brick= 0.7 W/m.K

Inner temperature of firebrick=980°C

Outer temperature of structural brick =30°C

We know that thermal resistance

R=\dfrac{t}{KA}

These are connect in series

R=\left(\dfrac{t}{KA}\right)_{fire}+\left(\dfrac{t}{KA}\right)_{struc}

R=\dfrac{0.2}{1.6A}+\dfrac{0.2}{0.7A}\ K/W

R=\dfrac{23}{56A}\ K/W

Heat transfer

Q=\dfrac{\Delta T}{R}

Q=56A\times \dfrac{980-30}{23}\ W

So heat flux

q=2313.04W/m^2

Lets temperature between interface is T

Now by equating heat in both bricks

\dfrac{980-T}{\dfrac{0.2}{1.6A}}=\dfrac{T-30}{\dfrac{0.2}{0.7A}}

So T=690.86°C

6 0
3 years ago
Tires can be recycled instead of thrown out.<br> True<br> False
Arisa [49]

Answer:

True :)

Explanation:

You can recycle it! Tire recycling is the most practical and environment-friendly way of disposing of old and worn-out tires. Due to their inherent durability, large volume and environment and health risks, tires are one of the most problematic sources of solid wastes.

Hope it helped have a nice day! :)

8 0
2 years ago
Comparison of density values determines whether an item will float or sink in water. For each of the values below, determine the
geniusboy [140]

Answer:

a) the object floats

b) the object floats

c) the object sinks

Explanation:

when an object is less dense than in the fluid in which it is immersed, it will float due to its weight and volume characteristics, so to solve this problem we must find the mass and volume of each object in order to calculate the density and compare it with that of water

a)

volumen for a cube

V=L^3

L=1.53in=0.0388m

V=0.0388 ^3=5.8691x10^-5m^3=58.69ml

density=m/v

density=13.5g/58.69ml=0.23 g/ml

The wooden block floats  because it is less dense than water

b)

m=111mg=0.111g

density=m/v

density=0.111g/0.296ml=0.375g/ml

the metal paperclip floats   because it is less dense than water

c)

V=0.93cups=220.0271ml

m=0.88lb=399.1613g

Density=m/v

density=399.1613/220.027ml=1.8141g/ml

the apple sinks   because it is  denser than water

4 0
3 years ago
Use the graph to determine which statement is true about the end behavior of f(x).
Airida [17]

Answer:

As the x-values go to negative infinity, the function’s values go to positive infinity.

Explanation:

if the ans choices are:

As the x-values go to negative infinity, the function’s values go to negative infinity.

As the x-values go to negative infinity, the function’s values go to positive infinity.

As the x-values go to positive infinity, the function’s values go to negative infinity.

As the x-values go to positive infinity, the function’s values go to zero.

the ans is the 2nd choice

4 0
3 years ago
Read 2 more answers
Ô tô có khối lượng m (kg) đặt tại trung tâm h . Khoảng cách từ h tới 2 bánh xe hai bên của a (m) và b (m) , khoảng cách vết bánh
Nutka1998 [239]

Answer:

wiwhwnwhwwbbwbwiwuwhwhehehewhehehheheheehehehehhehehwh

Explanation:

jwhwhwhwhwhwwhhahwhahahwh

6 0
3 years ago
Other questions:
  • What is the one change that golden expects to see in public transportation?
    12·1 answer
  • 2. One of the many methods used for drying air is to cool the air below the dew point so that condensation or freezing of the mo
    12·1 answer
  • Write a do-while loop that continues to prompt a user to enter a number less than 100, until the entered number is actually less
    12·1 answer
  • How do you make a 3d print
    6·1 answer
  • A partnership between a gaming company and moviemakers might happen in what two ways?
    6·1 answer
  • To remove a spark plug the technician would need a(n) ___socket​
    7·2 answers
  • . Determine the state of stress at point A on the cross-section at section a-a of the cantilever beam. Show the results in a dif
    15·1 answer
  • Which is the maximum length for any opening on the surface of a 2G SMAW guided bend test specimen?
    11·1 answer
  • If you are a subcontractor in the leather and apparel industry, you might make any of the following items EXCEPT which
    7·1 answer
  • Hole filling fasteners (for example, MS20470 rivets) should not be used in composite structures primarily because of the
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!