Answer:
W = 12.8 KW
Explanation:
given data:
mass flow rate = 0.2 kg/s
Engine recieve heat from ground water at 95 degree ( 368 K) and reject that heat to atmosphere at 20 degree (293K)
we know that maximum possible efficiency is given as



rate of heat transfer is given as



Maximuim power is given as

W = 0.2038 * 62.7
W = 12.8 KW
Answer:
Composite panel garage doors
Explanation:
Answer:
Explanation:
R-744 is seen as the 'perfect' natural refrigerant as it is climate neutral and there is not a flammability or toxicity risk. It is rated as an A1 from ASHRAE. While it is non-toxic there is still risk if a leak occurs in an enclosed area as R-744 will displace the oxygen in the room and could cause asphyxiation
Answer:
The following query is used to display TripName. Reservationld, FirstName. LastName and TotalCost of trip by adding the trip price plus other fees and multiplying the result by the number of persons which have number of persons >4.
Query:
SELECT ReservationlD, Trip.TripName. Customer.LastName. Customer.FirstName. (TripPrice+OtherFees) 'NumPersons as TotalCost FROM Reservation, Trip, Customer WHERE NumPersons>4 AND Reservation.TriplD=Trip.TriplD AND
Customer. CustomerNum=Reservation.CustomerNum:
Explanation:
- Select clause is used to retrieve data from specified database table or relation and returns the data in the form of table.
- ReservationID. Trip.TripName. Customer.LastName. Customer.FirstName are the column name of table.
- (TripPrice+OtherFees) 'NumPersons will calculate the total cost of the Trip and stored it into TotalCost column.
- As clause is used to give new name TotalCost to resultant column.
- FROM clause specifies one or more table from where records to be retrieved. o Reservation. Trip and Customer are the table name.
- WHERE clause is used in SQL query to retrieve only those records that satisfy the specified condition
Answer:
a) 2622.903 N/m^3
b) 1.38233
c)4.878811765
Explanation:
Find the void ratio using the formula:

Here;
is specific gravity of soil solids
is unit weight of water = 998 kg/m^3
is the moisture content = 0.17
is the void ratio
is the unit weight of soil = 14.9KN/m^3
Saturation Ratio Formula:

S is saturation rate
Substitute Eq 2 into Eq 1


Specific gravity of soil solids

Saturated Unit Weight
