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:
2750
Explanation:
The number of windings and the voltage are proportional.
__
Let n represent the number of windings to produce 110 Vac. Then the proportion is ...
n/110 = 300,000/12,000
n = 110(300/12) = 2750 . . . . multiply by 110
2750 windings would be needed to produce 110 Vac at the output.
Answer:
Hello your question is incomplete attached below is the missing part and answer
options :
Effect A
Effect B
Effect C
Effect D
Effect AB
Effect AC
Effect AD
Effect BC
Effect BD
Effect CD
Answer :
A = significant
B = significant
C = Non-significant
D = Non-significant
AB = Non-significant
AC = significant
AD = Non-significant
BC = Non-significant
BD = Non-significant
CD = Non-significant
Explanation:
The dependent variable here is Time
Effect of A = significant
Effect of B = significant
Effect of C = Non-significant
Effect of D = Non-significant
Effect of AB = Non-significant
Effect of AC = significant
Effect of AD = Non-significant
Effect of BC = Non-significant
Effect of BD = Non-significant
Effect of CD = Non-significant
Answer:
the elongation of the metal alloy is 21.998 mm
Explanation:
Given the data in the question;
K = σT/ (εT)ⁿ
given that metal alloy true stress σT = 345 Mpa, plastic true strain εT = 0.02,
strain-hardening exponent n = 0.22
we substitute
K = 345 /
K = 815.8165 Mpa
next, we determine the true strain
(εT) = (σT/ K)^1/n
given that σT = 412 MPa
we substitute
(εT) = (412 / 815.8165 )^(1/0.22)
(εT) = 0.04481 mm
Now, we calculate the instantaneous length
=
given that = 480 mm
we substitute
= ×
= 501.998 mm
Now we find the elongation;
Elongation =
we substitute
Elongation = 501.998 mm - 480 mm
Elongation = 21.998 mm
Therefore, the elongation of the metal alloy is 21.998 mm