Age is the x values and height is the y values. In order to be a function, there can be no repeating x values...they all have to be different. You can have repeating y values, just not the x ones. So look at all the x columns (ages) and u will notice that the only one that does not have any repeating x values is Hal's results....no x's are the same and it is therefore, a function.
Answer:
exact Form:(0,),(1,3)
Equation Form: ( 0, )
x=1 y=3
Step-by-step explanation:
Answer: 0.003757(approx).
Step-by-step explanation:
Total number of combinations of selecting r things out of n things is given by:-

Total cards in a deck = 52
Total number of ways of choosing 8 cards out of 52 = 
Total number of ways to choose 5 clubs and 3 cards with one of each remaining suit =
[since 1 suit has 13 cards]
The required probability = 

Hence, the required probability is 0.003757 (approx).
<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>