Answer:
#Selling vehicles
import locale
locale.setlocale( locale.LC_ALL, 'en_CA.UTF-8' )
#Declaration of variables
total_pay=0
total_sales=0
#Selling details
for i in range(0,2):
#Ask the type of sell
type=input("Enter the type of the car you sold(used/new)? ")
#Check error
while(type.upper()!="USED" and type.upper()!="NEW"):
print('ERROR!!!Should be used or new!!Please Re-enter')
type=input("Enter the type of the car you sold(used/new)? ")
#Input price of the car
price=float(input("Enter the price of the car: "))
#Calculations
if(type.upper()=="NEW"):
total_pay+=1500
else:
total_pay+=price*.05
total_sales+=price
#Display results
print('Total Pay of the sale person = ',locale.currency(total_pay))
print('Total Sales = ',locale.currency(total_sales))
Gas metal arc welding (GMAW), sometimes referred to by its subtypes metal inert gas (MIG) welding or metal active gas (MAG) welding, is a welding process in which an electric arc forms between a consumable MIG wire electrode and the workpiece metal(s), which heats the workpiece metal(s), causing them to melt and join.
Answer:
1) <em>4.41 * 10^-4 kw </em>
<em>2) </em>2.20 * 10^-4 kw
Explanation:
Given data:
Filter = 500 m^3/min
dust velocity = 3g/m^3
bag ; length = 3 m , diameter = 0.13 m
change in pressure = 1 kPa
efficiency = 60%
<u>1) Calculate the Fan power </u>
First :
Calculate the total dust loading = 3 * 500 = 1500 g
To determine the Fan power we will apply the relation
=
<em>fan power ( </em> )<em> = 4.41 * 10^-4 kw </em>
<u>2) calculate power drawn </u>
change in P = 6 atm = 6 * 10^5 pa
efficiency compressor = 50%
hence power drawn = 4.41 * 10^-4 kw * 50% = 2.20 * 10^-4 kw
Answer:
t=2.025 inches
Explanation:
Given that
P = 400 Psi
Yield stress ,σ = 80 ksi
Diameter ,d= 45 ft
We know that
1 ft = 12 inches
d= 540 inches
Factor of safety ,K= 3
The required thickness given as
t=thickness
t=2.025 inches
Therefore thickness will be 2.025 inches.
Answer:
0.00650 Ib s /ft^2
Explanation:
diameter ( D ) = 0.71 inches = 0.0591 ft
velocity = 0.90 ft/s ( V )
fluid specific gravity = 0.96 (62.4 ) ( x )
change in pressure ( P ) = 0 because pressure was constant
viscosity = (change in p - X sin∅ ) / 32 V
= ( 0 - 0.96( 62.4) sin -90 ) * 0.0591 ^2 / 32 * 0.90
= - 59.904 sin (-90) * 0.0035 / 28.8
= 0.1874 / 28.8
viscosity = 0.00650 Ib s /ft^2