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
Vilka [71]
2 years ago
6

Two piezometers have been placed along the direction of flow in a confined aquifer that is 30.0 m thick. The piezometers are 280

m apart. The difference in piezometric head between the two is 1.4 m. The aquifer hydraulic conductivity is 50 m · day−1, and the porosity is 20%. Estimate the travel time for water to flow between the two piezometers.
Engineering
1 answer:
Dafna11 [192]2 years ago
8 0

Answer:

time = 224 days

Explanation:

given data

thick = 30 m

piezometers =  280 m

head between  two = 1.4 m

aquifer hydraulic conductivity = 50 m

porosity =  20%

solution

we get here average pole velocity that is get by using Darcy law that is

Va = \frac{k}{\eta } \times \frac{\Delta h}{L}   ................1

here Va is average pole velocity and k is hydraulic conductivity and \eta is porosity  

here v is = k \times  \frac{dh}{dl}   ...........2

v = 50 × \frac{1.4}{280}

v = 0.25 m/day

and here average linear velocity Va will be

Va = \frac{v}{\eta }  

Va = \frac{0.25}{0.2}  

Va = 1.25 m/day  

travel time for water will be

time = \frac{280}{1.25}  

time = 224 days

You might be interested in
Consider the following relational database that Best Airlines uses to keep track of its mechanics, their skills, and their airpo
Musya8 [376]

Answer:

Explanation:

A)

SELECT MECHNAME,AGE FROM MECHANIC;

B)

SELECT AIRNAME,SIZE FROM AIRPORT WHERE SIZE>=20 AND STATE='CALIFORNIA' AND YEAROPENED >=1935 ORDER BY SIZE ASC;

C)

SELECT AIRNAME,SIZE FROM AIRPORT WHERE (SIZE>=20 OR YEAROPENED >=1935) AND STATE='CALIFORNIA';

D)

SELECT AVG(SIZE) FROM AIRPORT WHERE STATE='CALIFORNIA' AND YEAROPENED >=1935;

E)

SELECT COUNT(AIRNAME) FROM AIRPORT WHERE STATE='CALIFORNIA' AND YEAROPENED >=1935;

F)

SELECT COUNT(AIRNAME),STATE FROM AIRPORT WHERE YEAROPENED>=1935 GROUP BY STATE;

G)

SELECT COUNT(AIRNAME),STATE FROM AIRPORT WHERE YEAR OPENED>=1935 GROUP BY STATE HAVING COUNT(*)>=5;

H)

SELECT MECHNAME FROM MECHANIC A JOIN AIRPORT B

ON A.AIRNAME=B.AIRNAME AND B.STATE='CALIFORNIA';

I)  

SELECT MECHNAME FROM MECHANIC A

JOIN QUALIFICATION B

ON A.MECHNUM=B.MECHNUM

AND B.PROFRATE=4

JOIN SKILL C

ON B.SKILLNUM=C.SKILLNUM

AND SKILLNAME='FAN BLADE RELACEMENT';

J)  SELECT MECHNAME FROM MECHANIC A

JOIN QUALIFICATION B

ON A.MECHNUM=B.MECHNUM

AND B.PROFRATE=4

JOIN SKILL C

ON B.SKILLNUM=C.SKILLNUM

AND SKILL NAME='FAN BLADE REPLACEMENT'

JOIN AIRPORT D

ON A.AIRNAME=D.AIRNAME

AND STATE='CALIFORNIA';

K)   SELECT SUM(SALARY),CITY FROM MECHANIC A

JOIN AIRPORT B

ON A.AIRNAME=B.AIRNAME

AND STATE='CALIFORNIA'

GROUP BY CITY;

L)   SELECT MAX(SIZE) FROM AIRPORT ;

M)  SELECT MAX(SIZE) FROM AIRPORT WHERE STATE='CALIFORNIA';

6 0
2 years ago
Imagine you are making a pizza, you start of with the dough for the crust in a large ball. You then begin to roll out the pizza
DochEvi [55]

Answer: The force exerted on the dough.

Explanation:

The force is responsible for stimulating the stress.

Recall that:

stress= Tensile force/area.

5 0
2 years ago
An asphalt concrete mixture includes 94% aggregate by weight. The specific gravities of aggregate and asphalt are 2.65 and 1.0,
garik1379 [7]

Answer:

2.0%

Explanation:

Percentage of aggregate = 94%

Specific gravity = 2.65

Specific gravity of asphalt = 1.9

Density of mix = 147pcf = 147lb/ft³

Total weight of mix: (volume = 1ft³)

= (147lb/ft³)(1ft³)

= 147lb

Percentage weight of asphalt in<u> mix:</u>

100% - 94%

= 6%

Weight of asphalt binders

= 6% x 147lb

= 8.82lb

Weight of aggregate in mix:

= 94% x 147

= 138.18lb

Specific weight of asphalt binder:

(Gab)(Yw)

Yw = specific Weight of water

= 62.4lb

Gab = specific gravity of asphalt binder

= 1.0

(62.4lb)(1.0)

= 62.4 lb/ft³

Volume of asphalt in binder:

8.82/62.4

= 0.14ft³

Specific weight of binder in mix:

2.65 x 62.4lb/ft³

= 165.36 lb/ft³

Volume of aggregate:

= 138.18/165.36

= 0.84ft³

Volume of void in the mix:

1ft³ - 0.84ft³ - 0.14ft³

= 0.02ft³

<u>The percentage of void in total mix:</u>

VTM = (0.02ft³/1ft³)100

= 2.0%

8 0
2 years ago
A car accelerates from O to 60. miles per hour in 5.2 seconds. Calculate acceleration in m/s seconds. Calculate acceleration in
DochEvi [55]

Answer:

a=5.515\frac{m}{s^{2} }

Explanation:

The first thing we will do is convert the units. Miles per hour to meters per second.

1 mile=1609.34 mts.

1 hora=3600 segundos

Performing the operations

60\frac{mile}{h}=\frac{(60*1609.34)}{3600}\frac{m}{s}=26.822\frac{m}{s}

Now, we will use the acceleration formula

a=\frac{v}{t}

Where v = speed and t = time

Substituting the values ​​of t=5.2s

a=\frac{v}{t} =\frac{26.822\frac{m}{s} }{5.2s} =5.15\frac{m}{s^{2} }

7 0
3 years ago
(Gas Mileage) Drivers are concerned with the mileage their automobiles get. One driver has kept track of several trips by record
Effectus [21]

Answer:

import java.util.*;

public class Main {

   

   public static void main(String[] args) {

     

       double milesPerGallon = 0;

       int totalMiles = 0;

       int totalGallons = 0;

       double totalMPG = 0;

       

       Scanner input = new Scanner(System.in);

 

       while(true){

           System.out.print("Enter the miles driven: ");

           int miles = input.nextInt();

           if(miles <= 0)

               break;

           else{

               System.out.print("Enter the gallons used: ");

               int gallons = input.nextInt();

               totalMiles += miles;

               totalGallons += gallons;

               milesPerGallon = (double) miles/gallons;

               totalMPG = (double) totalMiles / totalGallons;

               System.out.printf("Miles per gallon for this trip is: %.1f\n", milesPerGallon);

               System.out.printf("Total miles per gallon is: %.1f\n", totalMPG);

           }

       }

   }  

}

Explanation:

Initialize the variables

Create a while loop that iterates until the specified condition is met inside the loop

Inside the loop, ask the user to enter the miles. If the miles is less than or equal to 0, stop the loop. Otherwise, for each trip do the following: Ask the user to enter the gallons. Add the miles and gallons to totalMiles and totalGallons respectively. Calculate the milesPerGallon (divide miles by gallons). Calculate the totalMPG (divide totalMiles by totalGallons). Print the miles per gallon and total miles per gallon.

6 0
3 years ago
Other questions:
  • List four reasons why we need aceuracy in machined parts.
    8·1 answer
  • Only an outer panel is being replaced. Technician A says that removing the spot welds by drilling through both panels allows the
    11·1 answer
  • Depreciation is.... *
    7·2 answers
  • When you arrive at an intersection with a stop sign in your direction, if there is no marked stop
    14·2 answers
  • Im passed due someone help meeeeeee
    7·2 answers
  • Which is an alloy made up of iron and carbon and has high compressive and tensile strength?
    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
  • A gas mixture containing 3 moles CO2, 5 moles H2 and 1 mole water is undergoing the following reactions CO2+3H2 →cH3OH + H2O Dev
    10·1 answer
  • 8. What are used by the project architect to depict different building systems and to show how they correlate to one anothe
    14·1 answer
  • Technician a s ays both an ohmmeter and a self-powered test light may be used to test for continuity. technician b says both may
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!