General equation for height, h
h = ut + 0.5gt^2
at t=1s, h = 76 feet
76 = u*1 + 0.5*a*1^2
76 = u + 0.5a
at t=2s, h = 144 feet
144 = u*2 + 0.5*a*2^2
144 = 2u + 2a
72 = u + a
Subtract 2 equations
0.5a = -4
a = -8
u = 80
So the equation,
h(x) = 80t + 0.5*(-8) t^2
h(x) = 80t - 4t^2
Answer:
The answer to this would be v, w, x (B)
Step-by-step explanation:
Three or more points that lie on the same line are collinear points
Answer:
There can be 14,040,000 different passwords
Step-by-step explanation:
Number of permutations to order 3 letters and 2 numbers (total 5)
(AAANN, AANNA,AANAN,...)
= 5! / (3! 2!)
= 120 / (6*2)
= 10
For each permutation, the three distinct (English) letters can be arranged in
26!/(26-3)! = 26!/23! = 26*25*24 = 15600 ways
For each permutation, the two distinct digits can be arranged in
10!/(10-2)! = 10!/8! = 10*9 = 90 ways.
So the total number of distinct passwords is the product of all three permutations,
N = 10 * 15600 * 90 = 14,040,000
So discount means taken off
we find 15% of 199 and subtract from 199
% means parts out of 100 so 15%=15/100=1.5/10=.15/1=0.15
'of' means multiply
15% of 199=0.15 times 199=29.85
discount so 199-29.85=169.15
answer is $169.15
Answer:
1) 36
b) 5
c) 3.0
Step-by-step explanation:
1) The recursive formula that defines the given sequence is

That means we keep adding 4 to the subsequent terms:
The sequence will be:
12,16,20,24,28,32,36,...
Therefore the seventh term is 36.
2) The sequence is recursively defined by;

This means, we have to keep subtracting 5 from the subsequent terms.
The sequence will be;
20,15,10,5,...
Therefore the fourth term is 5
3) The sequence is recursively defined by:
f(n+1)=f(n)+0.5
where f(1)=-1.5
This means that, the subsequent terms can be found by adding 0.5 to the previous terms.
The sequence will be:
-1.5,-1.0,-0.5,0,0.5,1,1.5,2.0,2.5,3.0,....
Therefore f(10)=3.0