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
xz_007 [3.2K]
3 years ago
13

Determine the design moment strength for a W21x73 steel beam with a simple span of 18 ft when lateral bracing for the compressio

n flange is provided at the ends only (i.e., Lb
Engineering
1 answer:
SVETLANKA909090 [29]3 years ago
7 0

This question is incomplete, the complete question is;

Determine the design moment strength (ϕMn) for a W21x73 steel beam with a simple span of 18 ft when lateral bracing for the compression flange is provided at the ends only (i.e., Lb = 18 ft). Report the result in kip-ft.

Use Fy=50 ksi and assume Cb=1.0 (if needed).

Answer: the design moment strength for the W21x73 steel beam is 566.25 f-ft

Explanation:

Given that;

section  W 21 x 73 steel beam;

now from the steel table table for this section;

Zx = Sx = 151 in³

also given that; fy = 50 ksi and Cb = 1.0

QMn = 0.9 × Fy × Zx

so we substitute

QMn = 0.9 × 50 × 151

QMn = 6795 k-inch

we know that;

12inch equals 1 foot

so

QMn = 6795 k-inch / 12

QMn = 566.25 f-ft

Therefore the design moment strength for the W21x73 steel beam is 566.25 f-ft

You might be interested in
Vẽ thủ tục cho một cuộc gọi thuê bao
shusha [124]

Lo siento, no sé qué estás diciendo.

8 0
3 years ago
Do heavier cars really use more gasoline? Suppose a car is chosen at random. Let x be the weight of the car (in hundreds of poun
Alex17521 [72]

Answer:

Answer is explained in the explanation section below.

Explanation:

Solution:

Note: This question is incomplete and lacks necessary data to solve. But I have found the similar question on the internet. So, I will be using the data from that question to solve this question for the sack of concept and understanding.

Data Given:

x = 27 , 44 , 32 , 47, 23 , 40, 34, 52

y = 30, 19,  24,  13 , 29,  19,  21,  14

It is given that,

∑x = 299

∑y = 167

∑x^{2} = 11887

∑y^{2} = 3773

We are asked to verify the above values manually in this question.

So,

1. ∑x = 299

Let's verify it:

∑x = 27 + 44 + 32 + 47 + 23 + 40 + 34 + 52

∑x = 299

Yes, it is equal to the given value. Hence, verified.

2. ∑y = 167

Let's verify it:

∑y = 30 + 19 +  24 + 13 + 29 + 19 +  21 +  14

∑y = 169

No, it is not equal to the given value.

3. ∑x^{2} = 11887

Let's verify it:

For this to find,  first we need to square all the value of x individually and then add them together to verify.

∑x^{2} = 27^{2} + 44^{2} + 32^{2} + 47^{2} + 23^{2} + 40^{2} + 34^{2} + 52^{2}

∑x^{2} = 11,887

Yes, it is equal to the given value. Hence, verified.

4. ∑y^{2} = 3773

Let's verify it:

Again, for this we need to find the squares of all the y values and then add them together to verify it.

∑y^{2} = 30^{2} + 19^{2} +  24^{2} + 13^{2} + 29^{2} + 19^{2} +  21^{2} +  14^{2}

∑y^{2}  = 3,845

No, it is not equal to the given value.

4 0
2 years ago
Write a program that prompts the user to enter time in 12-hour notation. The program then outputs the time in 24-hour notation.
Juliette [100K]

Answer:

THE CODE FOR THE PROGRAM IS GIVEN BELOW:

#include <iostream>

#include "ConvertTimeHeader.h"

using namespace std;

int main()

{

convertTime convert;

int hr, mn, sc = 0;

 

cout << "Please input hours in 12 hr notation: ";

cin >> hr;

cout << "Please input minutes: ";

cin >> mn;

cout << "Please input seconds: ";

cin >> sc;

 

convert.invalidHr(hr);

convert.invalidMin(mn);

convert.invalidSec(sc);

convert.printMilTime();

 

system("Pause");

 

return 0;  

 

}

#include <iostream>

#include "ConvertTimeHeader.h"

using namespace std;

int convertTime::invalidHr (int hour)

{

try{

 if (hour < 13 && hour > 0)

  {hour = hour + 12;

  return hour;}

 else{

 

  cin.clear();

  cin.ignore();

  cout << "Invalid input! Please input hour again in correct 12 hour format: ";

  cin >> hour;

  invalidHr(hour);

  throw 10;

 }

   

}

catch (int c) { cout << "Invalid hour input!";}

}

int convertTime::invalidMin (int min)

{

try{

 if (min < 60 && min > 0)

  {return min;}

 else{

 

  cin.clear();

  cin.ignore();

  cout << "Invalid input! Please input minutes again in correct 12 hour format: ";

  cin >> min;

  invalidMin(min);

  throw 20;

  return 0;

 }

   

}

catch (int e) { cout << "Invalid minute input!" << endl;}

}

int convertTime::invalidSec(int sec)

{

try{

 if (sec < 60 && sec > 0)

  {return sec;}

 else{

 

  cin.clear();

  cin.ignore();

  cout << "Invalid input! Please input seconds again in correct 12 hour format: ";

  cin >> sec;

  invalidSec(sec);

  throw 30;

  return 0;

 }

   

}

catch (int t) { cout << "Invalid second input!" << endl;}

}

void convertTime::printMilTime()

{

cout << "Your time converted: " << hour << ":" << min << ":" << sec;

}

Explanation:

4 0
3 years ago
g A pedometer treats walking 2,000 steps as walking 1 mile. Write a program whose input is the number of steps, and whose output
Nataly [62]

Answer:

# Program is written in Python Programming Language

# Comments are used for explanatory purpose

# Program starts here

# Accept input

Steps = input (Number of Steps: ")

# Calculate distance

distance = float(2000) * float(steps)

#Print Formatted Result

print('%0.2f' % distance)

# End of Program

.--------

The above program converts number of steps to miles.

At line 5, the number of steps is inputted and stored in variable named Steps.

At line 6, the number of miles is calculated by multiplying 2000 by the content of variable Steps

The result is printed at line 8

8 0
2 years ago
Read 2 more answers
You can change lanes during a turn long as there’s no traffic and you driving slowly
Vanyuwa [196]
Your allowed to switch lanes as long as the road is clear and you use signals.
5 0
3 years ago
Other questions:
  • The denominator of a fraction is 4 more than the numenator. If 4 is added to the numenator and 7 is added to the denominator, th
    15·1 answer
  • Please Help It's really Important
    12·1 answer
  • An n- channel enhancement- mode MOSFET with 50 nm thick HfO2 high- k gate dielectric (Pr = 25) has a flat band voltage of 0.5 V,
    5·1 answer
  • An R-134a refrigeration system is operating with an evaporator pressure of 200 kPa. The refrigerant is 10% in vapor phase at the
    15·1 answer
  • Give me uses of a grinding machine in agriculture.
    15·1 answer
  • A cylindrical 1040 steel rod having a minimum tensile strength of 865 MPa (125,000 psi), a ductility of at least 10%EL, and a fi
    7·1 answer
  • How to comment other people
    9·2 answers
  • If a tapered roller bearing is adjusted to loose, the bearing will bind and overheat.
    11·1 answer
  • Question text
    11·1 answer
  • How pine are processed ????
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!