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
Bad White [126]
2 years ago
11

Which measure is a correct definition of density?

Engineering
1 answer:
Gnom [1K]2 years ago
4 0

Answer:

Density is commonly expressed in units of grams per cubic centimetre.

Explanation:

You might be interested in
The Reynolds number is the major parameter that relates fluid flow momentum to friction forces. How is the Reynolds number defin
fiasKO [112]

Answer:

Reynolds number determines whether a flow is laminar or turbulent flow.

Explanation:

Reynolds number is defined as ratio of inertia force to the viscous force. it is a dimension less  number. Reynolds number is used to describe the type of flow in a fluid whether it is laminar flow or turbulent flow. Reynolds number is denoted by Re.

When Reynolds number is in the range of 0 to 2000, the flow is considered to be laminar.

When Reynolds number is in the range of 2000 to 4000, the flow is considered to be transition.

And when Reynolds number is more than 4000, the flow is turbulent flow.

                     The boundary layer thickness for a fluid is given by

                                      δ = \frac{5\times x}{\sqrt{Re}}

where δ is boundary layer thickness

           x is distance from the leading edge

           Re is Reynolds number

Thus from the above boundary layer thickness equation, we can see that the boundary layer thickness varies inversely to square root of reynolds number.

8 0
3 years ago
What does Clay say will happen if the system is rejected?
juin [17]

Answer:

the nation will suffer terrible consequences

Explanation:

I did that and got it right

6 0
3 years ago
Read 2 more answers
1. The system must be able to manage multiple students (max of 15) and their grades for assignments from three different assignm
mr_godi [17]

Answer:

#include<iostream>

#include<string.h>

using namespace std;

class gradebook;

class student

{

friend class gradebook;

char name[20]; // std name

int homework_grades[6], quiz_grades[6], exam_grades[4]; //grades array

float homework_avg, quiz_avg, exam_avg, final_avg;

};

class gradebook

{

student list[16];

public:

char gb_name[20]; // gradebook name

int max, total;

// Constructor

gradebook()

{

strcpy(gb_name,"noname");

max = 5;

total = 0;

for(int i=1;i<=15;i++)

{

strcpy(list[i].name,"noname");

for(int j=1;j<=5;j++)

{

list[i].homework_grades[j] = -1;

list[i].quiz_grades[j] = -1;

}

list[i].exam_grades[1] = list[i].exam_grades[2] = list[i].exam_grades[3] = -1;

}

}

// Member functions

void display_std_name();

void display_grades(int, int);

int add_std(char *new_name);

int remove(int);

//int ch_grade(int, int);

};

// Define all functions

// Remove a student from list and adjust remaining

int gradebook::remove(int std_id)

{

if(total==0 || std_id>total || std_id<=0)

return 0;

if(std_id==total)

{

cout<<"\n“"<<list[std_id].name<<"” has been successfully removed! (New class size: 2)";

strcpy(list[total--].name,"noname");

return 1;

}

cout<<"\n“"<<list[std_id].name<<"” has been successfully removed! (New class size: 2)";

for(int i=std_id; i<total; i++)

{

list[i]=list[i+1];

}

total--;

return 1;

}

// Add student to gradebook

int gradebook::add_std(char *new_name)

{

if(total<15)

{

strcpy(list[++total].name, new_name);

return 1;

}

return 0;

}

// Display student name list

void gradebook::display_std_name()

{

for(int i=1;i<=total;i++)

{

cout<<"\n"<<i<<" "<<list[i].name;

}

}

/* Display grades of students

// (grade_id, student_number_in_list)

homework(1), quiz(2), exam(3)

*/

void gradebook::display_grades(int g_id, int std_id)

{

int i;

if(std_id<=total)

{

if(g_id==1)

{

for(i=1;i<6;i++)

{

cout<<"\n"<<i<<". ";

if(list[std_id].homework_grades[i]==-1) cout<<"<ungraded>";

}

}

else if(g_id==2)

{

for(i=1;i<6;i++)

{

cout<<"\n"<<i<<". ";

if(list[std_id].quiz_grades[i]==-1) cout<<"<ungraded>";

}

}

else if(g_id==3)

{

for(i=1;i<4;i++)

{

cout<<"\n"<<i<<". ";

if(list[std_id].exam_grades[i]==-1) cout<<"<ungraded>";

}

}

}

else

cout<<"\nNo such std exists";

}

/****************************** MAIN ****************************/

int main()

{

int main_choice, grade_choice, std_id, new_grade;

char g_name[20], s_name[20];

float a,b,c;

gradebook g;

do

{

cout<<"\n\n-=| MAIN MENU |=-";

cout<<"\n1. Add a student\n2. Remove a student\n3. Change a student’s grade\n4. Change group weights\n5. Change the gradebook name\n6. Display class averages\n7. Display full report\n0. QUIT\n";

cout<<"\nEnter an action: ";

cin>>main_choice;

switch(main_choice)

{

case 0:

break;

case 1:

cout<<"\n-=| ADDING STUDENT |=-";

cout<<"\nPlease enter the student’s name: ";

cin>>s_name;

if(g.add_std(s_name))

cout<<"\n"<<s_name<<" was successfully added to the gradebook!";

else

cout<<"\nStudents cannot be added because the gradebook is full!";

break;

case 2:

cout<<"\n-=| REMOVING STUDENT |=-";

if(g.total!=0)

{

g.display_std_name();

cout<<"\n Enter student to remove: ";

cin>>std_id;

if(!g.remove(std_id))

cout<<"\nCannot remove students";

}

else

cout<<"\nStudents cannot be added because the gradebook is full!";

break;

case 3:

cout<<"\n-=| CHANGING GRADE |=-\n1. Change a homework grade\n2. Change a quiz grade\n3. Change an exam grade";

cout<<"\nWhat type of grade would you like to change: ";

cin>>grade_choice;

g.display_std_name();

cout<<"\nWhich student’s grade would you like to change? ";

cin>>std_id;

//ch_grade(grade_choice, std_id);

g.display_grades(grade_choice, std_id);

break;

/*

case 4:

cout<<"\n-=| CHANGING WEIGHTS |=-";

while(1)

{

cout<<"\nEnter the weights, separated by spaces, in the order of homework, quizzes, and exams (total must add up to 1.0):";

cin>>a>>b>>c;

if(a+b+c==1.00)

break;

else

cout<<"\n Weights do not add up to 1.0, try again...";

}

break;

case 5:

cout<<"\n-=| CHANGING NAME |=-\nPlease enter the new name for the gradebook: ";

cin>>g_name;

cout<<"\n Gradebook name changed from “ ” to "<<g_name;

break;

case 6:

cout<<"\n-=| CLASS AVERAGES |=-";

cout<<"\nHomework average of class: ";

cout<<"\nQuiz average of class: ";

cout<<"\nExam average of class: ";

cout<<"\nFinal average of class: ";

break;

case 7:

break;

*/

default:

cout<<"\n\nInvalid input\n\n";

}

}while(main_choice!=0);

return 0;

}

Explanation:

6 0
3 years ago
25 gallons of an incompressible liquid exert a force of 70 lbf at the earth’s surface. What force in lbf would 6 gallons of this
jekas [21]

Answer:

froce by 6 gallon liquid on moon surface is  2.86 lbf

Explanation:

given data:

at earth surface

volume of an incompressible liquid = Ve = 25 gallons

force by liquid = 70 lbf

on moon

volume of  liquid = Vm = 6 gallons

gravitational acceleration on moon is am = 5.51 ft/s2

Due to incompressibility , the density remain constant.

mass of liquid on surface of earth= \frac{ force}{ acceleration}

mass = \frac{70lbf}{32.2 ft/s2}

mass = 2.173 pound

density \rho = \frac{mass}{volume}

                  = \frac{2.173}{25} = 0.0869 pound/ gallon

froce by 6 gallon liquid on moon surface is

Fm = mass * acceleration

      = density* volume * am

      = 0.0869 *6* 5.51

      = 2.86 lbf

5 0
3 years ago
The acceleration due to gravity at sea level is g=9.81 m/s^2. The radius of the earth is 6370 km. The universal gravitational co
solmaris [256]

Answer:

Mass of earth will be M=5.96\times 10^{24}kg

Explanation:

We have given acceleration due to gravity g=9.81m/sec^2

Radius of earth = 6370 km =6370\times 10^3m

Gravitational constant G=6.67\times 10^{-11}Nm^2/kg^2

We know that acceleration due to gravity is given by

g=\frac{GM}{R^2}, here G is gravitational constant, M is mass of earth and R is radius of earth

So 9.81=\frac{6.67\times 10^{-11}\times M}{(6370\times 10^3)^2}

M=5.96\times 10^{24}kg

So mass of earth will be M=5.96\times 10^{24}kg

3 0
3 years ago
Other questions:
  • How do i get my camera to work in the app, i just got a new phone and it won’t pull up the camera
    14·1 answer
  • To use Allowable Stress Design to calculate required dimensions using a specified factor of safety. A structural element that ca
    7·1 answer
  • 5.16 A power cycle operating between hot and cold reservoirs at 500 K and 300 K, respectively, receives 1000 kJ by heat transfer
    11·1 answer
  • Using Python, have your program do the following, using loops (no recursion)
    5·1 answer
  • 1. It is important that headings convey to the reader a. a sense of style. b. the relative importance of the parts of the paper.
    10·1 answer
  • Asolid rectangular rodhas a length of 90mm, made of steel material (E =207,000 MPa, Syield= 300 MPa), the cross section of the r
    14·1 answer
  • PLEASE QUICK!!!!!!!!!!! Overtime people have given names to groups of stars called_____
    14·1 answer
  • Coderz robotics 101: challenge mission 3 part 3
    8·1 answer
  • What do we need to do to get CO2 emissions all the way to zero?
    5·1 answer
  • Concerning the storage battery, what category of the primary sources is voltage produced?​
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!