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
lys-0071 [83]
3 years ago
13

A package is thrown down an incline at A with a velocity of 1 m/s. The package slides along the surface ABC to a conveyor belt w

hich moves with a velocity of 2 m/s. Knowing that d = 6 m and µk = 0.2 between the package and all surfaces, determine (a) the speed of the package at C, (b) the distance the package will slide on the conveyor belt before it comes to rest relative to the belt
Engineering
1 answer:
erma4kov [3.2K]3 years ago
6 0

Answer:

Explanation:

Incomplete question,

Check attachment for solution and the compete aspect of the question

Download pdf
<span class="sg-text sg-text--link sg-text--bold sg-text--link-disabled sg-text--blue-dark"> pdf </span>
b1c4923eb33310cac5f2a01979658c2c.jpg
You might be interested in
Draw a sketch of the following situations identifying the system or control volume, and the boundary of the system or the contro
I am Lyosha [343]

Answer:

Attached below

Explanation:

a) combustion gases in a cylinder during the power stroke is A closed system

b) Combustion gases in a cylinder during the exhaust stroke is an Open system

c) A balloon exhausting air is an Open system

d) It is a system

e) This is a control volume

Attached below is the sketch of the following situations

5 0
2 years ago
A stainless steel ball (rho = 8055 kg/m3, cp = 480 J/kg·K) of diameter D = 0.21 m is removed from the oven at a uniform temperat
Nataliya [291]

Answer:

Explanation:

The complete detailed  explanation which answer the question efficiently is shown in the attached files below.

I hope it helps a lot !

5 0
3 years ago
Read 2 more answers
A stream of ethylene gas at 250°C and 3800 kPa expands isentropically in a turbine to 120 kPa. Determine the temperature of the
11Alexandr11 [23.1K]

Answer: for ideal situation

T2 = 16.5158K

Work = - 11.4J

For appropriate generalization correlation

T2 = 308.57K

Work = 177.797MJ

Explanation:detailed calculation and explanation is shown in the image below.

6 0
2 years ago
In a paragraph of 125 words, explain at least three ways that engineers explore possible solutions in their
joja [24]

Answer:

Three ways that engineers explore possible solutions in their projects are;

1) Prototyping

2) Simulation

3) Calculations

Explanation:

1) Prototyping is the process of experimental testing of samples of design, or model of a product with the possibility of the inclusion of control of parameters in order to determine the workability of a solution.

2) Simulation is the process of creating an imitation of a situation, operation or process which can be used to determine if a particular solution will be able to work as required in the simulated environment of a problem.

3) Calculations are used to find preliminary results of particular situations, their cause and effects based on scientific laws, theories and hypothesis such that the factor of the problem is equated with the available ideas to find the best possible solution.

3 0
2 years ago
Amanda and Tyler opened a business that specializes in shipping liquids, such as milk, juice, and water, in cylindrical containe
USPshnik [31]

Answer:

circleType.h

#ifndef circleType_H

#define circleType_H

class circleType

{

public:

void print();

void setRadius(double r);

//Function to set the radius.

//Postcondition: if (r >= 0) radius = r;

// otherwise radius = 0;

double getRadius();

//Function to return the radius.

//Postcondition: The value of radius is returned.

double area();

//Function to return the area of a circle.

//Postcondition: Area is calculated and returned.

double circumference();

//Function to return the circumference of a circle.

//Postcondition: Circumference is calculated and returned.

circleType(double r = 0);

//Constructor with a default parameter.

//Radius is set according to the parameter.

//The default value of the radius is 0.0;

//Postcondition: radius = r;

private:

double radius;

};

#endif

circleTypeImpl.cpp

#include <iostream>

#include "circleType.h"

using namespace std;

void circleType::print()

{

cout << "Radius = " << radius

<< ", area = " << area()

<< ", circumference = " << circumference();

}

void circleType::setRadius(double r)

{

if (r >= 0)

radius = r;

else

radius = 0;

}

double circleType::getRadius()

{

return radius;

}

double circleType::area()

{

return 3.1416 * radius * radius;

}

double circleType::circumference()

{

return 2 * 3.1416 * radius;

}

circleType::circleType(double r)

{

setRadius(r);

}

cylinderType.h

#ifndef cylinderType_H

#define cylinderType_H

#include "circleType.h"

class cylinderType: public circleType

{

public:

void print();

void setHeight(double);

double getHeight();

double volume();

double area();

//returns surface area

cylinderType(double = 0, double = 0);

private:

double height;

};

#endif

cylinderTypeImpl.cpp

#include <iostream>

#include "circleType.h"

#include "cylinderType.h"

using namespace std;

cylinderType::cylinderType(double r, double h)

: circleType(r)

{

setHeight(h);

}

void cylinderType::print()

{

cout << "Radius = " << getRadius()

<< ", height = " << height

<< ", surface area = " << area()

<< ", volume = " << volume();

}

void cylinderType::setHeight(double h)

{

if (h >= 0)

height = h;

else

height = 0;

}

double cylinderType::getHeight()

{

return height;

}

double cylinderType::area()

{

return 2 * 3.1416 * getRadius() * (getRadius() + height);

}

double cylinderType::volume()

{

return 3.1416 * getRadius() * getRadius() * height;

}

main.cpp

#include <iostream>

#include <iomanip>

using namespace std;

#include "cylinderType.h"

int main()

{

double radius,height;

double shippingCostPerLi,paintCost,shippingCost=0.0;

 

cout << fixed << showpoint;

cout << setprecision(2);

cout<<"Enter the radius :";

cin>>radius;

 

cout<<"Enter the Height of the cylinder :";

cin>>height;

 

 

cout<<"Enter the shipping cost per liter :$";

cin>>shippingCostPerLi;

 

 

//Creating an instance of CylinderType by passing the radius and height as arguments

cylinderType ct(radius,height);

 

double surfaceArea=ct.area();

double vol=ct.volume();

 

 

shippingCost+=vol*28.32*shippingCostPerLi;

 

char ch;

 

cout<<"Do you want the paint the container (y/n)?";

cin>>ch;

if(ch=='y' || ch=='Y')

{

cout<<"Enter the paint cost per sq foot :$";

cin>>paintCost;    

shippingCost+=surfaceArea*paintCost;    

}    

cout<<"Total Shipping Cost :$"<<shippingCost<<endl;

 

return 0;

}

3 0
3 years ago
Other questions:
  • A 1-lb collar is attached to a spring and slides without friction along a circular rod in a vertical plane. The spring has an un
    6·1 answer
  • If you were choosing between two strain gauges, one which has a single resistor in a bridge that varies and one that has two res
    11·1 answer
  • What is the t max for a carbon steel heater tube?
    8·1 answer
  • Why Your first project as the new web designer at Smart Design is to increase web traffic to help boost web orders. Before you b
    6·1 answer
  • 6. What symptom will be exhibited on an engine equipped with a pneumatic governor system if the cooling fins
    14·1 answer
  • When an output gear is larger than the input gear the greater ratio is greater than 1 T or F​
    9·1 answer
  • Cual es el costo del kwh
    8·1 answer
  • It's in the picture please asap
    6·2 answers
  • What is the purpose for this experiment
    9·1 answer
  • Which type of line is represented by thin, short dashes?
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!