Answer:
2021 super star wagon master
Answer:
porosity = 0.07 or 7%
dry bulk density = 3.25g/cm3]
water content =
Explanation:
bulk density = dry Mass / volume of sample
dry mass = 0.490kg = 490g
volume = πr2h = 3.142 * 2 *2 *12 = 150.8cm3
density = 490/150.8 = 3.25g/cm3
porosity =
=
= 0.07 or 7%
water content =
= 7%
Answer:
#include <stdio.h>
typedef struct InventoryTag_struct {
int itemID;
int quantityRemaining;
} InventoryTag;
int main(void) {
InventoryTag redSweater;
redSweater.itemID = 314;
redSweater.quantityRemaining = 500;
/* Your solution goes here */
printf("Inventory ID: %d, Qty: %d\n",redSweater.itemID,redSweater.quantityRemaining);
getchar();
return 0;
}
Explanation:
Answer:

Explanation:
Given that
L= 50 m
Pressure drop = 130 KPa
For Copper tube is 3/4 standard type K drawn tube
Outside diameter=22.22 mm
Inside diameter=18.92 mm
Dynamic viscosity for kerosene

Pressure difference given as

Where
L is length of tube
μ is dynamic viscosity
Q is volume flow rate
d is inner diameter of tube
ΔP is pressure drop
Now by putting the values



So flow rate is 
The three most common software development methods are the Waterfall Approach, the Incremental Approach, and the SPIRAL Approach. These methods depend on the team size and specific goals.
Software development is the sequential procedure that involves the division of the work into smaller and parallel stages in order to improve software design and product management.
The software development methods depend on both the team size and specific objectives.
The most common methodologies for software development include:
- Waterfall
- Spiral
- Incremental
- Agile
- Continuous integration
Learn more about software development here:
brainly.com/question/14275830