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
yulyashka [42]
3 years ago
14

What is the formula for measuring the speed of an object

Engineering
1 answer:
STALIN [3.7K]3 years ago
8 0
S= d/t
Speed= distance/time
You might be interested in
A gasoline engine has a piston/cylinder with 0.1 kg air at 4 MPa, 1527◦C after combustion, and this is expanded in a polytropic
Roman55 [17]

Answer:

The expansion work is 71.24 kJ and heat transfer is -16.89 kJ

Explanation:

From ideal gas law,

Initial volume (V1) = nRT/P

n is the number of moles of air in the cylinder = mass/MW = 0.1/29 = 0.00345 kgmol

R is gas constant = 8314.34 J/kgmol.K

T is initial temperature = 1527 °C = 1527+273 = 1800 K

P is initial pressure = 4 MPa = 4×10^6 Pa

V1 = 0.00345×8314.34×1800/(4×10^6) = 0.013 m^3

V2 = 10×V1 = 10×0.013 = 0.13 m^3

The process is a polytropic expansion process

polytropic exponent (n) = 1.5

P2 = P1(V1/V2)^n = 4×10^6(0.013/0.13)^1.5 = 1.26×10^5 Pa

Expansion work = (P1V1 - P2V2) ÷ (n - 1) = (4×10^6 × 0.013 - 1.26×10^5 × 0.13) ÷ (1.5 - 1) = 35620 ÷ 0.5 = 71240 J = 71240/1000 = 71.24 kJ

Heat transfer = change in internal energy + expansion work

change in internal energy (∆U) = Cv(T2 - T1)

T2 = PV/nR = 1.26×10^5 × 0.13/0.00345×8314.34 = 571 K

Cv = 20.785 kJ/kgmol.K

∆U = 20.785(571 - 1800) = -25544.765 kJ/kgmol × 0.00345 kgmol = -88.13 kJ

Heat transfer = -88.13 + 71.24 = -16.89 kJ

5 0
3 years ago
8.19 - Airline Reservations System (Project Name: Airline) - A small airline has just purchased a computer for its new automated
e-lub [12.9K]

Answer:

The App is written in C++ language using dev C++.

Explanation:

/******************************************************************************

You can run this program in any C++ compiler like dev C++ or any online C++ compiler

*******************************************************************************/

#include <iostream>

using namespace std;

class bookingSeat// class for airline reservation system

{

  private:

   

   

  bool reserveSeat[10];// 10 seats (1-5) for first class and 6-10 for economy class

  int firstClassCounter=0;//count first class seat

  int economyClassCounter=5;//count economy class seat

  char seatPlacement;/* switch between economy and first clas seat----- a variable for making decision based on user input*/

  public:  

  void setFirstClassSeat()//

  {

      if(firstClassCounter<5)// first class seat should be in range of 1 to 5

      {

          reserveSeat[firstClassCounter]=1; /*set first class seat..... change index value to 1 meaning that it now it is reserved*/

          cout<<"Your First Class seat is booked and your seat no is "<<firstClassCounter+1; //display seat number reserved

          firstClassCounter++; //increament counter

      }

      else//in case seats are ful

      {

          cout<<"\nSeats are full";

          if(economyClassCounter==10 && firstClassCounter==5)

          {

              cout<<"\n Next flight leaves in 3 hours.";

          }

          else

          {

              cout<<"\nIt’s acceptable to be placed to you in the first-class section  y/n ";//take input from user

              cin>>seatPlacement;//user input

              if(seatPlacement=='y')//if customer want to reserve seat in first class

              {

                  setEconomyClassSeat();// then reserve first class seat

              }

              else

              {

                  cout<<"\n Next flight leaves in 3 hours.";

               }

               

          }

      }

       

  }

  void setEconomyClassSeat()//set economy class seat

  {

    if(economyClassCounter<10)//seat ranges between 6 and 10

      {

          reserveSeat[economyClassCounter]=1;// reserve economy class seat

          cout<<"Your Economy class seat is booked and your seat no is "<<economyClassCounter+1;//display reservation message about seat

          economyClassCounter++;//increament counter

      }

      else// if economy class seats are fulled

      {

          cout<<"\nSeats are full";

          if(economyClassCounter==10 && firstClassCounter==5)//check if all seats are booked in both classes

          {

              cout<<"\n Next flight leaves in 3 hours.";

          }

          else

          {

              cout<<"\nIt’s acceptable to be placed to you in the first-class section  y/n ";//take input from user

              cin>>seatPlacement;//user input

              if(seatPlacement=='y')//if customer want to reserve seat in first class

              {

                  setFirstClassSeat();// then reserve first class seat

              }

              else

              {

                  cout<<"\n Next flight leaves in 3 hours.";

               }

               

          }

      }

  }

   

   

};

int main()

{   int checkseat=10;// check seat

   int classType;//class type economy or first class

   bookingSeat bookseat;//object declaration of class bookingSeat

   while(checkseat<=10)//run the application until seats are fulled in both classes

   {

       cout<<"\nEnter 1 for First Class and 2 for Economy Class ";

       cin>>classType;//what user entered

       switch (classType)//decide which seat class to be reserved  

       {

           case 1://if user enter 1 then reserve first class seat

           bookseat.setFirstClassSeat();

           break;

           case 2://if user enter 2 then reserve the economy class seat

           bookseat.setEconomyClassSeat();

           

       }

       

   }

   

   return 0;

}

8 0
3 years ago
Write a Nios II assembly program that reads binary data from the Slider Switches, SW11-0, on the DE2-115 Simulator, and display
Citrus2011 [14]

Algorithm of the Nios II assembly program.

  • Attain data for simulation from the  SW11-0, on the DE2-115 Simulator
  • The data will be  read from the switches in loop.
  • The decimal output is displayed using the seven-segment displays and done using the loop.
  • The program is ended by the user operating the SW1 switch

and

The decimal equivalent on the seven-segment displays HEX3-0 is

  • DE2-115
  • DE2-115_SW11
  • DE2-115_HEX3
  • DE2-115_HEX4
  • DE2-115_HEX5
  • DE2-115_HEX6
  • DE2-115_HEX7

<h3>The  Algorithm and decimal equivalent on the seven-segment displays HEX3-0</h3>

Generally,  the program will be written using a  cpulator simulator in order to attain best result.

We are to

  • Attain data for simulation from the  SW11-0, on the DE2-115 Simulator
  • The data will be  read from the switches in loop.
  • The decimal output is displayed using the seven-segment displays and done using the loop.
  • The program is ended by the user operating the SW1 switch

This will be the Algorithm of the Nios II assembly program .

Hence, the decimal equivalent on the seven-segment displays HEX3-0 is

  • DE2-115
  • DE2-115_SW11
  • DE2-115_HEX3
  • DE2-115_HEX4
  • DE2-115_HEX5
  • DE2-115_HEX6
  • DE2-115_HEX7

For more information on Algorithm

brainly.com/question/11623795

6 0
2 years ago
Two thousand pieces will flow through from the first machine A to the final machine F based on the given sequence of operations.
Vlad1618 [11]

The total number of trips that the vehicle has to make based on the given sequence of operation is 120 trips.

<em>"Your</em><em> </em><em>question is not complete, it seems to be missing the following information;"</em>

The sequence of operation is A - E - D - C - B - A - F

The given parameters;

  • <em>number of pieces that will flow from the first machine A to machine F, = 2,000 pieces</em>
  • <em>initial unit load specified in the first machine, L₁ = 50</em>
  • <em>final unit load, L₂ = 100 </em>
  • <em>the capacity of the vehicle = 1 unit load</em>

<em />

The given sequence of operation of the vehicle;

A - E - D - C - B - A - F

<em>the vehicle makes </em><em>6 trips</em><em> for </em><em>100</em><em> unit </em><em>loads</em>

The total number of trips that the vehicle has to make, in order to transport the 2000 pieces of the load given, is calculated as follows.

100 unit loads ----------------- 6 trips

2000 unit loads --------------- ?

= \frac{2000}{100} \times 6\\\\= 120 \ trips

Thus, the total number of trips that the vehicle has to make based on the given sequence of operation is 120 trips.

Learn more here:brainly.com/question/21468592

6 0
2 years ago
Por que no puedo rasterizar una capa en Photoshop?
Jobisdone [24]

Answer:

¿Qué aplicación estás usando? podría ser porque te equivocaste un paso

8 0
3 years ago
Other questions:
  • 5. Assume that you and your best friend ench have $1000 to invest. You invest your money
    8·1 answer
  • What is a shearing stress? Is there a force resulting from two solids in contact to which is it similar?
    6·1 answer
  • Which of the following is an example of seeking accreditation?
    7·1 answer
  • What is Euler's equation?
    6·1 answer
  • A vacuum gage connected to a tank reads 30 kPa at a location where the barometric reading is 755 mmHg. Determine the absolute pr
    14·1 answer
  • The information on a can of pop indicates that the can contains 360 mL. The mass of a full can of pop is 0.369 kg, while an empt
    14·1 answer
  • To remove a spark plug the technician would need a(n) ___socket​
    7·2 answers
  • 3.
    7·1 answer
  • There is a dispute between the multiple parties storing financial transaction data on a blockchain over the validity of a transa
    9·1 answer
  • The thrust angle is checked by referencing
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!