Answer:
Explanation:
class Pet:
def __init__(self):
self.name = ''
self.age = 0
def print_info(self):
print('Pet Information:')
print(' Name:', self.name)
print(' Age:', self.age)
class Dog(Pet):
def __init__(self):
Pet.__init__(self)
self.breed = ''
def main():
my_pet = Pet()
my_dog = Dog()
pet_name = input()
pet_age = int(input())
dog_name = input()
dog_age = int(input())
dog_breed = input()
my_pet.name = pet_name
my_pet.age = pet_age
my_pet.print_info()
my_dog.name = dog_name
my_dog.age = dog_age
my_dog.breed = dog_breed
my_dog.print_info()
print(' Breed:', my_dog.breed)
main()
The drawbar or other connections must be strong enough to pull all the weight of the vehicle being towed. The drawbar or other connection may not exceed 15 feet from one vehicle to the other.
Answer:
(A) Because the angle of twist of a material is often used to predict its shear toughness
Explanation:
In engineering, torsion is the solicitation that occurs when a moment is applied on the longitudinal axis of a construction element or mechanical prism, such as axes or, in general, elements where one dimension predominates over the other two, although it is possible to find it in diverse situations.
The torsion is characterized geometrically because any curve parallel to the axis of the piece is no longer contained in the plane initially formed by the two curves. Instead, a curve parallel to the axis is twisted around it.
The general study of torsion is complicated because under that type of solicitation the cross section of a piece in general is characterized by two phenomena:
1- Tangential tensions appear parallel to the cross section.
2- When the previous tensions are not properly distributed, which always happens unless the section has circular symmetry, sectional warps appear that make the deformed cross sections not flat.
Answer:
critical stress = 595 MPa
Explanation:
given data
fracture toughness = 74.6 MPa-
crack length = 10 mm
f = 1
solution
we know crack length = 10 mm
and crack length = 2a as given in figure attach
so 2a = 10
a = 5 mm
and now we get here with the help of plane strain condition , critical stress is express as
critical stress =
......................1
put here value and we get
critical stress =
critical stress = 595 MPa
so here stress is change by plane strain condition because when plate become thinner than condition change by plane strain to plain stress.
plain stress condition occur in thin body where stress through thickness not vary by the thinner section.