Answer:
The original length of the specimen 
Explanation:
Original diameter
= 30 mm
Final diameter
= 30.04 mm
Change in diameter Δd = 0.04 mm
Final length
= 105.20 mm
Elastic modulus E = 65.5 G pa = 65.5 ×
M pa
Shear modulus G = 25.4 G pa = 25.4 ×
M pa
We know that the relation between the shear modulus & elastic modulus is given by



This is the value of possion's ratio.
We know that the possion's ratio is given by


0.00476

Final length
= 105.2 m
Original length


This is the original length of the specimen.
Answer:
The force induced on the aircraft is 2.60 N
Solution:
As per the question:
Power transmitted, 
Now, the force, F is given by:
(1)
where
v = velocity
Now,
For a geo-stationary satellite, the centripetal force,
is provided by the gravitational force,
:


Thus from the above, velocity comes out to be:


where
R = 
R = 
where
G = Gravitational constant
T = Time period of rotation of Earth
R is calculated as 42166 km
Now, from eqn (1):

F = 2.60 N
Measure the longest circuit and add 50% for fittings and terminal units.
Answer:
Check the explanation
Explanation:
Code
.ORIG x4000
;load index
LD R1, IND
;increment R1
ADD R1, R1, #1
;store it in ind
ST R1, IND
;Loop to fill the remaining array
TEST LD R1, IND
;load 10
LD R2, NUM
;find tw0\'s complement
NOT R2, R2
ADD R2, R2, #1
;(IND-NUM)
ADD R1, R1, R2
;check (IND-NUM)>=0
BRzp GETELEM
;Get array base
LEA R0, ARRAY
;load index
LD R1, IND
;increment index
ADD R0, R0, R1
;store value in array
STR R1, R0,#0
;increment part
INCR
;Increment index
ADD R1, R1, #1
;store it in index
ST R1, IND
;go to test
BR TEST
;get the 6 in R2
;load base address
GETELEM LEA R0, ARRAY
;Set R1=0
AND R1, R1,#0
;Add R1 with 6
ADD R1, R1, #6
;Get the address
ADD R0, R0, R1
;Load the 6th element into R2
LDR R2, R0,#0
;Display array contents
PRINT
;set R1 = 0
AND R1, R1, #0
;Loop
;Get index
TOP ST R1, IND
;Load num
LD R3,NUM
;Find 2\'s complement
NOT R3, R3
ADD R3, R3,#1
;Find (IND-NUM)
ADD R1, R1,R3
;repeat until (IND-NUM)>=0
BRzp DONE
;load array address
LEA R0, ARRAY
;load index
LD R1, IND
;find address
ADD R3, R0, R1
;load value
LDR R1, R3,#0
;load 0x0030
LD R3, HEX
;convert value to hexadecimal
ADD R0, R1, R3
;display number
OUT
;GEt index
LD R1, IND
;increment index
ADD R1, R1, #1
;go to top
BR TOP
;stop
DONE HALT
;declaring variables
;set limit
NUM .FILL 10
;create array
ARRAY .BLKW 10 #0
;variable for index
IND .FILL 0
;hexadecimal value
HEX .FILL x0030
;stop
.END
Answer:
Exit velocity
m/s.
Explanation:
Given:
At inlet:

Properties of steam at 100 bar and 600°C

At exit:Lets take exit velocity 
We know that if we know only one property inside the dome then we will find the other property by using steam property table.
Given that dryness or quality of steam at the exit of nozzle is 0.85 and pressure P=80 bar.So from steam table we can find the other properties.
Properties of saturated steam at 80 bar

So the enthalpy of steam at the exit of turbine



Now from first law for open system

In the case of adiabatic nozzle Q=0,W=0

m/s
So Exit velocity
m/s.