Vertex is directly in middle of directix and focus
distance from 8 to -8 is 16
16/2=8
so 8 below focus (since 8>-8) is the point (0,0
vertex is (0,0)
nice
it opens up because focus is above directix
also it goes up down so
4p(y-k)=(x-h)^2
(h,k) is veretx
we got that (h,k) is (0,0)
and p is distance from vertex to focus which is 8
so
4(8)(y-0)=(x-0)^2
32y=x^2
y=(1/32)x^2
Answer:
1960
Step-by-step explanation:
1960
times 56 times 7 time 5 = 1960
From the graph, the domain of the function will be {x| x = −2,1}. Then the correct option is D.
<h3>What is an asymptote?</h3>
An asymptote is a line that constantly reaches a given curve but does not touch at an infinite distance.
From the graph, the domain of the function will be
The function is not defined for x = 2 and x = -1.
Then the domain will be
{x| x = −2,1}
Then the correct option is D.
More about the asymptote link is given below.
brainly.com/question/17767511
#SPJ1
Answer:
48.54
Step-by-step explanation:
You start of with 28.49, you spend (<em>Subtract</em>) 14.95, which gives us 13.54
In the bowling alley you win 35 dollars more, so you <em>add</em>, ( 13.54 + 35.00 = 48.54)
Answer:
Recursive algorithms call itself with simpler or smaller input values. They can be used to solve large problems by using the solutions to minor parts of the problem, these minor problems are then further broken down to solvable cases.
Given the input as a sequence;
max(
if
return 
else

if
>
return 
else return 