<span>N(t) = 16t ; Distance north of spot at time t for the liner.
W(t) = 14(t-1); Distance west of spot at time t for the tanker.
d(t) = sqrt(N(t)^2 + W(t)^2) ; Distance between both ships at time t.
Let's create a function to express the distance north of the spot that the luxury liner is at time t. We will use the value t as representing "the number of hours since 2 p.m." Since the liner was there at exactly 2 p.m. and is traveling 16 kph, the function is
N(t) = 16t
Now let's create the same function for how far west the tanker is from the spot. Since the tanker was there at 3 p.m. (t = 1 by the definition above), the function is slightly more complicated, and is
W(t) = 14(t-1)
The distance between the 2 ships is easy. Just use the pythagorean theorem. So
d(t) = sqrt(N(t)^2 + W(t)^2)
If you want the function for d() to be expanded, just substitute the other functions, so
d(t) = sqrt((16t)^2 + (14(t-1))^2)
d(t) = sqrt(256t^2 + (14t-14)^2)
d(t) = sqrt(256t^2 + (196t^2 - 392t + 196) )
d(t) = sqrt(452t^2 - 392t + 196)</span>
Answer:
You are correct, it is C.
27 inches ......... 3/8
x inches .............8/8
<h3>x = (27×8/8)/(3/8) = 27×8/3 = 216/3 = 72 inches (father)</h3>
Answer:
E. .
Step-by-step explanation:
The solution of an absolute value function of the form represents the set of values of so that . The solution must be at least . Hence, the right choice is .
Answer:
12 cm
Step-by-step explanation:
The formula for the area of a trapezoid is written as:
1/2(b1 + b2)h
h = height = 16 cm
b1 = Length of one parallel side = 9cm
b2 = Length of second parallel side = ?
Area of trapezoid = 168cm²
The formula to find the length of the second parallel side =
b2 = 2A/h - b1
b2 = 2 × 168/16 - 9
b2 = 336/16 - 9
b2 = 21 - 9
b2 = 12cm
Therefore, the length of the second parallel side is 12 cm