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
Oksanka [162]
3 years ago
5

The component of a fluid system where a fluid is stored, but not under pressure, is called a container.

Engineering
1 answer:
forsale [732]3 years ago
6 0

Answer:

The answer is true

please friend me thank you bye.

Explanation:

You might be interested in
This is it dont anwser this is for my other account
Nezavi [6.7K]

Answer:

thanks for the poiunts

Explanation:

6 0
3 years ago
Develop a chase plan that matches the forecast and compute the total cost of your plan. (Negative amounts should be indicated by
vladimir2022 [97]

Answer:

The answer for the question :

"Develop a chase plan that matches the forecast and compute the total cost of your plan. (Negative amounts should be indicated by a minus sign. Leave no cells blank - be certain to enter "0" wherever required. Omit the "$" sign in your response.)"

is explained in the attachment.

Explanation:

4 0
3 years ago
2. The moist weight of 0.1 ft3 of soil is 12.2 lb. If the moisture content is 12% and the specific gravity of soil solids is 2.7
adell [148]

The answers to dry unit weight, void ratio, porosity, degree of saturation, volume occupied by water are respectively;

γ_d = 108.93 lb/ft³; e = 0.56; n = 0.36; S = 0.58; V_w = 0.021 ft³

<h3>Calculation of Volume and Weight of soil</h3>

We are given;

Moist weight; W = 12.2 lb

Volume of moist soil; V = 0.1 ft³

moisture content; w = 12% = 0.12

Specific gravity of soil solids; G_s = 2.72

A) Formula for dry unit weight is;

γ_d = γ/(1 + w)

where γ_w is moist unit weight as;

γ_w = W/V

γ_w = 122/0.1 = 122 lb/ft³

Thus;

γ_d = 122/(1 + 0.12)

γ_d = 108.93 lb/ft³

B) Formula for void ratio is;

e = [(G_s * γ_w)/γ_d] - 1

e = [(2.72 * 122)/108.93] - 1

e = 0.56

C) Formula for porosity is;

n = e/(1 + e)

n = 0.56/(1 + 0.56)

n = 0.36

D) Formula for degree of saturation is;

S = (w * G_s)/e

S = (0.12 * 2.72)/0.56

S = 0.58

E) Volume occupied by water is gotten from;

V_w = S*V_v

where;

V_v is volume of voids = nV

V_v = 0.36*0.1

V_v = 0.036 ft³

Thus;

V_w = 0.58 * 0.036

V_w = 0.021 ft³

Read more about Specific Gravity of Soil at; brainly.com/question/14932758

4 0
3 years ago
A system consists of a disk rotating on a frictionless axle
kakasveta [241]

The system includes a disk rotating on a frictionless axle and a bit of clay transferring towards it, as proven withinside the determine above.

<h3>What is the angular momentum?</h3>

The angular momentum of the device earlier than and after the clay sticks can be the same.

Conservation of angular momentum the precept of conservation of angular momentum states that the whole angular momentum is usually conserved.

  1. Li = Lf where;
  2. li is the preliminary second of inertia
  3. If is the very last second of inertia
  4. wi is the preliminary angular velocity
  5. wf is the very last angular velocity
  6. Li is the preliminary angular momentum
  7. Lf is the very last angular momentum

Thus, the angular momentum of the device earlier than and after the clay sticks can be the same.

Read more about the frictionless :

brainly.com/question/13539944

#SPJ4

8 0
2 years ago
(40 points) Program the following sorting algorithms: InsertionSort, MergeSort, and QuickSort. There are 9 test les uploaded for
babunello [35]

Answer:

Explanation:

MERGE SORT

#include<stdlib.h>

#include<stdio.h>

#include<string.h>

void merge(int arr[], int l, int m, int r)

{

int i, j, k;

int n1 = m - l + 1;

int n2 = r - m;

 

int L[n1], R[n2];

for (i = 0; i < n1; i++)

L[i] = arr[l + i];

for (j = 0; j < n2; j++)

R[j] = arr[m + 1+ j];

i = 0;

j = 0;

k = l;

while (i < n1 && j < n2)

{

if (L[i] <= R[j])

{

arr[k] = L[i];

i++;

}

else

{

arr[k] = R[j];

j++;

}

k++;

}

while (i < n1)

{

arr[k] = L[i];

i++;

k++;

}

while (j < n2)

{

arr[k] = R[j];

j++;

k++;

}

}

void mergeSort(int arr[], int l, int r)

{

if (l < r)

{

int m = l+(r-l)/2;

mergeSort(arr, l, m);

mergeSort(arr, m+1, r);

merge(arr, l, m, r);

}

}

void printArray(int A[], int size)

{

int i;

for (i=0; i < size; i++)

printf("%d ", A[i]);

printf("\n");

}

int main()

{

int arr[1000] = {0};

int arr_size =0;

int data;

char file1[20];

strcpy(file1,"data.txt");

FILE *fp;

fp = fopen(file1,"r+");

if (fp == NULL) // if file not opened return error

{

perror("Unable to open file");

return -1;

}

else

{

fscanf (fp, "%d", &data);    

arr[arr_size]=data;

arr_size++;

while (!feof (fp))

{  

fscanf (fp, "%d", &data);  

arr[arr_size]=data;

arr_size++;    

}

}

printf("Given array is \n");

printArray(arr, arr_size);

mergeSort(arr, 0, arr_size - 1);

printf("\nSorted array Using MERGE SORT is \n");

printArray(arr, arr_size);

return 0;

}

3 0
3 years ago
Other questions:
  • It is known that the connecting rod AB exerts on the crank BCa 2.5-kN force directed down andto the left along the centerline of
    12·1 answer
  • g The pump inlet is located 1 m above an arbitrary datum. The pressure and velocity at the inlet are 100 kPa and 2 m/s, respecti
    8·1 answer
  • Consider the following program:
    15·1 answer
  • A three-point bending test was performed on an aluminum oxide specimen having a circular cross section of radius 5.6 mm; the spe
    8·1 answer
  • Assume the triac of an AC discrete output module fails in the shorted state. How would this affect the device connected to this
    5·1 answer
  • Problem 2. The length of a side of the square block is 4 in. Under the application of the load V, the top edge of the block disp
    6·1 answer
  • An incremental encoder is rotating at 15 rpm. On the wheel there are 40 holes. How many degrees of rotation would 1 pulse be?
    11·1 answer
  • I gave 15 min to finish this java program
    5·1 answer
  • Question
    13·1 answer
  • The Texas Sure program is designed to:
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!