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
Andreas93 [3]
3 years ago
8

Material with hardness of 220 Vickers is harder than material with a hardness of 180 Vickers. a)-True b)- False

Engineering
1 answer:
PSYCHO15rus [73]3 years ago
6 0

Answer:

Correct option a) True.

Explanation:

It is true since the Vickers hardness value refers to the force applied in a 136 ° diamond tip penetrator divided by the surface of the groove produced in the material, the lower the impression made on this greater the value will be end of the Vickers measurement and greater its hardness.

The equation to determine the Vickers hardness value will be:

Hv= ((1.854 × P)/(d²))  (kg/mm²)

Therefore a value of 220 Vickers refers to a harder material than another value of 180 Vickers.

You might be interested in
What are the BENEFITS and RISKS of using automobiles?
Molodets [167]

Answer:

u could get hurt or it could not sence in but it easy to work with and u can just relax till u get were ur going.

Explanation:

3 0
2 years ago
A specimen of commercially pure copper has a strength of 240 MPa. Estimate its average grain diameter using the Hall-Petch equat
romanna [79]

Answer:

3.115× 10^{-3} meter

Explanation:

hall-petch constant for copper is given by

      S_0=25 MPa

      k=0.12 for copper

now according to hall-petch equation

S_Y=S_0 +\frac{K}{\sqrt{D}}

240=25+\frac{0.12}{\sqrt{D}}

D=3.115× 10^{-3} meter

so the grain diameter using the hall-petch equation=3.115×  10^{-3} meter

5 0
3 years ago
A ductile hot-rolled steel bar has a minimum yield strength in tension and compression of 350 MPa. Using the distortion-energy a
Ratling [72]

Answer:

Explanation:

From  the given question:

Using the distortion energy theory to determine the  factors of safety  FOS can be expressed  by the relation:

\dfrac{Syt}{FOS}= \sqrt{ \sigma x^2+\sigma  y^2-\sigma x \sigma y+3 \tau_{xy^2}}

where; syt = strength in tension and compression = 350 MPa

The maximum shear stress theory  can be expressed as:

\tau_{max} = \dfrac{Syt}{2FOS}

where;

\tau_{max} =\sqrt{ (\dfrac{\sigma x-\sigma  y}{2})^2+ \tau _{xy^2

a. Using distortion - energy theory formula:

\dfrac{350}{FOS}= \sqrt{94^2+0^2-94*0+3 (-75)^2}}

\dfrac{350}{FOS}=160.35

{FOS}=\dfrac{350}{160.35}

FOS = 2.183

USing the maximum-shear stress theory;

\dfrac{350}{2 FOS}  =\sqrt{ (\dfrac{94-0}{2})^2+ (-75)^2

\dfrac{350}{2 FOS}  =88.51

\dfrac{350}{ FOS}  =2 \times 88.51

{ FOS}  =\dfrac{350}{2 \times 88.51}

FOS = 1.977

b. σx = 110 MPa, σy = 100 MPa

Using distortion - energy theory formula:

\dfrac{350}{FOS}= \sqrt{ 110^2+100^2-110*100+3(0)^2}

\dfrac{350}{FOS}= \sqrt{ 12100+10000-11000

\dfrac{350}{FOS}=105.3565

FOS=\dfrac{350}{105.3565}

FOS =3.322

USing the maximum-shear stress theory;

\dfrac{350}{2 FOS}  =\sqrt{ (\dfrac{110-100}{2})^2+ (0)^2

\dfrac{350}{2 FOS}  ={ (\dfrac{110-100}{2})^2

\dfrac{350}{2 FOS}  =25

FOS = 350/2×25

FOS = 350/50

FOS = 70

c. σx = 90 MPa, σy = 20 MPa, τxy =−20 MPa

Using distortion- energy theory formula:

\dfrac{350}{FOS}= \sqrt{ 90^2+20^2-90*20+3(-20)^2}

\dfrac{350}{FOS}= \sqrt{ 8100+400-1800+1200}

\dfrac{350}{FOS}= 88.88

FOS = 350/88.88

FOS = 3.939

USing the maximum-shear stress theory;

\dfrac{350}{2 FOS}  =\sqrt{ (\dfrac{90-20}{2})^2+ (-20)^2

\dfrac{350}{2 FOS}  =\sqrt{ (35)^2+ (-20)^2

\dfrac{350}{2 FOS}  =\sqrt{ 1225+ 400

\dfrac{350}{2 FOS}  =40.31

FOS}  =\dfrac{350}{2*40.31}

FOS = 4.341

7 0
3 years ago
C++ - Green Crud Fibonacci programThe following program is to be written with a loop. You are to write this program three times
Fynjy0 [20]

Answer:

Below is the required code:

Explanation:

Using for loop

#include <iostream>

using namespace std;

int main()

{

    //Initial crud size

    int init = 0;

    int newCrud;

    int next=0;

    //Number of days to simulate

    int no_days;

    int day;

    cout << "Enter initial amount of green crud: ";

    cin >> newCrud;

    cout << "Enter number of days to simulate: ";

    cin >> no_days;

    for (day = 10; day<=no_days; day++)

    {

         if (day % 10 == 0)

         {

             next = newCrud + init;

         }

             newCrud = init;

             init = next;

    }

    if (no_days < 5)

    cout << "\nCrud reproduce only after 5 days minimum.Hence the current amount is "

    << newCrud << " pounds.";

    else

    cout << "On day " << no_days << " you have " << init

    << " pounds of green crud." << endl;

    cout << "\nWould you like to continue? (y or n): ";

    cin >> ans;

         return 0;

}

Output:

         Enter initial amount of green crud: 5

         Enter number of days to simulate: 220

    On day 220 you have 10485760 pounds of green crud.

Using while loop

Program:

#include <iostream>

using namespace std;

int main()

{

    char ans='y';

    while (ans == 'Y' || ans == 'y')

    {

         //Initial crud size

         int init = 0;

         int newCrud;

         int next=0;

         //Number of days to simulate

         int no_days;

         int day;

         cout << "Enter initial amount of green crud:

         ";

         cin >> newCrud;

         cout << "Enter number of days to simulate:

         ";

         cin >> no_days;

         for (day = 10; day<=no_days; day++)

         {

             if (day % 10 == 0)

             {

                  next = newCrud + init;

             }

                  newCrud = init;

                  init = next;

         }

         if (no_days < 5)

         cout << "\nCrud reproduce only after 5 days

         minimum.Hence the current amount is "

         << newCrud << " pounds.";

         else

         cout << "On day " << no_days << " you have "

         << init

         << " pounds of green crud." << endl;

         cout << "\nWould you like to continue? (y or

         n): ";

         cin >> ans;

    }

    return 0;

}

Output:

Enter initial amount of green crud: 5

Enter number of days to simulate: 220

On day 220 you have 10485760 pounds of green crud.

Would you like to continue? (y or n): y

Enter initial amount of green crud: 5

Enter number of days to simulate: 225

On day 225 you have 10485760 pounds of green crud.

Using do while loop

Program:

#include <iostream>

using namespace std;

int main()

{

    char ans;

    do

    {

         //Initial crud size

         int init = 0;

         int newCrud;

         int next=0;

         //Number of days to simulate

         int no_days;

         int day;

         cout << "Enter initial amount of green crud: ";

         cin >> newCrud;

         cout << "Enter number of days to simulate: ";

         cin >> no_days;

         for (day = 10; day<=no_days; day++)

         {

             if (day % 10 == 0)

             {

                  next = newCrud + init;

             }

                  newCrud = init;

                  init = next;

         }

         if (no_days < 5)

         cout << "\nCrud reproduce only after 5 days

         minimum.Hence the current amount is "

         << newCrud << " pounds.";

         else

         

         cout << "On day " << no_days << " you have " <<

         init << " pounds of green crud." << endl;

         cout << "\nWould you like to continue? (y or n):

         ";

         cin >> ans;

    } while (ans == 'Y' || ans == 'y');

    return 0;

}

Output:

Enter initial amount of green crud: 5

Enter number of days to simulate: 220

On day 220 you have 10485760 pounds of green crud.

Would you like to continue? (y or n): y

Enter initial amount of green crud: 5

Enter number of days to simulate: 225

On day 225 you have 10485760 pounds of green crud.

7 0
3 years ago
An engineer designs a new bus that can drive 30 miles per gallon of fuel. Which of the following was likely one of the client’s
Marat540 [252]
What are the options?
7 0
3 years ago
Read 2 more answers
Other questions:
  • Is CO, an air pollutant? How does it differ from other emissions resulting from the combustion of fossil fuels?
    7·1 answer
  • Suppose you are designing a sliding window protocol for a 1 Mbps point-to-point link to the moon, which has a one-way latency of
    10·1 answer
  • Two well-known NP-complete problems are 3-SAT and TSP, the traveling salesman problem. The 2-SAT problem is a SAT variant in whi
    7·1 answer
  • A hot plate with a temperature of 60 C, 50 triangular profile needle wings of length (54 mm), diameter 10 mm (k = 204W / mK) wil
    6·1 answer
  • Draw the sequence of BSTs that results when you insert the keys E, A, S, Y, Q, U, E, S, T, I, O, N, in that order into an initia
    10·1 answer
  • The specific gravity of a fluid with a weight density of 31.2 lb/ft is a. 2.00 b. 0.969 c. 0.500 d. 1.03
    10·1 answer
  • A railroad runs form city A to city B, a distance of 800km, through mountainous terrain. The present one-way travel time (includ
    13·1 answer
  • Certain pieces made by an acoustic lathe are subject to three kinds of defects X,Y,Z. A sample of 100 pieces was inspected with
    6·1 answer
  • Best known for his invention of the pressure-ignited heat engine that bears his name,
    5·1 answer
  • I) A sag vertical curve is to be designed to join a 4% grade to a 2% grade. If the design
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!