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:
awnsers should be added to know to show additional
Answer:
d. low earth orbit (LEO)
Explanation:
This type of satellites form a constellation deployed as a series of “necklaces” in such a way that at any time, at least one satellite is visible by a receiver antenna, compensating the movement due to the earth rotation.
Opposite to that, a geostationary satellite is at an altitude that makes it like a fixed point over the Earth´s equator, rotating synchronously with the Earth, so it is always visible in a given area.
Answer:

Explanation:
From the information given:
Life requirement = 40 kh = 40 
Speed (N) = 520 rev/min
Reliability goal
= 0.9
Radial load
= 2600 lbf
To find C10 value by using the formula:

where;


The Weibull parameters include:



∴
Using the above formula:


![C_{10} = 3640 \times \bigg[\dfrac{1248}{0.9933481582}\bigg]^{\dfrac{3}{10}}](https://tex.z-dn.net/?f=C_%7B10%7D%20%3D%203640%20%5Ctimes%20%5Cbigg%5B%5Cdfrac%7B1248%7D%7B0.9933481582%7D%5Cbigg%5D%5E%7B%5Cdfrac%7B3%7D%7B10%7D%7D)

Recall that:
1 kN = 225 lbf
∴


Ummm did you try to add or subtract and multiply or divide that can get your answer