<u>Answer:</u> The ratio that represents the cosine of ∠T is 
<u>Step-by-step explanation:</u>
We are given:
UV = 56 units
VT = 33 units
UT = 65 units
∠V = 90°
Cosine of an angle is equal to the ratio of base and the hypotenuse of the triangle. ΔTUV is drawn in the image below.

Base of the triangle is UV and the hypotenuse of the triangle is TU
Putting values in above equation, we get:

Hence, the ratio that represents the cosine of ∠T is 
Table for the question is attached in the picture below :
Answer:
SELECT distinct(TRUCK_ID), WEIGHT from SHIPMENT where WEIGHT < 800 ;
Step-by-step explanation:
The Structured query language (SQL) defined above, returns only the TRUCK_ID and Weight column from the shipment table as they are the only two columns listed after the select keyword. The condition is added using the WHERE keyword on the weight table, this filters the result returned to include only rows where the weight value is less than 800. The distinct keyword used alongside the TRUCK_ID column ensures that a certian TRUCK_ID value isn't returned more than once (Hence, it is used to avoid duplicates).
The answer you are looking for is B.
This is because Juan has a fine of three dollars (-3), and he pays it off (+3) which means B. shows the proper expression.
I hope this helps!
Answer:
B. 120
Step-by-step explanation:
<u>so his average speed is 20 mph in heavy traffic, and 50 mph in light traffic</u>
in 1 hour of heavy traffic, he would have gone 20 miles because if his average speed is 20 mph (miles per hour) in heavy traffic, then in 1 hour he would have gone 20 miles
20(1) = 20
in 2 hours of light traffic, he would have gone 100 miles because if his average speed is 50 mph (miles per hour) in light traffic, then in 2 he would have gone 100 miles
50(2) = 100
in total, if you add the 20 and 100, you find out how far abdul traveled:
20 + 100 = 120
so in 1 hour of heavy traffic and 2 hours in light traffic, abdul would have traveled 120 miles