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
trasher [3.6K]
4 years ago
5

A geothermal heat pump absorbs 15 KJ/s of heat from the Earth 15 m below a house. This heat pump uses a 7.45 kJ/s compressor.

Engineering
2 answers:
Anna007 [38]4 years ago
4 0

Answer:

COP of the heat pump is 3.013

OP of the cycle is  1.124

Explanation:

W = Q₂ - Q₁

Given

a)

Q₂ = Q₁ + W

     = 15 + 7.45

     = 22.45 kw

COP = Q₂ / W = 22.45 / 7.45 = 3.013

b)

Q₂ = 15 x 1.055 = 15.825 kw

therefore,

Q₁ = Q₂ - W

Q₁ = 15.825 - 7.45 = 8.375

∴ COP = Q₁ / W = 8.375 / 7.45 = 1.124

GuDViN [60]4 years ago
3 0

Answer:

  • 3.013
  • 1.124

Explanation:

W = Q2 - Q1 ----- equation 1

W = work done

Q2 = final energy

Q1 = initial energy

A) calculate the COP of the heat pump

COP = \frac{Q2}{W}

from equation 1

Q2 = Q1 + W = 15 + 7.45 = 22.45 KW

therefore COP = \frac{22.45}{7.45} = 3.013

B) COP when cycle is reversed

COP = \frac{Q1}{W}

from equation 1

Q1 + W = Q2 ------ equation 2

Q2 = 15 Btu/s = 15 * 1.055 = 15.825 KW therefore from equation 2

Q1 = 8.375 KW

COP = \frac{8.375}{7.45}  = 1.124

You might be interested in
PLEASE HELP!!! ILL GIVE BRANLIEST *EXTRA POINTS* dont skip :((
Oksi-84 [34.3K]
The first one is the answer
8 0
3 years ago
Read 2 more answers
Calculate and plot the radial and circumferential stress distribution in the left ventricle at the end of systole (p 5 80 mmHg;
alexandr402 [8]

Answer:

62990.08 N/M

Explanation:

Circumferential stress, or hoop stress, a normal stress in the tangential (azimuth) direction. axial stress, a normal stress parallel to the axis of cylindrical symmetry. radial stress, a stress in directions coplanar with but perpendicular to the symmetry axis.

See attachment for the step by step solution of the given problem..

8 0
3 years ago
In the lab, a container of saturated soil had a mass of 113.27 g before it was placed in the oven and100.06 g after the soil had
kipiarov [429]

Answer:

  • Moisture/ water content w = 26%
  • Void ratio , e =  0.73

Explanation:

  • Initial mass of saturated soil w1 = mass of soil - weight of container

                                                 = 113.27 g - 49.31 g = 63.96 g

  • Final mass of soil after oven w2 = mass of soil - weight of container

                                                  = 100.06 g - 49.31 g = 50.75

Moisture /water content, w =   \frac{w1-w2}{w2} = \frac{63.96-50.75}{50.75} = 0.26 = 26%

Void ratio =  water content X specific gravity of solid

                  = 0.26 X 2.80 =0.728

5 0
3 years ago
2) The switch in the circuit below has been closed a long time. At t=0, it is opened.
saul85 [17]

Answer:

  il(t) = e^(-100t)

Explanation:

The current from the source when the switch is closed is the current through an equivalent load of 15 + 50║50 = 15+25 = 40 ohms. That is, it is 80/40 = 2 amperes. That current is split evenly between the two parallel 50-ohm resistors, so the initial inductor current is 2/2 = 1 ampere.

The time constant is L/R = 0.20/20 = 0.01 seconds. Then the decaying current is described by ...

  il(t) = e^(-t/.01)

  il(t) = e^(-100t) . . . amperes

8 0
3 years ago
Write a iterative function that finds the n-th integer of the Fibonacci sequence. Then build a minimal program (main function) t
Natasha2012 [34]

Answer:

Codes for each of the problems are explained below

Explanation:

PROBLEM 1 IN C++:

#include<iostream>

using namespace std;

//fib function that calculate nth integer of the fibonacci sequence.

void fib(int n){

  // l and r inital fibonacci values for n=1 and n=2;

  int l=1,r=1,c;

 

  //if n==1 or n==2 then print 1.

  if(n==1 || n==2){

      cout << 1;

      return;

  }

  //for loop runs n-2 times and calculates nth integer of fibonacci sequence.

  for(int i=0;i<n-2;i++){

      c=l+r;

      l=r;

      r=c;

      cout << "(" << i << "," << c << ") ";

  }

  //prints nth integer of the fibonacci sequence stored in c.

  cout << "\n" << c;

}

int main(){

  int n; //declared variable n

  cin >> n; //inputs n to find nth integer of the fibonacci sequence.

  fib(n);//calls function fib to calculate and print fibonacci number.

}

PROBLEM 2 IN PYTHON:

def fib(n):

   print("fib({})".format(n), end=' ')

   if n <= 1:

       return n

   else:

       return fib(n - 1) + fib(n - 2)

if __name__ == '__main__':

   n = int(input())

   result = fib(n)

   print()

   print(result)

7 0
3 years ago
Read 2 more answers
Other questions:
  • Given int variables k and total that have already been declared, use a do...while loop to compute the sum of the squares of the
    15·1 answer
  • 12. The small space above the piston in which fuel is burned is called the
    10·1 answer
  • DO NOW: Name the three main legal categories of ownership.
    12·1 answer
  • Which element of Miranda's character is best illustrated by this excerpt?
    15·1 answer
  • When should u check ur review mirror
    5·1 answer
  • First person to tell me what this car is gets 10 points
    10·2 answers
  • When an emergency vehicle approaches you from in front or behind you, what should you do?
    14·1 answer
  • Is an ideal way for a high school student to see what an engineer does on a typical day but does not provide a hands-on experien
    9·2 answers
  • What is acid mine drainage
    10·1 answer
  • A type of adjustable square that can be used to set, test, and transfer angles is called a
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!