Answer:
Disc brake system use a slim rotor and small caliper to halt wheel movement but a drum brake system allow heat to build up inside the drum during heavy braking .
Answer:
A wheelbarrow, a bottle opener, and an oar are examples of second class levers
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)
Answer:
See attached images for the diagrams and tables
Answer:
2102.1 m
Explanation:
Temperature at the equator = 0⁰
Radius of the earth = 6.37x10⁶
Required:
We how to find out what the clearance between tape and ground would be if temperature increases to 30 degrees.
Final temperature = ∆T = 303-273 = 30
S = 11x10^-6
The clearance R = Ro*S*∆T
=6.37x10⁶x 11x10^-6x30
= 2102.1m
Or 2.102 kilometers
Thank you