Answer:
874 psi
Explanation:
Given a sample mean (x') = 900,
and a standard error (SE) = 10
At 99% confidence, Z(critical) = 2.58
That gives 99% confidence interval as,
x' ± Z(critical) x SE = 900 ± 2.58 x 10
The value of the lower limit is,
900 - 25.8 = 874.2
≈ 874 psi
Answer:
Attached is the complete question but the weight of the mailbox and cross bar differs from the given values which are : weight of mail box = 3.2 Ib, weight of the uniform cross member = 10.3 Ib
Answer : moment of inertia = 186.7 Ib - in
Explanation:
Given data
weight of the mailbox = 3.2 Ib
weight of the uniform cross member = 10.3 Ib
The origin is of mailbox and cross member is 0
The perpendicular distance from Y axis of centroid of the mailbox
= 4 + (25/2) = 16.5"
The centroid of the bar =( ( 1 + 25 + 4 + 4 ) / 2 ) - 4 = 13"
therefore The moment of Inertia( Mo) = (3.2 * 16.5) + ( 10.3 * 13)
= 52.8 + 133.9 = 186.7 Ib-in
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()
Answer:

Explanation:
Using the expression shown below as:

Where,
is the number of vacancies
N is the number of defective sites
k is Boltzmann's constant = 
is the activation energy
T is the temperature
Given that:

N = 10 moles
1 mole = 
So,
N = 
Temperature = 425°C
The conversion of T( °C) to T(K) is shown below:
T(K) = T( °C) + 273.15
So,
T = (425 + 273.15) K = 698.15 K
T = 698.15 K
Applying the values as:

![ln[\frac {2.3}{6.023}\times 10^{-11}]=-\frac {Q_v}{1.38\times 10^{-23}\times 698.15}](https://tex.z-dn.net/?f=ln%5B%5Cfrac%20%7B2.3%7D%7B6.023%7D%5Ctimes%2010%5E%7B-11%7D%5D%3D-%5Cfrac%20%7BQ_v%7D%7B1.38%5Ctimes%2010%5E%7B-23%7D%5Ctimes%20698.15%7D)
