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
bearhunter [10]
2 years ago
10

Question is written in following attached screenshot.

Engineering
1 answer:
Juli2301 [7.4K]2 years ago
7 0

Answer:

jjj jk to the day of the day of the day of the day of the day

Explanation:

hey hi I am a br of August and I am not able to join the meeting and will

You might be interested in
A person is interested in becoming an electrician. What are some appropriate types of preparation that this individual can consi
Alchen [17]

Answer:

Four-year college degree I think

3 0
3 years ago
Read 2 more answers
The cross-section of a rough, rectangular, concrete() channel measures . The channel slope is 0.02ft/ft. Using the Darcy-Weisbac
bazaltina [42]

Answer:

The following are the answer to this question:

Explanation:

In point a, Calculating the are of flow:

\bold{Area =B \times D_f}

         =6\times 5\\\\=30 \ ft^2

In point b, Calculating the wetter perimeter.

\bold{P_w =B+2\times D_f}

      = 6 +2\times (5)\\\\= 6 +10 \\\\=16 \ ft

In point c, Calculating the hydraulic radius:

\bold{R=\frac{A}{P_w}}

   =\frac{30}{16}\\\\= 1.875 \ ft

In point d, Calculating the value of Reynolds's number.

\bold{Re =\frac{4VR}{v}}

     =\frac{4V \times 1.875}{1 \times 10^{-5} \frac{ft^2}{s}}\\\\

     =750,000 V

Calculating the velocity:

V= \sqrt{\frac{8gRS}{f}}

   = \sqrt{\frac{8\times 32.2 \times 1.875 \times 0.02}{f}}\\\\=\frac{3.108}{\sqrt{f}}\\\\

\sqrt{f}=\frac{3.108}{V}\\\\

calculating the Cole-brook-White value:

\frac{1}{\sqrt{f}}= -2 \log (\frac{K}{12 R} +\frac{2.51}{R_e \sqrt{f}})\\\\ \frac{1}{\frac{3.108}{V}}= -2 \log (\frac{2 \times 10^{-2}}{12 \times 1.875} +\frac{2.51}{750,000V\sqrt{f}})\\

\frac{V}{3.108} =-2\log(8.88 \times 10^{-5} + \frac{3.346 \times 10^{-6}}{750,000(3.108)})

After calculating the value of V it will give:

V= 25.18 \ \frac{ft}{s^2}\\

In point a, Calculating the value of Froude:

F= \frac{V}{\sqrt{gD}}

= \frac{V}{\sqrt{g\frac{A}{\text{Width flow}}}}\\

= \frac{25.18}{\sqrt{32.2\frac{30}{6}}}\\\\= \frac{25.18}{\sqrt{32.2 \times 5}}\\\\= \frac{25.18}{\sqrt{161}}\\\\=  \frac{25.18}{12.68}\\\\= 1.98

The flow is supercritical because the amount of Froude is greater than 1.  

Calculating the channel flow rate.

Q= AV

   =30x 25.18\\\\= 755.4 \ \frac{ft^3}{s}\\

4 0
3 years ago
Concrete ___ support and anchor the bottom of steel columns and wood post, which support beams that are pare of framing system o
dolphi86 [110]
I wanna say it’s D post support
3 0
3 years ago
To water his lawn, a homeowner uses two hoses. One connects to the faucet, the other to the end of the first hose to make the ho
Shtirlitz [24]

Answer: to be exact you need 28mm of tubing for that

Explanation:

When the election

8 0
4 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:
  • The elementary liquid-phase series reaction
    11·1 answer
  • The densities of several materials are given in SI units. Convert these to densities in U.S. customary units (slug/ft3), and als
    12·1 answer
  • a. To measure the water current in an ocean, a marker is dropped onto it. Determine if the trajectory traced by the drifting mar
    5·1 answer
  • During an experiment conducted in a room at 25°C, a laboratory assistant measures that a refrigerator that draws 2 kW of power h
    13·1 answer
  • An 80 kg man descends to the ground from an aeroplane using a parachute. If the drag coefficient of the parachute is 0.5 and the
    12·1 answer
  • Select the correct answer
    8·1 answer
  • Water at 310 K and a flow rate of 4 kg/s enters an alumina tube (k=177Wm K1) with an inner diameter of 0.20 m and a wall thickne
    13·1 answer
  • Assess the capabilities of a hydroelectric power plant from the following field data: Estimated water flow rate, 40 m3/s River i
    9·1 answer
  • Which type of engineer is needed in the following scenario?
    8·2 answers
  • From the list of problems below, check all that are known to be NP-complete. You do not need to justify your answer. (Set cover)
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!