y = a(1 + r)ˣ
a = 15 "<em>initial" means what you started with on the first day</em>
r = 6 <em>the rate it increased is the slope (
</em>
y = 15(1 + 6)ˣ
Answer: y = 15(7)ˣ
Focus of the parabola is (-5,5) and directrix is y = -1.
Let's assume a point (x,y) on parabola.
According to definition of parabola, the distance between point (x,y) and focus (-5,5) would be same as the distance between the point (x,y) and directrix y = -1.

Hence, option D is correct, i.e. f(x) = one twelfth (x + 5)2 + 2.
Answer:
The cardinal number of h is house.
Answer:
12 liters = 12.6803 quarts
Step-by-step explanation:
Pseudocode is below
Step-by-step explanation:
random_number = genRandomInt[1, 100]
get_input = input(“Select a number between 1 and 100: ")
while get_input<100
if get_input >random_number:
print(“the number you selected is high”)
else if get_input < random_number
print(“the number you selected is low”)
else:
print(“correct number!”)
end