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
blagie [28]
3 years ago
7

Is CO, an air pollutant? How does it differ from other emissions resulting from the combustion of fossil fuels?

Engineering
1 answer:
Drupady [299]3 years ago
4 0

Answer:

Explanation:

CO, carbon monoxide is a toxic gas. It casues asphixiation on people and animals by interfering with hemoglobin, not allowing blood to transport oxygen to the cells in the body.

The normal emissions resulting from the combustion  of fussil fuels are CO2 (carbon dioxide) and H2O (water). Carbon monoxide is formed by an incomplete combustion of fossil fuels or carbon containing fuels in general, this not only produces toxic gas, but also is an inefficient combustion that wastes energy.

You might be interested in
The greater the force applied to an object, the _____ the change in speed or direction of the object.
storchak [24]

Answer:

b

Explanation:

8 0
3 years ago
At the instant under consideration, the hydraulic cylinder AB has a length L = 0.75 m, and this length is momentarily increasing
Inessa [10]

Answer:

vB = - 0.176 m/s   (↓-)

Explanation:

Given

(AB) = 0.75 m

(AB)' = 0.2 m/s

vA = 0.6 m/s

θ = 35°

vB = ?

We use the formulas

Sin θ = Sin 35° = (OA)/(AB) ⇒  (OA) = Sin 35°*(AB)

⇒   (OA) = Sin 35°*(0.75 m) = 0.43 m

Cos θ = Cos 35° = (OB)/(AB) ⇒  (OB) = Cos 35°*(AB)

⇒   (OB) = Cos 35°*(0.75 m) = 0.614 m

We apply Pythagoras' theorem as follows

(AB)² = (OA)² + (OB)²

We derive the equation

2*(AB)*(AB)' = 2*(OA)*vA + 2*(OB)*vB

⇒  (AB)*(AB)' = (OA)*vA + (OB)*vB

⇒  vB = ((AB)*(AB)' - (OA)*vA) / (OB)

then we have

⇒  vB = ((0.75 m)*(0.2 m/s) - (0.43 m)*(0.6 m/s) / (0.614 m)

⇒  vB = - 0.176 m/s   (↓-)

The pic can show the question.

7 0
3 years ago
Read 2 more answers
During his military campaign in what is now Germany, Julius Caesar lead his army of 40,000 soldiers to the western bank of the R
CaHeK987 [17]

Answer:

identifying a problem

Explanation:

its right

5 0
2 years ago
For a project in C++ we are supposed toDesign a class named Month. The class should have the following private members:-name: a
mart [117]

Answer:

include <iostream>

using namespace std;

 

class Month

{

public:

 Month (char firstLetter, char secondLetter, char thirdLetter);

 

 Month (int monthNum);

.

 

 Month();

 void outputMonth_num();

 

 

 void outputMonthLetters();

private:

 int month;

};

 

 

int main ()

{

 //

 // Variable declarations

 //

 int monthNum;

 char firstLetter, secondLetter, thirdLetter;    

 char testAgain;              

 

 do {

 

   cout << endl;

   cout << "Testing the default constructor ..." << endl;

   Month defaultMonth;

   defaultMonth.outputMonth_num();

   defaultMonth.outputMonthLetters();

 

   //

   // Construct a month using the constructor with one integer argument

   //

   cout << endl;

   cout << "Testing the constructor with one integer argument..." << endl;

   cout << "Enter a month number: ";

   cin >> monthNum;

 

   Month testMonth1(monthNum);

   testMonth1.outputMonth_num();

   testMonth1.outputMonthLetters();

 

   //

   // Construct a month using the constructor with three letters as arguments

   //

   cout << endl;

   cout << "Testing the constructor with 3 letters as arguments ..." << endl;

   cout << "Enter the first three letters of a month (lowercase): ";

   cin >> firstLetter >> secondLetter >> thirdLetter;

   cout << endl;

 

   Month testMonth2(firstLetter, secondLetter, thirdLetter);

   testMonth2.outputMonth_num();

   testMonth2.outputMonthLetters();

 

   //

   // See if user wants to try another month

   //

   cout << endl;

   cout << "Do you want to test again? (y or n) ";

   cin >> testAgain;

 }

 while (testAgain == 'y' || testAgain == 'Y');

 

 return 0;

}

 

 

Month::Month(char firstLetter, char secondLetter, char thirdLetter)

{

if ((firstLetter == 'j')&&(secondLetter == 'a')&&(thirdLetter == 'n'))

  outputMonth_num = 1;

if ((firstLetter == 'f')&&(secondLetter == 'e')&&(thirdLetter == 'b'))

  outputMonth_num = 2;

if ((firstLetter == 'm')&&(secondLetter == 'a')&&(thirdLetter == 'r'))

  outputMonth_num = 3;

if ((firstLetter = 'a')&&(secondLetter == 'p')&&(thirdLetter == 'r'))

  outputMonth_num = 4;

if ((firstLetter == 'm')&&(secondLetter == 'a')&&(thirdLetter == 'y'))

  outputMonth_num = 5;

if ((firstLetter == 'j')&&(secondLetter == 'u')&&(thirdLetter == 'n'))

  outputMonth_num = 6;

if ((firstLetter == 'j')&&(secondLetter == 'u')&&(.thirdLetter == 'l'))

  outputMonth_num = 7;

if ((firstLetter == 'a')&&(secondLetter == 'u')&&(thirdLetter == 'g'))

  outputMonth_num = 8;

if ((firstLetter == 's')&&(secondLetter == 'e')&&(thirdLetter == 'p'))

  outputMonth_num = 9;

if ((firstLetter == 'o')&&(secondLetter == 'c')&&(thirdLetter == 't'))

  outputMonth_num = 10;

if ((firstLetter == 'n')&&(secondLetter == 'o')&&(thirdLetter == 'v'))

 outputMonth_num = 11;

if ((firstLetter == 'd')&&(secondLetter == 'e')&&(thirdLetter == 'c'))

 outputMonth_num = 12;

}

 

Month::inputMonthByNumber

{

if (Month_num > 12 && Month_num < 1)

cout << "Invalid number for Month, please choose 1-12)\n";

}

 

void Month::outputMonth_num()

{

 if (month >= 1 && month <= 12)

   cout ><< "Month: " << month << endl;

 else

   cout << "Error - The month is not a valid!" << endl;

}

 

void Month::outputMonthLetters()

{

 switch (month)

   {

   case 1:

     cout << "Jan" << endl;

     break;

   case 2:

     cout << "Feb" << endl;

     break;

   case 3:

     cout << "Mar" << endl;

     break;

   case 4:

     cout << "Apr" << endl;

     break;

   case 5:

     cout << "May" << endl;

     break;

   case 6:

     cout << "Jun" << endl;

     break;

   case 7:

     cout << "Jul" << endl;

     break;

   case 8:

     cout << "Aug" << endl;

     break;

   case 9:  

     cout << "Sep" << endl;

     break;

   case 10:

     cout << "Oct" << endl;

     break;

   case 11:

     cout << "Nov" << endl;

     break;

   case 12:

     cout << "Dec" << endl;

     break;

   default:

     cout << "Error - the month is not a valid!" << endl;

   }

}

7 0
2 years ago
An aircraft increases its speed by 2% in straight and level flight. If the total lift remains constant determine the revised CL
damaskus [11]

Answer:

96.1%

Explanation:

We know that lift force

F_L=\dfrac{1}{2}C_L\rho AV^2

                                                                    ------------(1)

Where C_L is the lift force coefficient .

          ρ is the density of fluid.

         A is the area.

        V is the velocity.

Now when speed is increased by 2 % and all other parameter remains constant except C_L .

Let;s take new value of lift force coefficient is C_L' .

F_L=\dfrac{1}{2}C_L'\rho A(1.02V)^2

                                                                         -----------(2)

Now from equation 1 and 2

C_L\times V^2=C_L'\times1.0404 V^2

⇒C_L'=0.961C_L

So we can say that revised value of  lift force coefficient is 96.1% of original value.

7 0
2 years ago
Other questions:
  • Consider a very long, slender rod. One end of the rod is attached to a base surface maintained at Tb, while the surface of the r
    8·1 answer
  • Two kg of N2 at 450 K, 7 bar is contained in a rigid tank connected by a valve to another rigid tank holding 1 kg of O2 at 300 K
    13·1 answer
  • Kirchoff's Law states that, by the time current has returned to its source, all
    13·2 answers
  • LUNES MARTES MIÉRCOLES JUEVES VIERNES SÁBADO DOMINGO
    10·1 answer
  • What would be the most likely scale factor to use for an n-gauge model train setup? (An n-gauge layout uses locomotives that are
    8·1 answer
  • There are two questions about SolidWorks.
    9·1 answer
  • What are the basic parts of a radio system
    15·1 answer
  • If 100 J of heat is added to a system so that the final temperature of the system is 400 K, what is the change in entropy of the
    5·1 answer
  • Document the XSS stored exploit script: Use the View Source feature of the web page and create a screenshot of the few lines cod
    15·1 answer
  • Hey answer quick for 20 points
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!