Answer:
See explaination
Explanation:
In recent times and in the past, so many companies have been dealt with or bankrupted by disaster.
This disasters are in the form of floods, earthquake and tsunami. This has led to many companies across world to have faced problem. As Japan is particularly vulnerable to natural disaster because of its climate and topography let me take example of japan .The tsunami that struck Japan in March this year which has lead to a debt of worth nearly $8 billion due to failed businesses. A total of 341 firms in japan with a combined 6,376 employees has got affected by this disaster.
One of company that hit hard by these disaster is Toyota. Toyota is a Japanese multinational automotive manufacturer headquartered in Toyota, Aichi, Japan. Actually due to flood in thailand toyota has faced a big loss. As flood hit thailand the parts of vehicle which is produced in thailand has stopped . It leads to interruption in the supply chain of some Thailand made components.
This lead to suspension of production as thai made component was unavailable.It has been reported until the situation of thailand will be good toyota plants in Indiana, Kentucky and Ontario, Canada, will be shut down . And production rate at plant in North America will get slow down .This flood leads to a loss of 37500 vehicles .Due to this reason toyota was forced to open its plants in Southeast asian country just to enhance the production rate.Sales of vehicle has also got reduced in thailand . Hence toyota faced a total loss of 1.6 billion dollar.
In Nigeria, due to the insurgency of the Boko Haram, many companies have entirely stopped operations in some regions, this harsh realities leads to massive loss of revenue for such companies.
flip flops are shoes and they look like shoes
Answer: 1.137*10^7 Btu/h.
Explanation:
Given data:
Efficiency of the plant = 4.5percent
Net power output of the plant = 150kw
Solution:
The required collection rate
QH = W/n
= 150/0.045 * 0.94782/ 1 /60 */60 Btu/h.
= 3333.333 *3412.152Btu/h.
= 11373840 Btu/h
= 1.137*10^7 Btu/h.
Explanation:
First of all get the input from the user, number of rows and number of columns where rows represents seat digit number and column represents the seat letter
rows is initialized to 1 to ensure that row starts at 1 or you can remove it then seat number will start from 0.
The first loop is used for digits starting from 1 to number of rows
The second loop is used for letters starting from 1 to number of columns
since rows and cols are not of the same type that's why we are converting the int type to string type
print(str(rows)+cols) counter will keep updating the columns A, B, C.....
rows= rows + 1 counter will keep updating the rows 1, 2, 3....
Code:
Please refer to the attached image.
Output:
Please enter the number of rows: 2
Please enter the number of columns: 3
1A
1B
1C
2A
2B
2C
Answer:a
a) Vo/Vi = - 3.4
b) Vo/Vi = - 14.8
c) Vo/Vi = - 1000
Explanation:
a)
R1 = 17kΩ
for ideal op-amp
Va≈Vb=0 so Va=0
(Va - Vi)/5kΩ + (Va -Vo)/17kΩ = 0
sin we know Va≈Vb=0
so
-Vi/5kΩ + -Vo/17kΩ = 0
Vo/Vi = - 17k/5k
Vo/Vi = -3.4
║Vo/Vi ║ = 3.4 ( negative sign phase inversion)
b)
R2 = 74kΩ
for ideal op-amp
Va≈Vb=0 so Va=0
so
(Va-Vi)/5kΩ + (Va-Vo)74kΩ = 0
-Vi/5kΩ + -Vo/74kΩ = 0
Vo/Vi = - 74kΩ/5kΩ
Vo/Vi = - 14.8
║Vo/Vi ║ = 14.8 ( negative sign phase inversion)
c)
Also for ideal op-amp
Va≈Vb=0 so Va=0
Now for position 3 we apply nodal analysis we got at position 1
(Va - Vi)/5kΩ + (Va - Vo)/5000kΩ = 0 ( 5MΩ = 5000kΩ )
so
-Vi/5kΩ + -Vo/5000kΩ = 0
Vo/Vi = - 5000kΩ/5kΩ
Vo/Vi = - 1000
║Vo/Vi ║ = 1000 ( negative sign phase inversion)