Answer:
Explanation:
Given
velocity at A is 
For 
velocity is increasing at 
Tangential acceleration is given by





at 


thus 
Velocity in terms of Displacement is given by



When car has traveled
th of distance i.e.




on solving we get 
Thus velocity at 

(b)Acceleration when car has traveled three-fourth the way of track
normal acceleration 

Tangential acceleration 

Net acceleration 

Answer:
Add the thermal R values of each wall layer.
Explanation:
Fiberglass insulation R value, sheetrock, sheathing, siding etc. All sum together to one composite opposition to heat transfer/loss.
Q= U x A x Delta T
Q= heat transfer btuh
U= 1/R inverse of resistance
A= area of surface
Delta T is temerature difference across the wall.
Answer: hardness
Explanation:
Hardness is a measure of a material's ability to resist plastic deformation. In other words, it is a measure of how resistant material is to denting or scratching. Diamond, for example, is a very hard material. It is extremely difficult to dent or scratch a diamond. In contrast, it is very easy to scratch or dent most plastics.
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) 0.489
b) 54.42 kg/s
c) 247.36 kW/s
Explanation:
Note that all the initial enthalpy and entropy values were gotten from the tables.
See the attachment for calculations