Answer:
86 mm
Explanation:
From the attached thermal circuit diagram, equation for i-nodes will be
Equation 1
Similarly, the equation for outer node “o” will be
Equation 2
The conventive thermal resistance in i-node will be
Equation 3
The conventive hermal resistance per unit area is
Equation 4
The conductive thermal resistance per unit area is
Equation 5
Since
is given as 100,
is 40
is 300
is 25
Substituting the values in equations 3,4 and 5 into equations 1 and 2 we obtain
Equation 6
Equation 7
From equation 6 we can substitute wherever there’s
with 3000L+40 as seen in equation 7 hence we obtain
The above can be simplified to be
-3000L=1.665-260
Therefore, insulation thickness is 86mm
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:
no of unit is 17941
Explanation:
given data
fixed cost = $338,000
variable cost = $143 per unit
fixed cost = $1,244,000
variable cost = $92.50 per unit
solution
we consider here no of unit is = n
so here total cost of labor will be sum of fix and variable cost i.e
total cost of labor = $33800 + $143 n ..........1
and
total cost of capital intensive = $1,244,000 + $92.5 n ..........2
so here in both we prefer cost of capital if cost of capital intensive less than cost of labor
$1,244,000 + $92.5 n < $33800 + $143 n
solve we get
n > 
n > 17941
and
cost of producing less than selling cost so here
$1,244,000 + $92.5 n < 197 n
solve it we get
n >
n > 11904
so in both we get greatest no is 17941
so no of unit is 17941
Maximum shear stress in the pole is 0.
<u>Explanation:</u>
Given-
Outer diameter = 127 mm
Outer radius,
= 127/2 = 63.5 mm
Inner diameter = 115 mm
Inner radius,
= 115/2 = 57.5 mm
Force, q = 0
Maximum shear stress, τmax = ?
τmax 
If force, q is 0 then τmax is also equal to 0.
Therefore, maximum shear stress in the pole is 0.