Forces exerted by the jet on the plate is=3976N
<h3>How to calculate forces exerted by the jet on the plate?</h3>
A force is an effect that can change the motion of an object. A force can generate an object with mass to change its velocity, i.e., to accelerate. Force can also be explained intuitively as a push or a pull. A force has both volume and direction, making it a vector amount.
A jet of water 75m in diameter
velocity = 30m/s
The forces exerted by the jet on the plate is
F=1000×44178×10^-3×30²
=3976N
the jet on the plate work done by Is zero .
To learn more about Force, refer
brainly.com/question/12970081
#SPJ9
Answer:
0.05 mg / gallon
Explanation:
mass of chemecila coming in per minute = 50*10 = 500 mg/min
at a time t min , M = mass of chemical = 500*t mg
conecntartion of chemecal = 500t/10000 = 0.05 mg / gallon
Answer:
True
Explanation:
An aircraft is subject to 3 primary rotations
1) About longitudinal axis known as rolling
2) About lateral axis known as known as pitching
3) About the vertical axis known as yawing
The rolling of the aircraft induces torsion in the body of the aircraft thus the fuselage structure should be capable of carrying torsion
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:
C. the object is moving forward
Explanation:
A positive slope means position is increasing when time is increasing. Generally, increasing position is "moving forward."