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
Hitman42 [59]
4 years ago
8

SB-4 Which one of the following is true about red buoys under the U.S. Aids to Navigation System?

Engineering
1 answer:
stich3 [128]4 years ago
8 0

Question:

1. Some are known as "nun" buoys

2. They are labeled with odd numbers

3. If it is lighted, the light color is green

4. Some are known as "can" buoys

Answer:

The correct option is;

1. Some are known as "nun" buoys

Explanation:

Based on the lateral system, on the starboard side, one can find the red even numbered marks while the odd-numbered, green, marks are located on the port side of a channel such that the buoy numbers increase as a vessel travels upstream.

The red buoys are cones shaped in appearance and have triangular reflective sign markings embossed and they are of different types included in the order of lower water depth

1. NUN buoy

2. Lighted buoy

3. Light

4. Day beacon

Therefore, the correct option is 1. Some are known as "NUN" buoys.

You might be interested in
Water exerts little pressure on a building so it has no implications on foundation design.
777dan777 [17]

Fact

Explanation:

<em>If </em><em>wrong </em><em>Im </em><em>sorry </em><em>Correct </em><em>me </em><em>In </em><em>The</em><em> </em><em>c</em><em>om</em><em>m</em><em>ent </em><em>please </em>

7 0
3 years ago
How to calculate effective resistance​
denis23 [38]

Answer:

For a circuit with resistances R1 and R2 in series or in parallel as in Figure 2, the effective resistance can be calculated by using the following rules. Rab = R1 + R2.

Explanation:

4 0
3 years ago
Concepto gestión del tiempo?
Arturiano [62]

Answer:

time management concept

Explanation:

it says time management concept.

3 0
3 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
Two parallel surfaces move in opposite directions relative to each other at a velocity of 64 in/sec and are separated by a gap o
Illusion [34]

Answer:

\mu = 2.6906 × 10^{-3} lb-s/in²

Explanation:

given data

velocity V = 64 in/sec

separated by a gap x = 0.41 in

relative motion by shear stress \tau  = 0.42 lb/in²

solution

we know that shear stress is directly proportional to rate of change of velocity  as per newton's law of viscosity.

\tau = \mu \times \frac{du}{dy}      ....................1

so here \mu coefficient of dynamic viscosity and \frac{du}{dy} is velocity gradient

and

\tau = \mu \times \frac{v1 - v2 }{h2-h0}  

put here value and we get

0.42 =  \mu \times \frac{64}{0.41}

\mu = 2.6906 × 10^{-3} lb-s/in²

4 0
3 years ago
Other questions:
  • A rectangular channel 6 m wide with a depth of flow of 3 m has a mean velocity of 1.5 m/s. The channel undergoes a smooth, gradu
    9·1 answer
  • Water enters a tank of diameter Dt steadily at a mass flow rate of m&amp; . An orifice at the bottom with a diameter of Do allow
    11·1 answer
  • A shipment of rebar that weighs 745 kg would weigh roughly how much in pounds​
    12·1 answer
  • Why is understanding the risks and hazards associated with fires important?
    11·2 answers
  • Why is the newtons law of cooling and explain how to derive it/
    9·1 answer
  • What is the function and role of product tear down charts, and how do engineers utilize them in the reverse engineering process?
    9·1 answer
  • Saul is testing an installation and discovers a short circuit. What's causing this?
    10·1 answer
  • If you always follow the same five steps to get ready for school, then you are following an algorithm.
    5·2 answers
  • Need help finding the pats of a transformer (Electronics Science) Any help would be appreciated.
    10·2 answers
  • Which of the following explains why truck drivers are required to take a rest period after a certain period of driving?
    8·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!