1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Triss [41]
3 years ago
6

The connection is made using a bolt and nut and two washers. If the allowable bearing stress of the washers on the boards is (sb

)allow = 2 ksi, and the allowable tensile stress within the bolt shank S is (st)allow = 18 ksi, determine the maximum allowable tension in the bolt shank. The bolt shank has a diameter of 0.31 in., and the washers have an outer diameter of 0.75 in. and inner diameter (hole) of 0.50 in.
Engineering
1 answer:
Yuki888 [10]3 years ago
6 0

Answer:

P = 0.490 kip

Explanation:

given data

allowable bearing stress = 2 ksi

allowable tensile stress = 18 ksi

diameter = 0.31 in

outer diameter = 0.75 in

inner diameter (hole) = 0.50 in

solution

we find here cross section area of shank that is express as

Area = \frac{\pi }{4} \times d^2      ..................1

area = \frac{\pi }{4} \times 0.31^2

area  = 0.0754 in²  

and

now we get here allowable load in bolt will be

\sigma = \frac{P}{A}     ...................2

P = \sigma \times A  

P = 18 × 10³ × 0.0754

P = 1357.2 = 1.357 kip

and

now find here area of washer is

Area = \frac{\pi }{4} \times (d^2-d1^2)     .......................3

put here value

Area = \frac{\pi }{4} \times (0.75^2-0.5^2)  

area = 0.2454 in²

so now we get here allowable load of washer will be

\sigma = \frac{P}{Area}      .....................4

P = 2 × 10³ × 0.245

P = 490 = 0.490 kip

You might be interested in
Determine (with justification) whether the following systems are (i) memoryless, (ii) causal, (iii) invertible, (iv) stable, and
lina2011 [118]

Answer:

a.

y[n] = x[n] x[n-1]  x[n+1]

(i) Memory-less - It is not memory-less because the given system is depend on past or future values.

(ii) Causal - It is non-casual because the present value of output depend on the future value of input.

(iii) Invertible - It is invertible and the inverse of the given system is \frac{1}{x[n] . x[n-1] x[n+1]}

(iv) Stable - It is stable because for all the bounded input, output is bounded.

(v) Time invariant - It is not time invariant because the system is multiplying with a time varying function.

b.

y[n] = cos(x[n])

(i) Memory-less - It is memory-less because the given system is not depend on past or future values.

(ii) Causal - It is casual because the present value of output does not depend on the future value of input.

(iii) Invertible - It is not invertible because two or more than two input values can generate same output values .

For example - for x[n] = 0 , y[n] = cos(0) = 1

                       for x[n] = 2\pi , y[n] = cos(2\pi) = 1

(iv) Stable - It is stable because for all the bounded input, output is bounded.

(v) Time invariant - It is time invariant because the system is not multiplying with a time varying function.

3 0
3 years ago
12.28 LAB: Output values in a list below a user defined amount - functions Write a program that first gets a list of integers fr
Anastaziya [24]

Answer:

def output_ints_less_than_or_equal_to_threshold(user_values, upper_threshold):

   for value in user_values:

       if value < upper_threshold:

           print(value)  

def get_user_values():

   n = int(input())

   lst = []

   for i in range(n):

       lst.append(int(input()))

   return lst  

if __name__ == '__main__':

   userValues = get_user_values()

   upperThreshold = int(input())

   output_ints_less_than_or_equal_to_threshold(userValues, upperThreshold)

8 0
3 years ago
In order to protect yourself if you have a dispute with another drivers insurance company you should:
klio [65]

Answer:

  C. Get the names and addresses of witness to the crash

Explanation:

The best approach is to let your insurance company handle the dispute. Since that is not an option here, the best thing you can do is make sure you know who the witnesses are, so your insurance company can call upon them as needed.

8 0
3 years ago
A solid circular rod that is 600 mm long and 20 mm in diameter is subjected to an axial force of P = 50 kN The elongation of the
Kay [80]

Answer:

a) V = 0.354

b)  G = 25.34 GPA

Explanation:

Solution:

We first determine Modulus of Elasticity and Modulus of rigidity

Elongation of rod ΔL = 1.4 mm

Normal stress, δ = P/A

Where P = Force acting on the cross-section

A = Area of the cross-section

Using Area, A = π/4 · d²

= π/4 · (0.0020)²  = 3.14 × 10⁻⁴m²

δ = 50/3.14 × 10⁻⁴    = 159.155 MPA

E(long) = Δl/l  = 1.4/600 = 2.33 × 10⁻³mm/mm

Modulus of Elasticity Е = δ/ε

= 159.155 × 10⁶/2.33 × 10⁻³    = 68.306 GPA

Also final diameter d(f) = 19.9837 mm

Initial diameter d(i) = 20 mm

Poisson said that V = Е(elasticity)/Е(long)

= -  <u>( 19.9837 - 20 /20)</u>

        2.33 × 10⁻³                  

= 0.354,

∴ v = 0.354

Also G = Е/2. (1+V)

=  68.306 × 10⁹/ 2.(1+ 0.354)

= 25.34 GPA

⇒ G = 25.34 GPA

5 0
4 years ago
LC3 Programming ProblemUse .BLKW to set up an array of 10 values, starting at memory location x4000, as in lab 4.Now programmati
irga5000 [103]

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

7 0
3 years ago
Other questions:
  • Air is compressed in a piston-cylinder device. List three examples of irreversibilities that could occur
    13·1 answer
  • Se requiere un permiso aprobación o restricción contaminante para todos los métodos comerciales de descarga de aguas residuales
    13·1 answer
  • Why do many sources of water need treatment
    10·1 answer
  • Which field in a Transmission Control Protocol (TCP) header is chosen from ephemeral ports?
    11·1 answer
  • Is cross flow more efficient or counter flow
    13·1 answer
  • Please help me with this. Picture
    10·1 answer
  • Match the scenario to the related government program.
    8·1 answer
  • Help me asap I rely need help u will be my fav​
    8·2 answers
  • Joe, a technician, is attempting to connect two hubs to add a new segment to his local network. He uses one of his CAT5 patch ca
    9·1 answer
  • 1. A drawing of a cabinet shows that its dimensions are 9cm. by 4cm. The drawing indicates 1:50 scaling. What are the actual dim
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!