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:
Given
inlet Pga =40kpa = 40000pa
Patm=1.01bar = 1.01 x 100000pa =101000pa
exit Pab= 6.5 (inlet Pab)
But generally, Pab = Patm + Pga
1. the absolute pressure of the gas at the inlet, inlet Pab?
inlet Pab = Patm + inlet Pga
= 101000pa + 40000pa = 141kpa
the absolute pressure of the gas at the inlet, inlet Pab = 141kpa
2. the gage pressure of the gas at the exit? exit Pga?
exit Pab = Patm + exit Pga
exit Pga = exit Pab - Patm
= (6.5 x 141kpa) - 101kpa
= 815.5kpa
the gage pressure of the gas at the exit exit Pga=815.5kpa
Answer:
<em>the % recovery of aluminum product is 80.5%</em>
<em>the % purity of the aluminum product is 54.7%</em>
<em></em>
Explanation:
feed rate to separator = 2500 kg/hr
in one hour, there will be 2500 kg/hr x 1 hr = 2500 kg of material is fed into the machine
of this 2500 kg, the feed is known to contain 174 kg of aluminium and 2326 kg of rejects.
After the separation, 256 kg is collected in the product stream.
of this 256 kg, 140 kg is aluminium.
% recovery of aluminium will be = mass of aluminium in material collected in the product stream ÷ mass of aluminium contained in the feed material
% recovery of aluminium = 140kg/174kg x 100% = <em>80.5%</em>
% purity of the aluminium product = mass of aluminium in final product ÷ total mass of product collected in product stream
% purity of the aluminium product = 140kg/256kg
x 100% = <em>54.7%</em>
Answer:
It is a well known fact that the earth rotates around the sun in an inclined axis which is approximately 23 degree. The inclined nature of earth axis causes variation in the solar heat received at any place on the earth surface. The hemisphere facing the sun due to this axial tilt, gets higher sun energy as compared to the opposite side. The hemisphere which faces the sun will experience summer whereas the hemisphere away from sun will experience winter.
In each of the hemisphere the polar areas will receive higher radiation and longer daytime during the summer season. However it has been observed that there is difference in radiation received at different areas of earth surface and radiated. The tropical areas have lower reflectance and thus a large part of incoming solar radiation have been absorbed along the tropics. The poles though have longer daytime during summer and hence greater solar radiation but due to high reflectance radiate more energy. Thus the tropical areas have surplus energy as compared to deficit energy areas of poles. This difference in energy creates a heat imbalance.
This net heat difference between poles and equator gives rise to a global circulation system leading to flow of heat from the net energy excess areas to deficit areas. This circulation takes place through atmosphere as well as oceans and different process of climate viz. evaporation, transpiration, rainfall, wind, convection, oceanic circulations etc work as tools of this system
Answer:
cant see the moon sorry dude