Answer:
a)R= sqrt( wt³/12wt)
b)R=sqrt(tw³/12wt)
c)R= sqrt ( wt³/12xcos45xwt)
Explanation:
Thickness = t
Width = w
Length od diagonal =sqrt (t² +w²)
Area of raectangle = A= tW
Radius of gyration= r= sqrt( I/A)
a)
Moment of inertia in the direction of thickness I = w t³/12
R= sqrt( wt³/12wt)
b)
Moment of inertia in the direction of width I = t w³/12
R=sqrt(tw³/12wt)
c)
Moment of inertia in the direction of diagonal I= (w t³/12)cos 45=( wt³/12)x 1/sqrt (2)
R= sqrt ( wt³/12xcos45xwt)
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:
Exact answer: a form of energy resulting from the existence of charged particles (such as electrons or protons), either statically as an accumulation of charge or dynamically as a current.
Answer:
Vertical; horizontal.
Explanation:
The Virginia Department of Motor Vehicles started issuing sets of newly designed driver's licenses to drivers in 2009. Although, the cards that were issued to drivers prior to the introduction of the new cards remained valid until they were expired.
There are two categories (shapes) for the Virginia driver's license. The vertical shape license represents the driver who is under the age of 21, and the horizontal shaped license represents the driver who is over the age of 21.
Additionally, the Virginia's driver license (vertical in shape) issued to drivers who are under the age of 21 has a background image of a dogwood flower while the horizontal shaped license issued to drivers who are over the age of 21 has a background image of the state capitol.
Answer:
Ethics
Explanation:
To do the right thing or to have moral principles is called ethics. Ethics affect how people make decisions and lead their lives. Some words people associate with ethics includes:
- Honesty
- Integrity
- Promise keeping and Trustworthiness
- Loyalty
- Fairness
- Concern for others
- Respect for others
- Law abiding
etc.